summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaphaël Marichez <falco@gentoo.org>2008-03-21 14:41:44 +0000
committerRaphaël Marichez <falco@gentoo.org>2008-03-21 14:41:44 +0000
commit2157d27abdcbd866ece565363e5d85ec83321691 (patch)
tree72c34259480c657a15cd25e84530ccf3995b11b1 /mail-mta/postfix
parentamd64/x86 stable, bug #214049 (diff)
downloadgentoo-2-2157d27abdcbd866ece565363e5d85ec83321691.tar.gz
gentoo-2-2157d27abdcbd866ece565363e5d85ec83321691.tar.bz2
gentoo-2-2157d27abdcbd866ece565363e5d85ec83321691.zip
QA: remove bindnow-flags, bug #210599; fix repoman warns (LICENSE, copyright)
(Portage version: 2.1.4.4)
Diffstat (limited to 'mail-mta/postfix')
-rw-r--r--mail-mta/postfix/ChangeLog6
-rw-r--r--mail-mta/postfix/postfix-2.4.5.ebuild20
-rw-r--r--mail-mta/postfix/postfix-2.4.6-r2.ebuild14
3 files changed, 23 insertions, 17 deletions
diff --git a/mail-mta/postfix/ChangeLog b/mail-mta/postfix/ChangeLog
index 96df16d78331..6ce8d781d624 100644
--- a/mail-mta/postfix/ChangeLog
+++ b/mail-mta/postfix/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for mail-mta/postfix
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/ChangeLog,v 1.155 2008/03/17 18:43:21 falco Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/ChangeLog,v 1.156 2008/03/21 14:41:44 falco Exp $
+
+ 21 Mar 2008; Raphael Marichez <falco@gentoo.org> postfix-2.4.5.ebuild,
+ postfix-2.4.6-r2.ebuild:
+ QA: remove bindnow-flags, bug #210599; fix repoman warns (LICENSE, copyright)
*postfix-2.5.1 (17 Mar 2008)
*postfix-2.5.0 (17 Mar 2008)
diff --git a/mail-mta/postfix/postfix-2.4.5.ebuild b/mail-mta/postfix/postfix-2.4.5.ebuild
index 5a4b9eb9b403..3e28f2484be9 100644
--- a/mail-mta/postfix/postfix-2.4.5.ebuild
+++ b/mail-mta/postfix/postfix-2.4.5.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/postfix-2.4.5.ebuild,v 1.10 2007/12/12 16:56:07 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/postfix-2.4.5.ebuild,v 1.11 2008/03/21 14:41:44 falco Exp $
# NOTE: this ebuild is a regular ebuild without mailer-config support!
# Comment lines below "regular ebuild" and uncomment lines below "mailer-config support"
@@ -167,13 +167,13 @@ src_unpack() {
}
src_compile() {
- cd "${S}"
-
- # Added -Wl,-z,now wrt bug #62674
- # Remove -ldl as it is not necessary, solves bug #106446
- # -Wl,-z,now replaced by $(bindnow-flags)
- # make sure LDFLAGS get passed down to the executables.
- local mycc="-DHAS_PCRE" mylibs="$(bindnow-flags) ${LDFLAGS} -lpcre -lcrypt -lpthread"
+ # 1) Added -Wl,-z,now wrt bug #62674
+ # 2) Remove -ldl as it is not necessary, solves bug #106446
+ # 3) -Wl,-z,now replaced by $(bindnow-flags)
+ # 4) Then bindnow-flags has been simply dropped according to
+ # http://www.mail-archive.com/gentoo-dev@lists.gentoo.org/msg23679.html
+ # 5) Make sure LDFLAGS get passed down to the executables.
+ local mycc="-DHAS_PCRE" mylibs="${LDFLAGS} -lpcre -lcrypt -lpthread"
use pam && mylibs="${mylibs} -lpam"
@@ -327,7 +327,7 @@ src_install () {
newinitd "${FILESDIR}/postfix.rc6.${RC_VER}" postfix || die "newinitd failed"
mv "${S}/examples" "${D}/usr/share/doc/${PF}/"
- dodoc *README COMPATIBILITY HISTORY INSTALL LICENSE PORTING RELEASE_NOTES*
+ dodoc *README COMPATIBILITY HISTORY INSTALL PORTING RELEASE_NOTES*
dohtml html/*
pamd_mimic_system smtp auth account
diff --git a/mail-mta/postfix/postfix-2.4.6-r2.ebuild b/mail-mta/postfix/postfix-2.4.6-r2.ebuild
index 9c1e1b0042a2..59ad795f9347 100644
--- a/mail-mta/postfix/postfix-2.4.6-r2.ebuild
+++ b/mail-mta/postfix/postfix-2.4.6-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/postfix-2.4.6-r2.ebuild,v 1.8 2008/03/16 04:36:15 dirtyepic Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/postfix-2.4.6-r2.ebuild,v 1.9 2008/03/21 14:41:44 falco Exp $
# NOTE: this ebuild is a regular ebuild without mailer-config support!
# Comment lines below "regular ebuild" and uncomment lines below "mailer-config support"
@@ -167,11 +167,13 @@ src_unpack() {
}
src_compile() {
- # Added -Wl,-z,now wrt bug #62674
- # Remove -ldl as it is not necessary, solves bug #106446
- # -Wl,-z,now replaced by $(bindnow-flags)
- # make sure LDFLAGS get passed down to the executables.
- local mycc="-DHAS_PCRE" mylibs="$(bindnow-flags) ${LDFLAGS} -lpcre -lcrypt -lpthread"
+ # 1) Added -Wl,-z,now wrt bug #62674
+ # 2) Remove -ldl as it is not necessary, solves bug #106446
+ # 3) -Wl,-z,now replaced by $(bindnow-flags)
+ # 4) Then bindnow-flags has been simply dropped according to
+ # http://www.mail-archive.com/gentoo-dev@lists.gentoo.org/msg23679.html
+ # 5) Make sure LDFLAGS get passed down to the executables.
+ local mycc="-DHAS_PCRE" mylibs="${LDFLAGS} -lpcre -lcrypt -lpthread"
use pam && mylibs="${mylibs} -lpam"