To support newer versions of Python maybe it's better to use following syntax inside Makefile? USES= compiler:c++11-lib gmake localbase pkgconfig python:3.6+,build shebangfix
A commit in branch main references this bug: 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(-)
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=4333790a806f59b5a5b8914559eae3e4f45cbbb4 commit 4333790a806f59b5a5b8914559eae3e4f45cbbb4 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-02-05 15:17:55 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-02-05 15:47:46 +0000 www/node19: 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/v19.6.0/configure [1] www/node19/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Committed. Thanks!