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 Mar 13 00:45:06 UTC 2020

Modified Files:
        pkgsrc/lang/nodejs: Makefile

Log Message:
nodejs: remove a stale portability skip. Add another one.


To generate a diff of this commit:
cvs rdiff -u -r1.173 -r1.174 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.173 pkgsrc/lang/nodejs/Makefile:1.174
--- pkgsrc/lang/nodejs/Makefile:1.173   Thu Mar  5 10:13:18 2020
+++ pkgsrc/lang/nodejs/Makefile Fri Mar 13 00:45:06 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.173 2020/03/05 10:13:18 adam Exp $
+# $NetBSD: Makefile,v 1.174 2020/03/13 00:45:06 tnn Exp $
 
 DISTNAME=      node-v13.10.1
 
@@ -13,7 +13,7 @@ CONFIGURE_ARGS+=      --shared-nghttp2
 CONFIGURE_ARGS+=       --shared-openssl
 CONFIGURE_ARGS+=       --with-intl=system-icu
 
-CHECK_PORTABILITY_SKIP+=       deps/openssl/openssl/.travis-create-release.sh
+CHECK_PORTABILITY_SKIP+=       tools/macos-installer/pkgbuild/npm/scripts/preinstall
 
 .if ${MACHINE_ARCH} == "i386"
 # 64 bit atomic ops are required



Home | Main Index | Thread Index | Old Index