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: Tue Nov 26 12:08:11 UTC 2024
Modified Files:
pkgsrc/lang/nodejs: Makefile Makefile.common
Log Message:
nodejs: remove references to non-existent files
(nodejs 8-12 support). Remove reference to Python 2.
To generate a diff of this commit:
cvs rdiff -u -r1.310 -r1.311 pkgsrc/lang/nodejs/Makefile
cvs rdiff -u -r1.57 -r1.58 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
diff -u pkgsrc/lang/nodejs/Makefile:1.310 pkgsrc/lang/nodejs/Makefile:1.311
--- pkgsrc/lang/nodejs/Makefile:1.310 Thu Nov 21 14:40:26 2024
+++ pkgsrc/lang/nodejs/Makefile Tue Nov 26 12:08:11 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.310 2024/11/21 14:40:26 adam Exp $
+# $NetBSD: Makefile,v 1.311 2024/11/26 12:08:11 wiz Exp $
DISTNAME= node-v23.3.0
EXTRACT_SUFX= .tar.xz
@@ -16,8 +16,6 @@ MAKE_ENV+= LD_LIBRARY_PATH=${PREFIX}/lib
CONFIGURE_ARGS+= --shared-nghttp3
CONFIGURE_ARGS+= --shared-ngtcp2
-PYTHON_VERSIONS_INCOMPATIBLE= 27
-
CHECK_INTERPRETER_SKIP+= lib/node_modules/corepack/shims/*.ps1
CHECK_PORTABILITY_SKIP+= deps/uv/autogen.sh
CHECK_PORTABILITY_SKIP+= deps/v8/tools/cppgc/export_to_github.sh
Index: pkgsrc/lang/nodejs/Makefile.common
diff -u pkgsrc/lang/nodejs/Makefile.common:1.57 pkgsrc/lang/nodejs/Makefile.common:1.58
--- pkgsrc/lang/nodejs/Makefile.common:1.57 Wed Nov 13 08:45:16 2024
+++ pkgsrc/lang/nodejs/Makefile.common Tue Nov 26 12:08:11 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.57 2024/11/13 08:45:16 adam Exp $
+# $NetBSD: Makefile.common,v 1.58 2024/11/26 12:08:11 wiz Exp $
# used by lang/nodejs/Makefile
# used by lang/nodejs18/Makefile
# used by lang/nodejs20/Makefile
@@ -64,14 +64,7 @@ CHECK_INTERPRETER_SKIP+= lib/node_module
.if defined(TOOLS_PLATFORM.paxctl)
SUBST_CLASSES+= mktools
SUBST_STAGE.mktools= post-configure
-# nodejs8
-SUBST_FILES.mktools+= out/deps/v8/src/mksnapshot.target.mk
-# nodejs10
-SUBST_FILES.mktools+= out/deps/v8/gypfiles/mksnapshot.target.mk
-# nodejs12
-SUBST_FILES.mktools+= out/mkcodecache.target.mk
SUBST_FILES.mktools+= out/tools/v8_gypfiles/mksnapshot.target.mk
-# nodejs13
SUBST_FILES.mktools+= out/node_mksnapshot.target.mk
SUBST_SED.mktools+= -e 's|call do_cmd,link)|call do_cmd,link)\${.newline} ${TOOLS_PLATFORM.paxctl} +m $$@|'
SUBST_NOOP_OK.mktools= yes # because of the different affected files
@@ -94,6 +87,7 @@ paxctl:
.include "../../devel/libexecinfo/buildlink3.mk"
.endif
.include "../../archivers/brotli/buildlink3.mk"
+.include "../../devel/abseil/buildlink3.mk"
BUILDLINK_API_DEPENDS.libuv+= libuv>=1.41
.include "../../devel/libuv/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index