diff options
author | Nick Hadaway <raker@gentoo.org> | 2002-10-10 11:21:55 +0000 |
---|---|---|
committer | Nick Hadaway <raker@gentoo.org> | 2002-10-10 11:21:55 +0000 |
commit | baa922dfde565bfc1dd492d161feb81b198005ca (patch) | |
tree | 1502543eef4abbeeb23d8c81a4acfc8a260859f2 /net-mail/fetchmail | |
parent | new ppc kernel (diff) | |
download | historical-baa922dfde565bfc1dd492d161feb81b198005ca.tar.gz historical-baa922dfde565bfc1dd492d161feb81b198005ca.tar.bz2 historical-baa922dfde565bfc1dd492d161feb81b198005ca.zip |
Reversing naughty patch. See bug #8930
Diffstat (limited to 'net-mail/fetchmail')
-rw-r--r-- | net-mail/fetchmail/ChangeLog | 6 | ||||
-rw-r--r-- | net-mail/fetchmail/fetchmail-6.1.0.ebuild | 5 |
2 files changed, 6 insertions, 5 deletions
diff --git a/net-mail/fetchmail/ChangeLog b/net-mail/fetchmail/ChangeLog index 981fdcf67358..2b554e4b858c 100644 --- a/net-mail/fetchmail/ChangeLog +++ b/net-mail/fetchmail/ChangeLog @@ -1,9 +1,13 @@ # ChangeLog for net-mailfetchmailChangeLog/ # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchmail/ChangeLog,v 1.8 2002/10/08 15:44:57 raker Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchmail/ChangeLog,v 1.9 2002/10/10 11:21:55 raker Exp $ *fetchmail-6.1.0 (01 Oct 2002) + 10 Oct 2002; Nick Hadaway <raker@gentoo.org> fetchmail-6.1.0.ebuild : + I made a booboo and patched the Makefile post-configure. Reversing + patch. + 08 Oct 2002; Nick Hadaway <raker@gentoo.org> fetchmail-6.1.0.ebuild : Added a patch to remove /usr/include warning messages if ssl is enabled. diff --git a/net-mail/fetchmail/fetchmail-6.1.0.ebuild b/net-mail/fetchmail/fetchmail-6.1.0.ebuild index ed2a06d935da..fd9fbe1ff6ea 100644 --- a/net-mail/fetchmail/fetchmail-6.1.0.ebuild +++ b/net-mail/fetchmail/fetchmail-6.1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchmail/fetchmail-6.1.0.ebuild,v 1.4 2002/10/08 15:44:57 raker Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchmail/fetchmail-6.1.0.ebuild,v 1.5 2002/10/10 11:21:55 raker Exp $ IUSE="ssl nls" @@ -39,9 +39,6 @@ src_compile() { --enable-SDPS \ ${myconf} || die "Configuration failed." - use ssl && \ - patch -p1 < ${FILESDIR}/${P}-gentoo.diff || die "patch failed" - emake || die "Compilation failed." } |