git: b4e79e9c44d0 - main - www/node: Allow building with py3.10
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 03 Jun 2022 22:48:45 UTC
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