Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Aug 2021 18:04:59 GMT
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: e148e1d447ef - main - www/node*: limit support python versions
Message-ID:  <202108241804.17OI4xC7095798@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by amdmi3:

URL: https://cgit.FreeBSD.org/ports/commit/?id=e148e1d447efab621bc436f078d41cf49b4f43f7

commit e148e1d447efab621bc436f078d41cf49b4f43f7
Author:     Dmitry Marakasov <amdmi3@FreeBSD.org>
AuthorDate: 2021-08-20 16:08:19 +0000
Commit:     Dmitry Marakasov <amdmi3@FreeBSD.org>
CommitDate: 2021-08-24 17:59:14 +0000

    www/node*: limit support python versions
    
    This fixes build with python 3.10 as default
    
    Approved by:    portmgr blanket
---
 www/node/Makefile   | 2 +-
 www/node14/Makefile | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/www/node/Makefile b/www/node/Makefile
index e16fc4019cdc..ae06be6c5bd4 100644
--- a/www/node/Makefile
+++ b/www/node/Makefile
@@ -14,7 +14,7 @@ BROKEN_SSL=		libressl libressl-devel
 BROKEN_SSL_REASON=	Node.js 15.x requires OpenSSL 1.1.x or the BUNDLED_SSL option enabled
 ONLY_FOR_ARCHS=		aarch64 amd64 armv6 armv7 i386 powerpc64 powerpc64le
 
-USES=		compiler:c++11-lib gmake python:build pkgconfig \
+USES=		compiler:c++11-lib gmake python:3.6-3.9,build pkgconfig \
 		localbase shebangfix
 
 OPTIONS_DEFINE=		BUNDLED_SSL DOCS NLS DTRACE
diff --git a/www/node14/Makefile b/www/node14/Makefile
index 13ce9ab2d2ea..da98e11830ac 100644
--- a/www/node14/Makefile
+++ b/www/node14/Makefile
@@ -15,7 +15,7 @@ BROKEN_SSL=		libressl libressl-devel
 BROKEN_SSL_REASON=	Node.js 14.x LTS requires OpenSSL 1.1.x or the BUNDLED_SSL option enabled
 ONLY_FOR_ARCHS=		aarch64 amd64 armv6 armv7 i386 powerpc64 powerpc64le
 
-USES=		compiler:c++11-lib gmake python:build pkgconfig \
+USES=		compiler:c++11-lib gmake python:2.7-3.9,build pkgconfig \
 		localbase shebangfix
 
 OPTIONS_DEFINE=		BUNDLED_SSL DOCS NLS DTRACE



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202108241804.17OI4xC7095798>