summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Scherbaum <dertobi123@gentoo.org>2009-07-10 18:56:28 +0000
committerTobias Scherbaum <dertobi123@gentoo.org>2009-07-10 18:56:28 +0000
commit64c9ba1fd119fd3475a9791801238506212392d8 (patch)
treef9e168eb862e18a76faed279dc4136b6bd2c34ed /mail-mta
parentFix crash without -fno-strict-aliasing, bug 265642 (diff)
downloadgentoo-2-64c9ba1fd119fd3475a9791801238506212392d8.tar.gz
gentoo-2-64c9ba1fd119fd3475a9791801238506212392d8.tar.bz2
gentoo-2-64c9ba1fd119fd3475a9791801238506212392d8.zip
Update VDA-Patch, #239461
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'mail-mta')
-rw-r--r--mail-mta/postfix/ChangeLog8
-rw-r--r--mail-mta/postfix/postfix-2.6.2-r1.ebuild (renamed from mail-mta/postfix/postfix-2.6.2.ebuild)8
2 files changed, 10 insertions, 6 deletions
diff --git a/mail-mta/postfix/ChangeLog b/mail-mta/postfix/ChangeLog
index 34133f92009f..6152944b8a7e 100644
--- a/mail-mta/postfix/ChangeLog
+++ b/mail-mta/postfix/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for mail-mta/postfix
# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/ChangeLog,v 1.185 2009/07/05 20:57:15 gengor Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/ChangeLog,v 1.186 2009/07/10 18:56:28 dertobi123 Exp $
+
+*postfix-2.6.2-r1 (10 Jul 2009)
+
+ 10 Jul 2009; Tobias Scherbaum <dertobi123@gentoo.org>
+ -postfix-2.6.2.ebuild, +postfix-2.6.2-r1.ebuild:
+ Update VDA-Patch, #239461
05 Jul 2009; Gordon Malm <gengor@gentoo.org> postfix-2.4.11.ebuild,
postfix-2.5.5.ebuild, postfix-2.5.7.ebuild, postfix-2.6.2.ebuild:
diff --git a/mail-mta/postfix/postfix-2.6.2.ebuild b/mail-mta/postfix/postfix-2.6.2-r1.ebuild
index cc40d655b3ca..8830594183f2 100644
--- a/mail-mta/postfix/postfix-2.6.2.ebuild
+++ b/mail-mta/postfix/postfix-2.6.2-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/postfix-2.6.2.ebuild,v 1.2 2009/07/05 20:57:15 gengor Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/postfix-2.6.2-r1.ebuild,v 1.1 2009/07/10 18:56:28 dertobi123 Exp $
# NOTE: this ebuild is a regular ebuild without mailer-config support!
# Comment lines below "regular ebuild" and uncomment lines below "mailer-config support"
@@ -21,7 +21,7 @@ IUSE="cdb dovecot-sasl hardened ipv6 ldap mbox mysql nis pam postgres sasl selin
MY_PV="${PV/_rc/-RC}"
MY_SRC="${PN}-${MY_PV}"
MY_URI="ftp://ftp.porcupine.org/mirrors/postfix-release/official"
-VDA_PV="2.5.5"
+VDA_PV="2.6.2"
VDA_P="${PN}-${VDA_PV}-vda-ng"
RC_VER="2.5"
@@ -247,9 +247,7 @@ src_compile() {
einfo "CC=${my_cc:=gcc}"
# Workaround for bug #76512
- if use hardened ; then
- [[ "$(gcc-version)" == "3.4" ]] && replace-flags -O? -Os
- fi
+ [[ "$(gcc-version)" == "3.4" ]] && use hardened && replace-flags -O? -Os
make DEBUG="" CC="${my_cc:=gcc}" OPT="${CFLAGS}" CCARGS="${mycc}" AUXLIBS="${mylibs}" \
makefiles || die "configure problem"