pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/nodejs nodejs: Fix building with python311



details:   https://anonhg.NetBSD.org/pkgsrc/rev/22f4a055a0f5
branches:  trunk
changeset: 387762:22f4a055a0f5
user:      triaxx <triaxx%pkgsrc.org@localhost>
date:      Sun Nov 06 16:28:29 2022 +0000

description:
nodejs: Fix building with python311

Node.js v18 does not want to build with Python 3.11.

diffstat:

 lang/nodejs/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 6e2cd1a89a54 -r 22f4a055a0f5 lang/nodejs/Makefile
--- a/lang/nodejs/Makefile      Sun Nov 06 14:17:27 2022 +0000
+++ b/lang/nodejs/Makefile      Sun Nov 06 16:28:29 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.245 2022/11/01 17:58:22 schmonz Exp $
+# $NetBSD: Makefile,v 1.246 2022/11/06 16:28:29 triaxx Exp $
 
 DISTNAME=      node-v18.12.0
 PKGREVISION=   1
@@ -17,7 +17,7 @@
 CONFIGURE_ARGS+=       --shared-nghttp2
 CONFIGURE_ARGS+=       --with-intl=system-icu
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
+PYTHON_VERSIONS_INCOMPATIBLE=  27 311
 
 CHECK_PORTABILITY_SKIP+=       deps/v8/tools/cppgc/export_to_github.sh
 CHECK_PORTABILITY_SKIP+=       deps/v8/tools/cppgc/test_cmake.sh



Home | Main Index | Thread Index | Old Index