summaryrefslogtreecommitdiff
path: root/security/gnutls/Makefile
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2011-07-11 16:10:29 +0000
committerdrochner <drochner@pkgsrc.org>2011-07-11 16:10:29 +0000
commitbe1503bc7dc1233483629155c8e197f0c024ca87 (patch)
tree1769ff8594a94c6e126f88fd171a639862fb160e /security/gnutls/Makefile
parent5c1788e77ba87aad7723df90ea26dbf55d1ed3db (diff)
downloadpkgsrc-be1503bc7dc1233483629155c8e197f0c024ca87.tar.gz
update to 2.12.7
changes: -bugfixes -minor feature additions pkgsrc change: since the pkg was changed to build against "nettle" instead of libgcrypt (whether this was a good idea or not...), the latter isn't needed anymore, so remove the stale dependency This can cause build breakage -- in this case addition of a local dependency should restore the old state. (This dependency is technically unnecessary often, but the assumption that gnutls needs libgcrypt is sometimes hardwired in configure scripts and/or code.)
Diffstat (limited to 'security/gnutls/Makefile')
-rw-r--r--security/gnutls/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/security/gnutls/Makefile b/security/gnutls/Makefile
index eaa98e603e2..00f8f1ae3cb 100644
--- a/security/gnutls/Makefile
+++ b/security/gnutls/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.100 2011/04/27 16:56:43 tnn Exp $
+# $NetBSD: Makefile,v 1.101 2011/07/11 16:10:29 drochner Exp $
-DISTNAME= gnutls-2.12.3
-PKGREVISION= 1
+DISTNAME= gnutls-2.12.7
CATEGORIES= security devel
MASTER_SITES= ftp://ftp.gnutls.org/pub/gnutls/ \
ftp://ftp.gnupg.org/gcrypt/gnutls/ \
@@ -24,6 +23,9 @@ GNU_CONFIGURE= yes
TEST_TARGET= check
INFO_FILES= yes
+USE_TOOLS+= perl
+REPLACE_PERL+= doc/scripts/gdoc doc/scripts/sort2.pl
+
# this library duplicates (and conflicts with) openssl
CONFIGURE_ARGS+= --disable-openssl-compatibility
@@ -50,8 +52,6 @@ post-install:
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../devel/libcfg+/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
-BUILDLINK_API_DEPENDS.libgcrypt+= libgcrypt>=1.4
-.include "../../security/libgcrypt/buildlink3.mk"
BUILDLINK_API_DEPENDS.libtasn1+= libtasn1>=0.3.4
.include "../../security/libtasn1/buildlink3.mk"
.include "../../security/nettle/buildlink3.mk"