pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/nss



Module Name:    pkgsrc
Committed By:   tnn
Date:           Sat Aug 14 00:32:17 UTC 2021

Modified Files:
        pkgsrc/devel/nss: Makefile

Log Message:
nss: skip portability checks for all unit tests


To generate a diff of this commit:
cvs rdiff -u -r1.210 -r1.211 pkgsrc/devel/nss/Makefile

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

Modified files:

Index: pkgsrc/devel/nss/Makefile
diff -u pkgsrc/devel/nss/Makefile:1.210 pkgsrc/devel/nss/Makefile:1.211
--- pkgsrc/devel/nss/Makefile:1.210     Mon Aug  9 07:54:47 2021
+++ pkgsrc/devel/nss/Makefile   Sat Aug 14 00:32:17 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.210 2021/08/09 07:54:47 wiz Exp $
+# $NetBSD: Makefile,v 1.211 2021/08/14 00:32:17 tnn Exp $
 
 DISTNAME=              nss-${NSS_RELEASE:S/.0$//}
 NSS_RELEASE=           3.69.0
@@ -10,8 +10,7 @@ HOMEPAGE=             https://developer.mozilla.org
 COMMENT=               Libraries to support development of security-enabled applications
 LICENSE=               mpl-2.0
 
-CHECK_PORTABILITY_SKIP+=       nss/tests/libpkix/libpkix.sh
-CHECK_PORTABILITY_SKIP+=       nss/tests/multinit/multinit.sh
+CHECK_PORTABILITY_SKIP+=       nss/tests/*/*.sh
 CHECK_PORTABILITY_SKIP+=       js/src/configure
 CHECK_PORTABILITY_SKIP+=       configure
 



Home | Main Index | Thread Index | Old Index