diff options
author | 2005-12-23 15:55:23 +0000 | |
---|---|---|
committer | 2005-12-23 15:55:23 +0000 | |
commit | 5848f95aadbeff9557f6b0ec4126ca62b6bf33b6 (patch) | |
tree | 26b4d0b307b341177cb5bd4930c0b38f78ca2267 /net-misc | |
parent | added ~ppc64 (diff) | |
download | historical-5848f95aadbeff9557f6b0ec4126ca62b6bf33b6.tar.gz historical-5848f95aadbeff9557f6b0ec4126ca62b6bf33b6.tar.bz2 historical-5848f95aadbeff9557f6b0ec4126ca62b6bf33b6.zip |
Disable autodetection of gssapi
Package-Manager: portage-2.1_pre1
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/neon/ChangeLog | 7 | ||||
-rw-r--r-- | net-misc/neon/Manifest | 18 | ||||
-rw-r--r-- | net-misc/neon/neon-0.25.3.ebuild | 3 |
3 files changed, 12 insertions, 16 deletions
diff --git a/net-misc/neon/ChangeLog b/net-misc/neon/ChangeLog index 1538eae3db13..eff790b9c170 100644 --- a/net-misc/neon/ChangeLog +++ b/net-misc/neon/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-misc/neon # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/neon/ChangeLog,v 1.52 2005/09/14 23:46:13 ka0ttic Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/neon/ChangeLog,v 1.53 2005/12/23 15:55:23 pauldv Exp $ + + 23 Dec 2005; Paul de Vrieze <pauldv@gentoo.org> neon-0.25.3.ebuild: + Explicitly disable linking with gssapi. Autodetecting gives a broken + dependency. Using a useflag dependency doesn't work as apparently the + libtool archive created does not have proper dependencies. 14 Sep 2005; Aaron Walker <ka0ttic@gentoo.org> neon-0.24.7.ebuild: 0.24.7 stable on mips. diff --git a/net-misc/neon/Manifest b/net-misc/neon/Manifest index de400ac9b602..1d5bb8b6395a 100644 --- a/net-misc/neon/Manifest +++ b/net-misc/neon/Manifest @@ -1,16 +1,6 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 797b5fc3f40d9c99f837a18ec3bb46ab ChangeLog 6969 +MD5 1e43459be9d0f5498b97e2415ca688ae ChangeLog 7243 +MD5 839f25b6c4eb84ed2157cd2904daf5b0 files/digest-neon-0.24.7 63 +MD5 f4c20c929f124bfab9c6c66cddd7c210 files/digest-neon-0.25.3 63 MD5 2ae7200538068877dd6268e6a69a3c67 metadata.xml 635 -MD5 9a28876fe08f3e1b1832667a058f5fa5 neon-0.25.3.ebuild 1408 MD5 189bd504f32f8d2e283701567c61c37d neon-0.24.7.ebuild 1042 -MD5 f4c20c929f124bfab9c6c66cddd7c210 files/digest-neon-0.25.3 63 -MD5 839f25b6c4eb84ed2157cd2904daf5b0 files/digest-neon-0.24.7 63 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.1 (GNU/Linux) - -iD8DBQFDKLZSEZCkKN40op4RAjMuAKCcga0iK/tPQ965csEnwAJ/H9358wCeMP5q -DJIswkw2ggV3gFVBS41k7FI= -=qbtg ------END PGP SIGNATURE----- +MD5 6ee5ea42c52e04379130c5fbc25b50fd neon-0.25.3.ebuild 1424 diff --git a/net-misc/neon/neon-0.25.3.ebuild b/net-misc/neon/neon-0.25.3.ebuild index 1753b8751ee8..c5d36a8abf54 100644 --- a/net-misc/neon/neon-0.25.3.ebuild +++ b/net-misc/neon/neon-0.25.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/neon/neon-0.25.3.ebuild,v 1.1 2005/09/10 08:08:32 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/neon/neon-0.25.3.ebuild,v 1.2 2005/12/23 15:55:23 pauldv Exp $ DESCRIPTION="HTTP and WebDAV client library" HOMEPAGE="http://www.webdav.org/neon/" @@ -44,6 +44,7 @@ src_compile() { econf \ --enable-shared \ + --without-gssapi \ $(use_with zlib) \ $(use_with ssl) \ ${myc} \ |