pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/nss nss: skip portability checks for all unit tests



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fdf9567eb52c
branches:  trunk
changeset: 457007:fdf9567eb52c
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Sat Aug 14 00:32:17 2021 +0000

description:
nss: skip portability checks for all unit tests

diffstat:

 devel/nss/Makefile |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (19 lines):

diff -r 0703ba1e3f6a -r fdf9567eb52c devel/nss/Makefile
--- a/devel/nss/Makefile        Fri Aug 13 19:01:56 2021 +0000
+++ b/devel/nss/Makefile        Sat Aug 14 00:32:17 2021 +0000
@@ -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 @@
 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