summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2012-06-16 11:06:27 +0000
committerFabian Groffen <grobian@gentoo.org>2012-06-16 11:06:27 +0000
commitc938f619802421b023c46237a2ebc33e38f10633 (patch)
treec76468900310f83933f0cee27892f1c87eaf1ef8 /net-mail/fetchmail
parentVersion bump, drop old. (diff)
downloadgentoo-2-c938f619802421b023c46237a2ebc33e38f10633.tar.gz
gentoo-2-c938f619802421b023c46237a2ebc33e38f10633.tar.bz2
gentoo-2-c938f619802421b023c46237a2ebc33e38f10633.zip
Added Prefix keywords, fixed for Prefix
(Portage version: 2.2.01.20430-prefix/cvs/SunOS i386)
Diffstat (limited to 'net-mail/fetchmail')
-rw-r--r--net-mail/fetchmail/ChangeLog7
-rw-r--r--net-mail/fetchmail/fetchmail-6.3.21.ebuild12
2 files changed, 11 insertions, 8 deletions
diff --git a/net-mail/fetchmail/ChangeLog b/net-mail/fetchmail/ChangeLog
index 9f96bc758cca..14011454a212 100644
--- a/net-mail/fetchmail/ChangeLog
+++ b/net-mail/fetchmail/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-mail/fetchmail
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchmail/ChangeLog,v 1.224 2011/11/06 20:13:45 eras Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchmail/ChangeLog,v 1.225 2012/06/16 11:06:27 grobian Exp $
+
+ 16 Jun 2012; Fabian Groffen <grobian@gentoo.org> fetchmail-6.3.21.ebuild:
+ Added Prefix keywords, fixed for Prefix
06 Nov 2011; Eray Aslan <eras@gentoo.org> fetchmail-6.3.21.ebuild,
+files/fetchmail-gss_c_nt_hostbased_service.patch:
diff --git a/net-mail/fetchmail/fetchmail-6.3.21.ebuild b/net-mail/fetchmail/fetchmail-6.3.21.ebuild
index 035f608111b6..07009d4e2229 100644
--- a/net-mail/fetchmail/fetchmail-6.3.21.ebuild
+++ b/net-mail/fetchmail/fetchmail-6.3.21.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchmail/fetchmail-6.3.21.ebuild,v 1.7 2011/11/06 20:13:45 eras Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchmail/fetchmail-6.3.21.ebuild,v 1.8 2012/06/16 11:06:27 grobian Exp $
EAPI=3
@@ -16,14 +16,14 @@ SRC_URI="mirror://berlios/${PN}/${P}.tar.bz2"
LICENSE="GPL-2 public-domain"
SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
IUSE="ssl nls kerberos hesiod tk socks"
RDEPEND="hesiod? ( net-dns/hesiod )
ssl? ( >=dev-libs/openssl-0.9.6 )
kerberos? ( virtual/krb5 >=dev-libs/openssl-0.9.6 )
nls? ( virtual/libintl )
- elibc_FreeBSD? ( sys-libs/e2fsprogs-libs )
+ !elibc_glibc? ( sys-libs/e2fsprogs-libs )
socks? ( net-proxy/dante )"
DEPEND="${RDEPEND}
sys-devel/flex
@@ -56,8 +56,8 @@ src_configure() {
--enable-NTLM \
--enable-SDPS \
$(use_enable nls) \
- $(use_with ssl) \
- $(use kerberos && echo "--with-ssl" ) \
+ $(use_with ssl ssl ${EPREFIX}/usr) \
+ $(use kerberos && echo "--with-ssl=${EPREFIX}/usr" ) \
$(use_with kerberos gssapi) \
$(use_with kerberos kerberos5) \
$(use_with hesiod) \