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, 21 Sep 2018 08:29:55
Message-Id: 1537518559.862db3ef9da490b4caf0795a2ee491e8ea3f3b64.eras@gentoo
1 commit: 862db3ef9da490b4caf0795a2ee491e8ea3f3b64
2 Author: Eray Aslan <eras <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 21 08:29:19 2018 +0000
4 Commit: Eray Aslan <eras <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 21 08:29:19 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=862db3ef
7
8 mail-mta/postfix: do not compress man pages
9
10 postfix set-permissions expects uncompressed man pages
11
12 Package-Manager: Portage-2.3.49, Repoman-2.3.10
13
14 mail-mta/postfix/postfix-3.3.1-r1.ebuild | 4 +++-
15 1 file changed, 3 insertions(+), 1 deletion(-)
16
17 diff --git a/mail-mta/postfix/postfix-3.3.1-r1.ebuild b/mail-mta/postfix/postfix-3.3.1-r1.ebuild
18 index 709c71b12f5..5877435ec85 100644
19 --- a/mail-mta/postfix/postfix-3.3.1-r1.ebuild
20 +++ b/mail-mta/postfix/postfix-3.3.1-r1.ebuild
21 @@ -252,6 +252,8 @@ src_install () {
22
23 dodoc *README COMPATIBILITY HISTORY PORTING RELEASE_NOTES*
24 mv "${S}"/examples "${D}"/usr/share/doc/${PF}/
25 + # postfix set-permissions expects uncompressed man files
26 + docompress -x /usr/share/man
27
28 pamd_mimic_system smtp auth account
29
30 @@ -282,7 +284,7 @@ pkg_postinst() {
31 fi
32
33 # check and fix file permissions
34 - "${EROOT}"/usr/sbin/postfix set-permissions 2>/dev/null
35 + "${EROOT}"/usr/sbin/postfix set-permissions
36
37 # configure tls
38 if use ssl ; then