diff options
author | Andrej Kacian <ticho@gentoo.org> | 2006-10-22 00:37:52 +0000 |
---|---|---|
committer | Andrej Kacian <ticho@gentoo.org> | 2006-10-22 00:37:52 +0000 |
commit | 7e3c5adb92a0bfdd3d84a3d01d5d43ba90507ff4 (patch) | |
tree | 5b3ece6a1aa4141ff2182d5bc254787fe0e22271 /mail-mta | |
parent | Remove monolithic X from dependencies, add die messages and fix quotes. (diff) | |
download | gentoo-2-7e3c5adb92a0bfdd3d84a3d01d5d43ba90507ff4.tar.gz gentoo-2-7e3c5adb92a0bfdd3d84a3d01d5d43ba90507ff4.tar.bz2 gentoo-2-7e3c5adb92a0bfdd3d84a3d01d5d43ba90507ff4.zip |
Modified Makefile to respect LDFLAGS, bug #152197 by Fabian Groffen <grobian at gentoo.org>. Removed old ebuilds.
(Portage version: 2.1.2_pre3-r2)
Diffstat (limited to 'mail-mta')
-rw-r--r-- | mail-mta/ssmtp/ChangeLog | 8 | ||||
-rw-r--r-- | mail-mta/ssmtp/ssmtp-2.61-r2.ebuild | 5 | ||||
-rw-r--r-- | mail-mta/ssmtp/ssmtp-2.61-r30.ebuild | 5 | ||||
-rw-r--r-- | mail-mta/ssmtp/ssmtp-2.61-r31.ebuild | 5 | ||||
-rw-r--r-- | mail-mta/ssmtp/ssmtp-2.61.ebuild | 5 |
5 files changed, 23 insertions, 5 deletions
diff --git a/mail-mta/ssmtp/ChangeLog b/mail-mta/ssmtp/ChangeLog index 9cc5edb63b85..5dfca587789a 100644 --- a/mail-mta/ssmtp/ChangeLog +++ b/mail-mta/ssmtp/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for mail-mta/ssmtp # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/ssmtp/ChangeLog,v 1.43 2006/10/17 10:53:06 uberlord Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/ssmtp/ChangeLog,v 1.44 2006/10/22 00:37:51 ticho Exp $ + + 22 Oct 2006; Andrej Kacian <ticho@gentoo.org> -files/starttls.diff, + -ssmtp-2.60.7-r1.ebuild, -ssmtp-2.60.9.ebuild, ssmtp-2.61.ebuild, + ssmtp-2.61-r2.ebuild, ssmtp-2.61-r30.ebuild, ssmtp-2.61-r31.ebuild: + Modified Makefile to respect LDFLAGS, bug #152197 by Fabian Groffen <grobian + at gentoo.org>. Removed old ebuilds. 17 Oct 2006; Roy Marples <uberlord@gentoo.org> ssmtp-2.61-r2.ebuild, ssmtp-2.61-r30.ebuild, ssmtp-2.61-r31.ebuild: diff --git a/mail-mta/ssmtp/ssmtp-2.61-r2.ebuild b/mail-mta/ssmtp/ssmtp-2.61-r2.ebuild index aaf34f44626c..a47a8c14addd 100644 --- a/mail-mta/ssmtp/ssmtp-2.61-r2.ebuild +++ b/mail-mta/ssmtp/ssmtp-2.61-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/ssmtp/ssmtp-2.61-r2.ebuild,v 1.9 2006/10/17 10:53:06 uberlord Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/ssmtp/ssmtp-2.61-r2.ebuild,v 1.10 2006/10/22 00:37:51 ticho Exp $ inherit eutils toolchain-funcs @@ -27,6 +27,9 @@ src_unpack() { unpack "${A}" ; cd "${S}" epatch "${FILESDIR}"/ssmtp-2.61-bug127592.patch + + # Respect LDFLAGS (bug #152197) + sed -i -e 's:$(CC) -o:$(CC) @LDFLAGS@ -o:' Makefile.in } src_compile() { diff --git a/mail-mta/ssmtp/ssmtp-2.61-r30.ebuild b/mail-mta/ssmtp/ssmtp-2.61-r30.ebuild index c72167c96e25..de6b1d2e4790 100644 --- a/mail-mta/ssmtp/ssmtp-2.61-r30.ebuild +++ b/mail-mta/ssmtp/ssmtp-2.61-r30.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/ssmtp/ssmtp-2.61-r30.ebuild,v 1.2 2006/10/17 10:53:06 uberlord Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/ssmtp/ssmtp-2.61-r30.ebuild,v 1.3 2006/10/22 00:37:52 ticho Exp $ inherit eutils mailer @@ -17,6 +17,9 @@ DEPEND="virtual/libc ssl? ( dev-libs/openssl )" src_compile() { + # Respect LDFLAGS (bug #152197) + sed -i -e 's:$(CC) -o:$(CC) @LDFLAGS@ -o:' Makefile.in + econf \ --sysconfdir=/etc/ssmtp \ $(use_enable ssl) \ diff --git a/mail-mta/ssmtp/ssmtp-2.61-r31.ebuild b/mail-mta/ssmtp/ssmtp-2.61-r31.ebuild index 30b7ac98ba49..2f2ab09c0220 100644 --- a/mail-mta/ssmtp/ssmtp-2.61-r31.ebuild +++ b/mail-mta/ssmtp/ssmtp-2.61-r31.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/ssmtp/ssmtp-2.61-r31.ebuild,v 1.3 2006/10/17 10:53:06 uberlord Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/ssmtp/ssmtp-2.61-r31.ebuild,v 1.4 2006/10/22 00:37:52 ticho Exp $ inherit eutils toolchain-funcs mailer @@ -22,6 +22,9 @@ src_unpack() { unpack "${A}" ; cd "${S}" epatch "${FILESDIR}"/ssmtp-2.61-bug127592.patch + + # Respect LDFLAGS (bug #152197) + sed -i -e 's:$(CC) -o:$(CC) @LDFLAGS@ -o:' Makefile.in } src_compile() { diff --git a/mail-mta/ssmtp/ssmtp-2.61.ebuild b/mail-mta/ssmtp/ssmtp-2.61.ebuild index cb314877b809..f3c88db6ce8d 100644 --- a/mail-mta/ssmtp/ssmtp-2.61.ebuild +++ b/mail-mta/ssmtp/ssmtp-2.61.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/ssmtp/ssmtp-2.61.ebuild,v 1.16 2006/04/02 20:59:26 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/ssmtp/ssmtp-2.61.ebuild,v 1.17 2006/10/22 00:37:52 ticho Exp $ inherit eutils @@ -24,6 +24,9 @@ PROVIDE="virtual/mta" S=${WORKDIR}/ssmtp-2.61 src_compile() { + # Respect LDFLAGS (bug #152197) + sed -i -e 's:$(CC) -o:$(CC) @LDFLAGS@ -o:' Makefile.in + econf \ --sysconfdir=/etc/ssmtp \ $(use_enable ssl) \ |