pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/seamonkey



Module Name:    pkgsrc
Committed By:   tnn
Date:           Fri Jan  2 23:19:48 UTC 2026

Modified Files:
        pkgsrc/www/seamonkey: Makefile

Log Message:
seamonkey: adjust CHECK_PORTABILITY_SKIP


To generate a diff of this commit:
cvs rdiff -u -r1.289 -r1.290 pkgsrc/www/seamonkey/Makefile

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

Modified files:

Index: pkgsrc/www/seamonkey/Makefile
diff -u pkgsrc/www/seamonkey/Makefile:1.289 pkgsrc/www/seamonkey/Makefile:1.290
--- pkgsrc/www/seamonkey/Makefile:1.289 Mon Dec 22 06:08:18 2025
+++ pkgsrc/www/seamonkey/Makefile       Fri Jan  2 23:19:48 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.289 2025/12/22 06:08:18 adam Exp $
+# $NetBSD: Makefile,v 1.290 2026/01/02 23:19:48 tnn Exp $
 
 DISTNAME=      seamonkey-${SM_VER}.source
 PKGNAME=       seamonkey-${SM_VER:S/b/beta/}
@@ -115,8 +115,7 @@ CONFIGURE_ARGS+=    --host=${MACHINE_GNU_PL
 CFLAGS+=               -mstackrealign
 .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}browser/components/loop/run-all-loop-tests.sh
 CHECK_PORTABILITY_SKIP+=       ${MOZILLA_DIR}browser/extensions/loop/run-all-loop-tests.sh



Home | Main Index | Thread Index | Old Index