public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/dot-forward/
Date: Fri,  4 Nov 2022 00:00:23 +0000 (UTC)	[thread overview]
Message-ID: <1667519516.9c55e17fa71a6e6c06b486aa5436b94f2560b25b.sam@gentoo> (raw)

commit:     9c55e17fa71a6e6c06b486aa5436b94f2560b25b
Author:     Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
AuthorDate: Sun Oct 23 17:41:42 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Nov  3 23:51:56 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c55e17f

net-mail/dot-forward: fix ebuild to work with clang16

Closes: https://bugs.gentoo.org/870856
Signed-off-by: Pascal Jäger <pascal.jaeger <AT> leimstift.de>
Closes: https://github.com/gentoo/gentoo/pull/27918
Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-mail/dot-forward/Manifest                   |  1 +
 net-mail/dot-forward/dot-forward-0.71-r5.ebuild | 65 +++++++++++++++++++++++++
 2 files changed, 66 insertions(+)

diff --git a/net-mail/dot-forward/Manifest b/net-mail/dot-forward/Manifest
index a668fb4da08b..f6bbbcbf8649 100644
--- a/net-mail/dot-forward/Manifest
+++ b/net-mail/dot-forward/Manifest
@@ -1 +1,2 @@
+DIST dot-forward-0.71-fix-build-for-clang16.patch.xz 8244 BLAKE2B 3e1f3e874bd58addb28e91e4e2d76ff85f80d78dfce1dac9709384deb513845e6801d0f4753fc9954b0a8fff0cd76bedb9e01ddd2b23cdcc61f856fad3c674ec SHA512 15aa543c991d4890938efd5df91a4f065dbc19f69351f889078f04b2487c3e239d6f123ced1f1e69771a93b7d2ecad20a16defed094000a78f26c39c294eaa4f
 DIST dot-forward-0.71.tar.gz 26352 BLAKE2B 9757d07adc796ad35c6426eed3c53eb87f784a1035ad6569a8130e62a04665bb9ac03c250be0e5cb22f122c7204197f736dfc748d468c980814d23bb7ad0069d SHA512 f37a30eabf3a7e7258bfbe9178218d053a5164a9698fbc34954eb8bd588fe2bbf61ffd85f5b817e3ce65d7c0efac1735b59b11faa4d425e2df4089769af94b8b

diff --git a/net-mail/dot-forward/dot-forward-0.71-r5.ebuild b/net-mail/dot-forward/dot-forward-0.71-r5.ebuild
new file mode 100644
index 000000000000..cfd55f0c34a7
--- /dev/null
+++ b/net-mail/dot-forward/dot-forward-0.71-r5.ebuild
@@ -0,0 +1,65 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit fixheadtails qmail
+
+DESCRIPTION="Reads sendmail's .forward files under qmail"
+HOMEPAGE="http://cr.yp.to/dot-forward.html"
+SRC_URI="http://cr.yp.to/software/${P}.tar.gz"
+SRC_URI+=" https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${P}-fix-build-for-clang16.patch.xz"
+
+LICENSE="public-domain"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
+IUSE=""
+
+# See bug 97850
+RESTRICT="test"
+
+DEPEND="
+	acct-group/nofiles
+	acct-group/qmail
+"
+
+RDEPEND="${DEPEND}"
+
+PATCHES=(
+	"${FILESDIR}"/${PV}-errno.patch
+	"${WORKDIR}"/${P}-fix-build-for-clang16.patch
+)
+
+DOCS=(
+	BLURB
+	CHANGES
+	FILES
+	INSTALL
+	README
+	TARGETS
+	THANKS
+	TODO
+)
+
+src_prepare() {
+	default
+
+	ht_fix_file Makefile
+}
+
+src_configure() {
+	qmail_set_cc
+}
+
+src_compile() {
+	emake prog
+}
+
+src_install() {
+	einstalldocs
+	doman *.1
+
+	insopts -o root -g qmail -m 755
+	insinto "${QMAIL_HOME}"/bin
+	doins dot-forward
+}


             reply	other threads:[~2022-11-04  0:00 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-04  0:00 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-08-13  7:36 [gentoo-commits] repo/gentoo:master commit in: net-mail/dot-forward/ Joonas Niilola
2024-08-01 16:23 Andreas Sturmlechner
2023-05-05 10:31 Arthur Zamarin
2023-05-05 10:29 Arthur Zamarin
2023-05-05 10:27 Arthur Zamarin
2023-04-07 10:45 Sam James
2023-04-06  8:31 Joonas Niilola
2023-04-06  8:09 Sam James
2022-12-18 19:59 Arthur Zamarin
2022-11-07  7:43 Sam James
2019-11-10  9:19 Michał Górny
2019-11-10  9:19 Michał Górny
2019-11-03 13:36 Mikle Kolyada
2019-10-16 20:46 Sergei Trofimovich
2019-10-14  9:53 Agostino Sarubbo
2019-10-07  5:20 Joonas Niilola
2019-09-21 14:49 Joonas Niilola
2016-04-16 21:15 Manuel Rüger

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1667519516.9c55e17fa71a6e6c06b486aa5436b94f2560b25b.sam@gentoo \
    --to=sam@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox