pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/gnutls Use libopts from autoopts package inst...
details: https://anonhg.NetBSD.org/pkgsrc/rev/01cfc2bc9392
branches: trunk
changeset: 352922:01cfc2bc9392
user: wiz <wiz%pkgsrc.org@localhost>
date: Tue Sep 20 08:40:15 2016 +0000
description:
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:
security/gnutls/Makefile | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (29 lines):
diff -r d539e5ad5214 -r 01cfc2bc9392 security/gnutls/Makefile
--- a/security/gnutls/Makefile Tue Sep 20 08:27:00 2016 +0000
+++ b/security/gnutls/Makefile Tue Sep 20 08:40:15 2016 +0000
@@ -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-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 @@
.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"
Home |
Main Index |
Thread Index |
Old Index