diff options
author | drochner <drochner@pkgsrc.org> | 2011-03-09 10:52:25 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2011-03-09 10:52:25 +0000 |
commit | fc92f5813b0e17992d89aeb59d56460966dbe0dc (patch) | |
tree | 85f2729cb0b5be302315104f3477263dcf600b30 /security | |
parent | 36c82400687a26ecea156fa90c2c9ad0b3e9a730 (diff) | |
download | pkgsrc-fc92f5813b0e17992d89aeb59d56460966dbe0dc.tar.gz |
fix installed pkgconfig .pc file: Don't refer to zlib.pc -- this
fails with system libz. We propagate a dependency per bl3 file,
this should be sufficient.
bump PKGREV
Diffstat (limited to 'security')
-rw-r--r-- | security/gnutls/Makefile | 3 | ||||
-rw-r--r-- | security/gnutls/distinfo | 3 | ||||
-rw-r--r-- | security/gnutls/patches/patch-aj | 20 |
3 files changed, 24 insertions, 2 deletions
diff --git a/security/gnutls/Makefile b/security/gnutls/Makefile index c8f48f61547..d67d812a5fb 100644 --- a/security/gnutls/Makefile +++ b/security/gnutls/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.96 2011/03/07 13:45:34 adam Exp $ +# $NetBSD: Makefile,v 1.97 2011/03/09 10:52:25 drochner Exp $ DISTNAME= gnutls-2.10.5 +PKGREVISION= 1 CATEGORIES= security devel MASTER_SITES= ftp://ftp.gnutls.org/pub/gnutls/ \ ftp://ftp.gnupg.org/gcrypt/gnutls/ \ diff --git a/security/gnutls/distinfo b/security/gnutls/distinfo index 36d482324ca..d83833c27a1 100644 --- a/security/gnutls/distinfo +++ b/security/gnutls/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.69 2011/03/07 13:45:34 adam Exp $ +$NetBSD: distinfo,v 1.70 2011/03/09 10:52:25 drochner Exp $ SHA1 (gnutls-2.10.5.tar.bz2) = 4530657082a0e754356de89a5529d1ad7a18e777 RMD160 (gnutls-2.10.5.tar.bz2) = 4bc886ced90742a488e00c1884e6124b37047382 @@ -8,3 +8,4 @@ SHA1 (patch-ab) = 43d53ae8f51491a0d300463df1ccd3445581e8b5 SHA1 (patch-ae) = f505476ce0477dc547e8698d205d6ba26fe85f48 SHA1 (patch-af) = bd4701640dfef5bfdce87d620befd93098b0dff3 SHA1 (patch-ai) = 2c5c181ec6de9622cac66c2d5fe2cc8f3f89fbe8 +SHA1 (patch-aj) = 46fc301de8fec82b5296f0c708bd7cf734b69e72 diff --git a/security/gnutls/patches/patch-aj b/security/gnutls/patches/patch-aj new file mode 100644 index 00000000000..cc8d6bb959f --- /dev/null +++ b/security/gnutls/patches/patch-aj @@ -0,0 +1,20 @@ +$NetBSD: patch-aj,v 1.3 2011/03/09 10:52:26 drochner Exp $ + +don't refer to zlib in installed pkgconfig files - fails with system libz + +--- lib/configure.orig 2011-02-28 08:38:47.000000000 +0000 ++++ lib/configure +@@ -16642,13 +16642,6 @@ else + $as_echo "no" >&6; } + fi + +-if test x$ac_zlib != xno; then +- if test "$GNUTLS_REQUIRES_PRIVATE" = ""; then +- GNUTLS_REQUIRES_PRIVATE="Requires.private: zlib" +- else +- GNUTLS_REQUIRES_PRIVATE="$GNUTLS_REQUIRES_PRIVATE , zlib" +- fi +-fi + + + |