pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/nodejs



Module Name:    pkgsrc
Committed By:   tnn
Date:           Fri Apr  1 15:40:09 UTC 2022

Modified Files:
        pkgsrc/lang/nodejs: Makefile

Log Message:
nodejs: more CHECK_PORTABILITY_SKIP


To generate a diff of this commit:
cvs rdiff -u -r1.227 -r1.228 pkgsrc/lang/nodejs/Makefile

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

Modified files:

Index: pkgsrc/lang/nodejs/Makefile
diff -u pkgsrc/lang/nodejs/Makefile:1.227 pkgsrc/lang/nodejs/Makefile:1.228
--- pkgsrc/lang/nodejs/Makefile:1.227   Thu Mar 31 07:17:01 2022
+++ pkgsrc/lang/nodejs/Makefile Fri Apr  1 15:40:09 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.227 2022/03/31 07:17:01 tnn Exp $
+# $NetBSD: Makefile,v 1.228 2022/04/01 15:40:09 tnn Exp $
 
 DISTNAME=      node-v16.14.2
 EXTRACT_SUFX=  .tar.xz
@@ -18,6 +18,7 @@ CONFIGURE_ARGS+=      --without-corepack
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 
 CHECK_PORTABILITY_SKIP+=       deps/v8/tools/cppgc/export_to_github.sh
+CHECK_PORTABILITY_SKIP+=       deps/v8/tools/cppgc/test_cmake.sh
 CHECK_PORTABILITY_SKIP+=       tools/macos-installer/pkgbuild/npm/scripts/preinstall
 
 .if ${MACHINE_ARCH} == "i386"



Home | Main Index | Thread Index | Old Index