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:           Thu Mar 31 07:17:01 UTC 2022

Modified Files:
        pkgsrc/lang/nodejs: Makefile

Log Message:
nodejs: add CHECK_PORTABILITY_SKIP


To generate a diff of this commit:
cvs rdiff -u -r1.226 -r1.227 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.226 pkgsrc/lang/nodejs/Makefile:1.227
--- pkgsrc/lang/nodejs/Makefile:1.226   Wed Mar 30 06:52:33 2022
+++ pkgsrc/lang/nodejs/Makefile Thu Mar 31 07:17:01 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.226 2022/03/30 06:52:33 adam Exp $
+# $NetBSD: Makefile,v 1.227 2022/03/31 07:17:01 tnn Exp $
 
 DISTNAME=      node-v16.14.2
 EXTRACT_SUFX=  .tar.xz
@@ -17,6 +17,7 @@ CONFIGURE_ARGS+=      --without-corepack
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 
+CHECK_PORTABILITY_SKIP+=       deps/v8/tools/cppgc/export_to_github.sh
 CHECK_PORTABILITY_SKIP+=       tools/macos-installer/pkgbuild/npm/scripts/preinstall
 
 .if ${MACHINE_ARCH} == "i386"



Home | Main Index | Thread Index | Old Index