pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/gnutls gnutls: build-depend on bash for the t...
details: https://anonhg.NetBSD.org/pkgsrc/rev/1b3704c5fa4e
branches: trunk
changeset: 311809:1b3704c5fa4e
user: wiz <wiz%pkgsrc.org@localhost>
date: Sun Aug 19 06:28:39 2018 +0000
description:
gnutls: build-depend on bash for the tests.
Replace interpreter in more shell scripts. Gets tests further along.
diffstat:
security/gnutls/Makefile | 14 ++++++++------
1 files changed, 8 insertions(+), 6 deletions(-)
diffs (41 lines):
diff -r e8a02416c32e -r 1b3704c5fa4e security/gnutls/Makefile
--- a/security/gnutls/Makefile Sun Aug 19 05:00:50 2018 +0000
+++ b/security/gnutls/Makefile Sun Aug 19 06:28:39 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.184 2018/08/16 11:05:47 wiz Exp $
+# $NetBSD: Makefile,v 1.185 2018/08/19 06:28:39 wiz Exp $
DISTNAME= gnutls-3.6.3
CATEGORIES= security devel
@@ -13,7 +13,7 @@
USE_LANGUAGES= c c++
USE_LIBTOOL= yes
USE_PKGLOCALEDIR= yes
-USE_TOOLS+= gmake gsed perl pkg-config
+USE_TOOLS+= gmake gsed perl pkg-config bash:build
GNU_CONFIGURE= yes
# this library duplicates (and conflicts with) openssl
CONFIGURE_ARGS+= --disable-openssl-compatibility
@@ -38,16 +38,18 @@
INFO_FILES= yes
+REPLACE_BASH+= tests/cert-tests/certtool
REPLACE_BASH+= tests/danetool.sh
+REPLACE_BASH+= tests/fastopen.sh
REPLACE_BASH+= tests/gnutls-cli-debug.sh
REPLACE_BASH+= tests/ocsp-tests/ocsp-must-staple-connection
REPLACE_BASH+= tests/ocsp-tests/ocsp-tls-connection
-REPLACE_BASH+= tests/suite/testcompat-main-polarssl
+REPLACE_BASH+= tests/starttls.sh
+REPLACE_BASH+= tests/suite/cbc-record-check.sh
REPLACE_BASH+= tests/suite/testcompat-main-openssl
-REPLACE_BASH+= tests/fastopen.sh
-REPLACE_BASH+= tests/starttls.sh
+REPLACE_BASH+= tests/suite/testcompat-main-polarssl
-REPLACE_PERL+= doc/scripts/gdoc doc/scripts/sort2.pl
+REPLACE_PERL+= doc/scripts/gdoc doc/scripts/sort2.pl
PKGCONFIG_OVERRIDE= lib/gnutls.pc.in
PKGCONFIG_OVERRIDE+= libdane/gnutls-dane.pc.in
Home |
Main Index |
Thread Index |
Old Index