Gentoo Archives: gentoo-commits

From: Eray Aslan <eras@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: mail-mta/postfix/
Date: Fri, 07 Sep 2018 13:45:19
Message-Id: 1536327902.b0f784e9fad46120eafba0c81e605cb9417e2c7f.eras@gentoo
1 commit: b0f784e9fad46120eafba0c81e605cb9417e2c7f
2 Author: Eray Aslan <eras <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 7 13:44:22 2018 +0000
4 Commit: Eray Aslan <eras <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 7 13:45:02 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0f784e9
7
8 mail-mta/postfix: remove doc USE flag for now
9
10 otherwise postfix set permissions cannot find the correct files and
11 bails out
12
13 Bug: https://bugs.gentoo.org/665280
14 Package-Manager: Portage-2.3.49, Repoman-2.3.10
15
16 mail-mta/postfix/postfix-3.3.1-r1.ebuild | 9 ++-------
17 1 file changed, 2 insertions(+), 7 deletions(-)
18
19 diff --git a/mail-mta/postfix/postfix-3.3.1-r1.ebuild b/mail-mta/postfix/postfix-3.3.1-r1.ebuild
20 index d2e6710e6dc..1b82c9bc27d 100644
21 --- a/mail-mta/postfix/postfix-3.3.1-r1.ebuild
22 +++ b/mail-mta/postfix/postfix-3.3.1-r1.ebuild
23 @@ -16,7 +16,7 @@ SRC_URI="${MY_URI}/${MY_SRC}.tar.gz"
24 LICENSE="|| ( IBM EPL-2.0 )"
25 SLOT="0"
26 KEYWORDS="~alpha amd64 ~arm ~hppa ia64 ~mips ppc ppc64 ~sh ~sparc x86 ~x86-fbsd"
27 -IUSE="+berkdb cdb doc dovecot-sasl +eai hardened ldap ldap-bind libressl lmdb memcached mbox mysql nis pam postgres sasl selinux sqlite ssl"
28 +IUSE="+berkdb cdb dovecot-sasl +eai hardened ldap ldap-bind libressl lmdb memcached mbox mysql nis pam postgres sasl selinux sqlite ssl"
29
30 DEPEND=">=dev-libs/libpcre-3.4
31 dev-lang/perl
32 @@ -196,10 +196,6 @@ src_configure() {
33 }
34
35 src_install () {
36 - local myconf
37 - use doc && myconf="readme_directory=\"/usr/share/doc/${PF}/readme\" \
38 - html_directory=\"/usr/share/doc/${PF}/html\""
39 -
40 LD_LIBRARY_PATH="${S}/lib" \
41 /bin/sh postfix-install \
42 -non-interactive \
43 @@ -210,7 +206,6 @@ src_install () {
44 mailq_path="/usr/bin/mailq" \
45 newaliases_path="/usr/bin/newaliases" \
46 sendmail_path="/usr/sbin/sendmail" \
47 - ${myconf} \
48 || die "postfix-install failed"
49
50 # Fix spool removal on upgrade
51 @@ -256,7 +251,7 @@ src_install () {
52 use postgres || sed -i -e "s/postgresql //" "${D}/etc/init.d/postfix"
53
54 dodoc *README COMPATIBILITY HISTORY PORTING RELEASE_NOTES*
55 - use doc && mv "${S}"/examples "${D}"/usr/share/doc/${PF}/
56 + mv "${S}"/examples "${D}"/usr/share/doc/${PF}/
57
58 pamd_mimic_system smtp auth account