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:   wiz
Date:           Fri Jun 14 08:58:23 UTC 2024

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

Log Message:
nodejs: remove reference to non-existent file


To generate a diff of this commit:
cvs rdiff -u -r1.55 -r1.56 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.55 pkgsrc/lang/nodejs/Makefile.common:1.56
--- pkgsrc/lang/nodejs/Makefile.common:1.55     Thu Nov 23 16:57:37 2023
+++ pkgsrc/lang/nodejs/Makefile.common  Fri Jun 14 08:58:23 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.55 2023/11/23 16:57:37 jperkin Exp $
+# $NetBSD: Makefile.common,v 1.56 2024/06/14 08:58:23 wiz Exp $
 # used by lang/nodejs/Makefile
 # used by lang/nodejs14/Makefile
 # used by lang/nodejs16/Makefile
@@ -51,7 +51,6 @@ TOOL_DEPENDS+=                ${PYPKGPREFIX}-packaging
 REPLACE_NODEJS+=       deps/corepack/dist/*.js
 REPLACE_NODEJS+=       deps/npm/bin/*.js
 REPLACE_PYTHON+=       configure
-REPLACE_PYTHON+=       tools/genv8constants.py
 REPLACE_PYTHON+=       tools/gyp/pylib/gyp/flock_tool.py
 
 .if ${OPSYS} == "NetBSD"



Home | Main Index | Thread Index | Old Index