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: jperkin
Date: Wed Nov 22 16:30:23 UTC 2023
Modified Files:
pkgsrc/lang/nodejs: Makefile.common
Log Message:
nodejs: Switch PYTHON_FOR_BUILD_ONLY to "tool".
Avoids problems where python is buildlinked, and buildlink dependencies of
python ending up being available during the build but not registered as full
dependencies, resulting in them potentially being unavailable at runtime.
To generate a diff of this commit:
cvs rdiff -u -r1.53 -r1.54 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.53 pkgsrc/lang/nodejs/Makefile.common:1.54
--- pkgsrc/lang/nodejs/Makefile.common:1.53 Thu Nov 2 13:22:41 2023
+++ pkgsrc/lang/nodejs/Makefile.common Wed Nov 22 16:30:23 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.53 2023/11/02 13:22:41 adam Exp $
+# $NetBSD: Makefile.common,v 1.54 2023/11/22 16:30:23 jperkin Exp $
# used by lang/nodejs/Makefile
# used by lang/nodejs14/Makefile
# used by lang/nodejs16/Makefile
@@ -17,7 +17,7 @@ LICENSE= mit
HAS_CONFIGURE= yes
USE_TOOLS+= bash gmake pkg-config
-PYTHON_FOR_BUILD_ONLY= yes
+PYTHON_FOR_BUILD_ONLY= tool
CONFLICTS+= npm-[0-9]*
SUPERSEDES+= npm-[0-9]*
Home |
Main Index |
Thread Index |
Old Index