diff options
author | wiz <wiz@pkgsrc.org> | 2016-09-20 08:40:15 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2016-09-20 08:40:15 +0000 |
commit | 5684386eb9808f8df7fd56257d02325c2c5f3cbe (patch) | |
tree | 716a2a194a75fec5d8da2a6b3fdaaa6197305b65 /security | |
parent | 1b92784795e712faf8dec6e0af3aa5147f7281e9 (diff) | |
download | pkgsrc-5684386eb9808f8df7fd56257d02325c2c5f3cbe.tar.gz |
Use libopts from autoopts package instead of local copy.
(Only changes bin/*, not lib). Fixes build when autoopts already is installed
Disable valgrind explicitly.
Addresses issues reported by Ricard Palo.
Bump PKGREVISION.
Diffstat (limited to 'security')
-rw-r--r-- | security/gnutls/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/security/gnutls/Makefile b/security/gnutls/Makefile index 04e35ffcd6b..dbddc8a74c8 100644 --- a/security/gnutls/Makefile +++ b/security/gnutls/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.166 2016/09/19 15:32:47 wiz Exp $ +# $NetBSD: Makefile,v 1.167 2016/09/20 08:40:15 wiz Exp $ DISTNAME= gnutls-3.5.4 +PKGREVISION= 1 CATEGORIES= security devel MASTER_SITES= ftp://ftp.gnutls.org/gcrypt/gnutls/v3.5/ EXTRACT_SUFX= .tar.xz @@ -21,7 +22,7 @@ CONFIGURE_ARGS+= --disable-openssl-compatibility CONFIGURE_ARGS+= --disable-guile CONFIGURE_ARGS+= --disable-libdane CONFIGURE_ARGS+= --without-tpm -CONFIGURE_ARGS+= AUTOGEN=/bin/true +CONFIGURE_ARGS+= --disable-valgrind-tests # as of 3.5.4, 0 test failures TEST_TARGET= check @@ -63,6 +64,7 @@ post-install: .include "../../archivers/lzo/buildlink3.mk" .include "../../converters/libiconv/buildlink3.mk" +.include "../../devel/autogen/buildlink3.mk" .include "../../mk/readline.buildlink3.mk" .include "../../devel/gettext-lib/buildlink3.mk" .include "../../devel/libcfg+/buildlink3.mk" |