summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2011-04-27 16:56:43 +0000
committertnn <tnn@pkgsrc.org>2011-04-27 16:56:43 +0000
commit56b15e882b5c4cb232a316079aa86fc15a92b917 (patch)
tree6eaebee8937894c3836bad6295c7a65e092acb0f /security
parent9e4e70d5be7bcf43b8f02b8865e49965285b435b (diff)
downloadpkgsrc-56b15e882b5c4cb232a316079aa86fc15a92b917.tar.gz
"pkg-config --cflags gnutls" failed with:
Package zlib was not found in the pkg-config search path. ... there is no zlib.pc, so comment out the part of the configure script that adds that to the pkg-config file. Bump PKGREVISION.
Diffstat (limited to 'security')
-rw-r--r--security/gnutls/Makefile3
-rw-r--r--security/gnutls/distinfo3
-rw-r--r--security/gnutls/patches/patch-lib_configure20
3 files changed, 24 insertions, 2 deletions
diff --git a/security/gnutls/Makefile b/security/gnutls/Makefile
index 928a88435e3..eaa98e603e2 100644
--- a/security/gnutls/Makefile
+++ b/security/gnutls/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.99 2011/04/26 10:35:29 adam Exp $
+# $NetBSD: Makefile,v 1.100 2011/04/27 16:56:43 tnn Exp $
DISTNAME= gnutls-2.12.3
+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 b1b98c1458d..36c6537e3ac 100644
--- a/security/gnutls/distinfo
+++ b/security/gnutls/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.71 2011/04/26 10:35:29 adam Exp $
+$NetBSD: distinfo,v 1.72 2011/04/27 16:56:43 tnn Exp $
SHA1 (gnutls-2.12.3.tar.bz2) = 1799bdea6b373e312b055fa7caf06effecb9c033
RMD160 (gnutls-2.12.3.tar.bz2) = f405a971df1e3773f26b854028b11727b28162b6
@@ -7,3 +7,4 @@ SHA1 (patch-ab) = 49de2419935972f958acacdffec32388986f1ea0
SHA1 (patch-ae) = cadc476a6a120390c3c2792b52dd02d27a3884e6
SHA1 (patch-af) = 321c3488dd383a09dd95f6a15f50b9f54f6aa5fc
SHA1 (patch-ai) = 2c5c181ec6de9622cac66c2d5fe2cc8f3f89fbe8
+SHA1 (patch-lib_configure) = a3a64d0aed1929d3b4edf91d48f213da23269027
diff --git a/security/gnutls/patches/patch-lib_configure b/security/gnutls/patches/patch-lib_configure
new file mode 100644
index 00000000000..89fb251d082
--- /dev/null
+++ b/security/gnutls/patches/patch-lib_configure
@@ -0,0 +1,20 @@
+$NetBSD: patch-lib_configure,v 1.1 2011/04/27 16:56:43 tnn Exp $
+
+--- lib/configure.orig 2011-04-22 11:40:04.000000000 +0000
++++ lib/configure
+@@ -17201,6 +17201,7 @@ else
+ $as_echo "no" >&6; }
+ fi
+
++if false; then # there is no zlib.pc in pkgsrc
+ if test x$ac_zlib != xno; then
+ if test x$GNUTLS_REQUIRES_PRIVATE = x; then
+ GNUTLS_REQUIRES_PRIVATE="Requires.private: zlib"
+@@ -17208,6 +17209,7 @@ if test x$ac_zlib != xno; then
+ GNUTLS_REQUIRES_PRIVATE="$GNUTLS_REQUIRES_PRIVATE , zlib"
+ fi
+ fi
++fi
+
+
+