Date: Fri, 3 Jun 2022 22:48:45 GMT From: Adam Weinberger <adamw@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: b4e79e9c44d0 - main - www/node: Allow building with py3.10 Message-ID: <202206032248.253MmjfA009172@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by adamw: URL: https://cgit.FreeBSD.org/ports/commit/?id=b4e79e9c44d08fa6555564d3c1ede2b172ca31c6 commit b4e79e9c44d08fa6555564d3c1ede2b172ca31c6 Author: Adam Weinberger <adamw@FreeBSD.org> AuthorDate: 2022-06-03 22:47:39 +0000 Commit: Adam Weinberger <adamw@FreeBSD.org> CommitDate: 2022-06-03 22:48:42 +0000 www/node: Allow building with py3.10 The node18 configure script includes: Please use python3.10 or python3.9 or python3.8 or python3.7 or python3.6. --- www/node/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/node/Makefile b/www/node/Makefile index 871b2cde580c..af0e0319b3c8 100644 --- a/www/node/Makefile +++ b/www/node/Makefile @@ -14,7 +14,7 @@ BROKEN_SSL= libressl libressl-devel BROKEN_SSL_REASON= Node.js 17.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:3.6-3.9,build pkgconfig \ +USES= compiler:c++11-lib gmake python:3.6-3.10,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?202206032248.253MmjfA009172>