Sun Mar 22 12:21:13 2020 UTC ()
security/gnutls: remove nonexistent files from REPLACE_BASH


(rillig)
diff -r1.207 -r1.208 pkgsrc/security/gnutls/Makefile

cvs diff -r1.207 -r1.208 pkgsrc/security/gnutls/Makefile (expand / switch to unified diff)

--- pkgsrc/security/gnutls/Makefile 2020/03/08 16:48:06 1.207
+++ pkgsrc/security/gnutls/Makefile 2020/03/22 12:21:12 1.208
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: Makefile,v 1.207 2020/03/08 16:48:06 wiz Exp $ 1# $NetBSD: Makefile,v 1.208 2020/03/22 12:21:12 rillig Exp $
2 2
3DISTNAME= gnutls-3.6.12 3DISTNAME= gnutls-3.6.12
4PKGREVISION= 1 4PKGREVISION= 1
5CATEGORIES= security devel 5CATEGORIES= security devel
6MASTER_SITES= https://www.gnupg.org/ftp/gcrypt/gnutls/v3.6/ 6MASTER_SITES= https://www.gnupg.org/ftp/gcrypt/gnutls/v3.6/
7EXTRACT_SUFX= .tar.xz 7EXTRACT_SUFX= .tar.xz
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= https://www.gnutls.org/ 10HOMEPAGE= https://www.gnutls.org/
11COMMENT= Transport Layer Security library 11COMMENT= Transport Layer Security library
12LICENSE= gnu-gpl-v3 AND gnu-lgpl-v2.1 12LICENSE= gnu-gpl-v3 AND gnu-lgpl-v2.1
13 13
14DEPENDS+= mozilla-rootcerts-[0-9]*:../../security/mozilla-rootcerts 14DEPENDS+= mozilla-rootcerts-[0-9]*:../../security/mozilla-rootcerts
@@ -37,29 +37,27 @@ CONFIGURE_ARGS.FreeBSD+= ac_cv_type_max_ @@ -37,29 +37,27 @@ CONFIGURE_ARGS.FreeBSD+= ac_cv_type_max_
37.include "options.mk" 37.include "options.mk"
38 38
39TEST_TARGET= check 39TEST_TARGET= check
40 40
41INFO_FILES= yes 41INFO_FILES= yes
42 42
43REPLACE_BASH+= tests/cert-tests/certtool 43REPLACE_BASH+= tests/cert-tests/certtool
44REPLACE_BASH+= tests/danetool.sh 44REPLACE_BASH+= tests/danetool.sh
45REPLACE_BASH+= tests/fastopen.sh 45REPLACE_BASH+= tests/fastopen.sh
46REPLACE_BASH+= tests/gnutls-cli-debug.sh 46REPLACE_BASH+= tests/gnutls-cli-debug.sh
47REPLACE_BASH+= tests/ocsp-tests/ocsp-must-staple-connection 47REPLACE_BASH+= tests/ocsp-tests/ocsp-must-staple-connection
48REPLACE_BASH+= tests/ocsp-tests/ocsp-tls-connection 48REPLACE_BASH+= tests/ocsp-tests/ocsp-tls-connection
49REPLACE_BASH+= tests/starttls.sh 49REPLACE_BASH+= tests/starttls.sh
50REPLACE_BASH+= tests/suite/cbc-record-check.sh 50# tests/suite is not included in distributions anymore
51REPLACE_BASH+= tests/suite/testcompat-main-openssl 
52REPLACE_BASH+= tests/suite/testcompat-main-polarssl 
53REPLACE_BASH+= tests/cert-tests/pkcs12-utf8 51REPLACE_BASH+= tests/cert-tests/pkcs12-utf8
54 52
55REPLACE_PERL+= doc/scripts/gdoc doc/scripts/sort2.pl 53REPLACE_PERL+= doc/scripts/gdoc doc/scripts/sort2.pl
56 54
57PKGCONFIG_OVERRIDE= lib/gnutls.pc.in 55PKGCONFIG_OVERRIDE= lib/gnutls.pc.in
58PKGCONFIG_OVERRIDE+= libdane/gnutls-dane.pc.in 56PKGCONFIG_OVERRIDE+= libdane/gnutls-dane.pc.in
59 57
60MAKE_ENV+= RM=${RM:Q} 58MAKE_ENV+= RM=${RM:Q}
61MAKE_ENV+= TZ=UTC 59MAKE_ENV+= TZ=UTC
62 60
63SUBST_CLASSES+= shell 61SUBST_CLASSES+= shell
64SUBST_SED.shell+= -e 's,define POSIX_SHELL .*,define POSIX_SHELL "'${TOOLS_PATH.bash}'",' 62SUBST_SED.shell+= -e 's,define POSIX_SHELL .*,define POSIX_SHELL "'${TOOLS_PATH.bash}'",'
65SUBST_STAGE.shell= post-configure 63SUBST_STAGE.shell= post-configure