Date: Sun, 5 Feb 2023 15:54:20 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 7ab6fa9363ae - main - www/node18: Fix USES=python Message-ID: <202302051554.315FsKOa029280@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=7ab6fa9363aeee4a20c4b7be634522d3451799ef commit 7ab6fa9363aeee4a20c4b7be634522d3451799ef Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-02-05 15:17:52 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-02-05 15:47:46 +0000 www/node18: Fix USES=python It follows acceptable_pythons in the configure script. [1] PR: 269279 Reported by: Jordan Ostreff <jordan@ostreff.info> Reference: https://github.com/nodejs/node/blob/v18.14.0/configure [1] --- www/node18/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/node18/Makefile b/www/node18/Makefile index 0f059155b8f6..f08827eab1fa 100644 --- a/www/node18/Makefile +++ b/www/node18/Makefile @@ -27,7 +27,7 @@ LIB_DEPENDS= libbrotlidec.so:archivers/brotli \ libnghttp2.so:www/libnghttp2 \ libuv.so:devel/libuv -USES= compiler:c++11-lib gmake localbase pkgconfig python:3.6-3.10,build shebangfix +USES= compiler:c++11-lib gmake localbase pkgconfig python:3.6+,build shebangfix CONFIGURE_ARGS= --prefix=${PREFIX:S|^${DESTDIR}||} \ --shared-brotli \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202302051554.315FsKOa029280>