Sun Mar 22 12:21:59 2020 UTC ()
security/gnutls: remove unnecessary comment from Makefile


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

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

--- pkgsrc/security/gnutls/Makefile 2020/03/22 12:21:12 1.208
+++ pkgsrc/security/gnutls/Makefile 2020/03/22 12:21:59 1.209
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: Makefile,v 1.208 2020/03/22 12:21:12 rillig Exp $ 1# $NetBSD: Makefile,v 1.209 2020/03/22 12:21:59 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,27 +37,26 @@ CONFIGURE_ARGS.FreeBSD+= ac_cv_type_max_ @@ -37,27 +37,26 @@ 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
50# tests/suite is not included in distributions anymore 
51REPLACE_BASH+= tests/cert-tests/pkcs12-utf8 50REPLACE_BASH+= tests/cert-tests/pkcs12-utf8
52 51
53REPLACE_PERL+= doc/scripts/gdoc doc/scripts/sort2.pl 52REPLACE_PERL+= doc/scripts/gdoc doc/scripts/sort2.pl
54 53
55PKGCONFIG_OVERRIDE= lib/gnutls.pc.in 54PKGCONFIG_OVERRIDE= lib/gnutls.pc.in
56PKGCONFIG_OVERRIDE+= libdane/gnutls-dane.pc.in 55PKGCONFIG_OVERRIDE+= libdane/gnutls-dane.pc.in
57 56
58MAKE_ENV+= RM=${RM:Q} 57MAKE_ENV+= RM=${RM:Q}
59MAKE_ENV+= TZ=UTC 58MAKE_ENV+= TZ=UTC
60 59
61SUBST_CLASSES+= shell 60SUBST_CLASSES+= shell
62SUBST_SED.shell+= -e 's,define POSIX_SHELL .*,define POSIX_SHELL "'${TOOLS_PATH.bash}'",' 61SUBST_SED.shell+= -e 's,define POSIX_SHELL .*,define POSIX_SHELL "'${TOOLS_PATH.bash}'",'
63SUBST_STAGE.shell= post-configure 62SUBST_STAGE.shell= post-configure