summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2020-02-18 23:06:05 +0000
committerjperkin <jperkin@pkgsrc.org>2020-02-18 23:06:05 +0000
commit07d5b682320bcf3ba1bdccfdfd12e36f76c30576 (patch)
tree35875919bda76c051f1614c0320d3c798761b4fc
parent8c8bde97964229b9d51f2386d2eceb825eb33902 (diff)
downloadpkgsrc-07d5b682320bcf3ba1bdccfdfd12e36f76c30576.tar.gz
nodejs*: Consolidate python27 requirement.
It's still required as of nodejs v13.
-rw-r--r--lang/nodejs/Makefile.common3
-rw-r--r--lang/nodejs10/Makefile4
-rw-r--r--lang/nodejs12/Makefile4
-rw-r--r--lang/nodejs8/Makefile4
4 files changed, 5 insertions, 10 deletions
diff --git a/lang/nodejs/Makefile.common b/lang/nodejs/Makefile.common
index 1ed106d1b5a..a4efff8f4e1 100644
--- a/lang/nodejs/Makefile.common
+++ b/lang/nodejs/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.30 2020/01/24 18:52:20 adam Exp $
+# $NetBSD: Makefile.common,v 1.31 2020/02/18 23:06:05 jperkin Exp $
# used by lang/nodejs/Makefile
# used by lang/nodejs8/Makefile
# used by lang/nodejs10/Makefile
@@ -17,6 +17,7 @@ HAS_CONFIGURE= yes
USE_TOOLS+= bash gmake pkg-config
PYTHON_FOR_BUILD_ONLY= yes
+PYTHON_VERSIONS_ACCEPTED= 27
GCC_REQD+= 4.9.4
diff --git a/lang/nodejs10/Makefile b/lang/nodejs10/Makefile
index 4803dd2c137..69a46f53ff9 100644
--- a/lang/nodejs10/Makefile
+++ b/lang/nodejs10/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2020/02/07 09:50:36 adam Exp $
+# $NetBSD: Makefile,v 1.5 2020/02/18 23:06:05 jperkin Exp $
DISTNAME= node-v10.19.0
@@ -18,8 +18,6 @@ CONFIGURE_ARGS+= --with-intl=system-icu
CHECK_PORTABILITY_SKIP+= deps/openssl/openssl/.travis-create-release.sh
-PYTHON_VERSIONS_ACCEPTED= 27
-
.if ${MACHINE_ARCH} == "i386"
# 64 bit atomic ops are required
CXXFLAGS+= -march=i586
diff --git a/lang/nodejs12/Makefile b/lang/nodejs12/Makefile
index ec26d793303..e2389de5003 100644
--- a/lang/nodejs12/Makefile
+++ b/lang/nodejs12/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2020/02/07 09:51:09 adam Exp $
+# $NetBSD: Makefile,v 1.7 2020/02/18 23:06:05 jperkin Exp $
DISTNAME= node-v12.15.0
@@ -14,8 +14,6 @@ CONFIGURE_ARGS+= --with-intl=system-icu
CHECK_PORTABILITY_SKIP+= deps/openssl/openssl/.travis-create-release.sh
-PYTHON_VERSIONS_ACCEPTED= 27
-
.if ${MACHINE_ARCH} == "i386"
# 64 bit atomic ops are required
CXXFLAGS+= -march=i586
diff --git a/lang/nodejs8/Makefile b/lang/nodejs8/Makefile
index d16b356898b..c457b8bcf3f 100644
--- a/lang/nodejs8/Makefile
+++ b/lang/nodejs8/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2020/01/24 18:58:12 adam Exp $
+# $NetBSD: Makefile,v 1.26 2020/02/18 23:06:05 jperkin Exp $
DISTNAME= node-v8.17.0
PKGREVISION= 1
@@ -10,8 +10,6 @@ USE_LANGUAGES= c c++
CONFIGURE_ARGS+= --shared-http-parser
CONFIGURE_ARGS+= --with-intl=system-icu
-PYTHON_VERSIONS_ACCEPTED= 27
-
.include "../../lang/nodejs/Makefile.common"
.include "../../textproc/icu/buildlink3.mk"
.include "../../www/http-parser/buildlink3.mk"