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 Sep 27 19:15:59 UTC 2018

Modified Files:
        pkgsrc/lang/nodejs: Makefile.common

Log Message:
nodejs: SUBST paxctl in the correct Makefile


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/lang/nodejs/Makefile.common

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.common
diff -u pkgsrc/lang/nodejs/Makefile.common:1.21 pkgsrc/lang/nodejs/Makefile.common:1.22
--- pkgsrc/lang/nodejs/Makefile.common:1.21     Tue Jul  3 05:03:22 2018
+++ pkgsrc/lang/nodejs/Makefile.common  Thu Sep 27 19:15:59 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.21 2018/07/03 05:03:22 adam Exp $
+# $NetBSD: Makefile.common,v 1.22 2018/09/27 19:15:59 tnn Exp $
 # used by lang/nodejs/Makefile
 # used by lang/nodejs6/Makefile
 # used by lang/nodejs8/Makefile
@@ -50,8 +50,7 @@ TEST_TARGET=          check
 .if defined(TOOLS_PLATFORM.paxctl)
 SUBST_CLASSES+=                        mksnapshot
 SUBST_STAGE.mksnapshot=                post-configure
-SUBST_FILES.mksnapshot=                out/deps/v8/tools/gyp/mksnapshot.target.mk
-SUBST_FILES.mksnapshot+=       out/deps/v8/src/mksnapshot.target.mk
+SUBST_FILES.mksnapshot=                out/deps/v8/gypfiles/mksnapshot.target.mk
 SUBST_SED.mksnapshot+=         -e 's|call do_cmd,link)|call do_cmd,link)\${.newline}   ${TOOLS_PLATFORM.paxctl} +m $$@|'
 .endif
 



Home | Main Index | Thread Index | Old Index