pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/security/gnutls



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Sep 20 08:40:15 UTC 2016

Modified Files:
        pkgsrc/security/gnutls: Makefile

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.166 -r1.167 pkgsrc/security/gnutls/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/gnutls/Makefile
diff -u pkgsrc/security/gnutls/Makefile:1.166 pkgsrc/security/gnutls/Makefile:1.167
--- pkgsrc/security/gnutls/Makefile:1.166       Mon Sep 19 15:32:47 2016
+++ pkgsrc/security/gnutls/Makefile     Tue Sep 20 08:40:15 2016
@@ -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-compa
 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"



Home | Main Index | Thread Index | Old Index