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

Collapse All | Expand All

(-)fetchmail-6.2.5.2.ebuild.orig (-1 / +4 lines)
Lines 17-23 Link Here
17
RDEPEND="hesiod? ( net-dns/hesiod )
17
RDEPEND="hesiod? ( net-dns/hesiod )
18
	ssl? ( >=dev-libs/openssl-0.9.6 )
18
	ssl? ( >=dev-libs/openssl-0.9.6 )
19
	kerberos? ( app-crypt/mit-krb5 )
19
	kerberos? ( app-crypt/mit-krb5 )
20
	sys-devel/gettext
20
	nls? ( sys-devel/gettext )
21
	elibc_FreeBSD? ( sys-libs/com_err )"
21
	elibc_FreeBSD? ( sys-libs/com_err )"
22
22
23
DEPEND="${RDEPEND}
23
DEPEND="${RDEPEND}
Lines 32-38 Link Here
32
	epatch ${WORKDIR}/${PN}-patch-${PV} || die "epatch to ${PV} failed"
32
	epatch ${WORKDIR}/${PN}-patch-${PV} || die "epatch to ${PV} failed"
33
33
34
	epatch ${FILESDIR}/${PN}-6.2.5-gentoo.patch || die
34
	epatch ${FILESDIR}/${PN}-6.2.5-gentoo.patch || die
35
	if use kerberos ; then
35
	epatch ${FILESDIR}/${PN}-6.2.5-kerberos.patch || die
36
	epatch ${FILESDIR}/${PN}-6.2.5-kerberos.patch || die
37
		use nls || epatch ${FILESDIR}/${PN}-6.2.5-nonls.patch || die
38
	fi			
36
	# this patch fixes bug #34788 (ticho@gentoo.org 2004-09-03)
39
	# this patch fixes bug #34788 (ticho@gentoo.org 2004-09-03)
37
	epatch ${FILESDIR}/${PN}-6.2.5-broken-headers.patch || die
40
	epatch ${FILESDIR}/${PN}-6.2.5-broken-headers.patch || die
38
	# this patch fixes bug #97263 (ticho@gentoo.org 2005-06-01)
41
	# this patch fixes bug #97263 (ticho@gentoo.org 2005-06-01)

Return to bug 104384