pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/firefox



Module Name:    pkgsrc
Committed By:   tnn
Date:           Sat Oct  2 13:10:52 UTC 2021

Modified Files:
        pkgsrc/www/firefox: mozilla-common.mk

Log Message:
firefox: sync CHECK_PORTABILITY_SKIPs w/ devel/nss


To generate a diff of this commit:
cvs rdiff -u -r1.208 -r1.209 pkgsrc/www/firefox/mozilla-common.mk

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

Modified files:

Index: pkgsrc/www/firefox/mozilla-common.mk
diff -u pkgsrc/www/firefox/mozilla-common.mk:1.208 pkgsrc/www/firefox/mozilla-common.mk:1.209
--- pkgsrc/www/firefox/mozilla-common.mk:1.208  Fri Oct  1 13:31:52 2021
+++ pkgsrc/www/firefox/mozilla-common.mk        Sat Oct  2 13:10:52 2021
@@ -1,4 +1,4 @@
-# $NetBSD: mozilla-common.mk,v 1.208 2021/10/01 13:31:52 gutteridge Exp $
+# $NetBSD: mozilla-common.mk,v 1.209 2021/10/02 13:10:52 tnn Exp $
 #
 # common Makefile fragment for mozilla packages based on gecko 2.0.
 #
@@ -68,8 +68,7 @@ CXXFLAGS+=            -mstackrealign
 PLIST.i386=            yes
 .endif
 
-CHECK_PORTABILITY_SKIP+=       ${MOZILLA_DIR}security/nss/tests/libpkix/libpkix.sh
-CHECK_PORTABILITY_SKIP+=       ${MOZILLA_DIR}security/nss/tests/multinit/multinit.sh
+CHECK_PORTABILITY_SKIP+=       ${MOZILLA_DIR}security/nss/tests/*/*.sh
 CHECK_PORTABILITY_SKIP+=       ${MOZILLA_DIR}js/src/tests/update-test262.sh
 CHECK_PORTABILITY_SKIP+=       ${MOZILLA_DIR}intl/icu/source/configure
 CHECK_PORTABILITY_SKIP+=       ${MOZILLA_DIR}browser/components/loop/run-all-loop-tests.sh



Home | Main Index | Thread Index | Old Index