Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 185899 | Differences between
and this patch

Collapse All | Expand All

(-)fetchmail-6.3.8-r2.ebuild.orig (-2 / +7 lines)
Lines 2-8 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchmail/fetchmail-6.3.8-r2.ebuild,v 1.8 2008/06/22 11:32:32 maekke Exp $
3
# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchmail/fetchmail-6.3.8-r2.ebuild,v 1.8 2008/06/22 11:32:32 maekke Exp $
4
4
5
inherit eutils
5
inherit autotools eutils
6
6
7
DESCRIPTION="the legendary remote-mail retrieval and forwarding utility"
7
DESCRIPTION="the legendary remote-mail retrieval and forwarding utility"
8
HOMEPAGE="http://fetchmail.berlios.de"
8
HOMEPAGE="http://fetchmail.berlios.de"
Lines 15-21 Link Here
15
15
16
RDEPEND="hesiod? ( net-dns/hesiod )
16
RDEPEND="hesiod? ( net-dns/hesiod )
17
	ssl? ( >=dev-libs/openssl-0.9.6 )
17
	ssl? ( >=dev-libs/openssl-0.9.6 )
18
	kerberos? ( app-crypt/mit-krb5 )
18
	kerberos? ( virtual/kerberos )
19
	nls? ( virtual/libintl )
19
	nls? ( virtual/libintl )
20
	elibc_FreeBSD? ( sys-libs/com_err )"
20
	elibc_FreeBSD? ( sys-libs/com_err )"
21
DEPEND="${RDEPEND}
21
DEPEND="${RDEPEND}
Lines 33-38 Link Here
33
33
34
	# this patch fixes bug #34788 (ticho@gentoo.org 2004-09-03)
34
	# this patch fixes bug #34788 (ticho@gentoo.org 2004-09-03)
35
	epatch "${FILESDIR}"/${PN}-6.2.5-broken-headers.patch
35
	epatch "${FILESDIR}"/${PN}-6.2.5-broken-headers.patch
36
37
	# MD5_Init check is not necessary for heimdal 1.2.
38
	epatch "${FILESDIR}"/${P}-heimdal-1.2-MD5_Init.patch
39
40
	eautoreconf
36
}
41
}
37
42
38
src_compile() {
43
src_compile() {

Return to bug 185899