From baa922dfde565bfc1dd492d161feb81b198005ca Mon Sep 17 00:00:00 2001 From: Nick Hadaway Date: Thu, 10 Oct 2002 11:21:55 +0000 Subject: Reversing naughty patch. See bug #8930 --- net-mail/fetchmail/ChangeLog | 6 +++++- net-mail/fetchmail/fetchmail-6.1.0.ebuild | 5 +---- 2 files changed, 6 insertions(+), 5 deletions(-) (limited to 'net-mail/fetchmail') 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 fetchmail-6.1.0.ebuild : + I made a booboo and patched the Makefile post-configure. Reversing + patch. + 08 Oct 2002; Nick Hadaway 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." } -- cgit v1.2.3-65-gdbad