Bug 268466 - www/node16: allow to build with python 3.11
Summary: www/node16: allow to build with python 3.11
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Juraj Lutter
URL: https://github.com/nodejs/node/blob/m...
Keywords:
Depends on:
Blocks:
 
Reported: 2022-12-19 14:16 UTC by Oleg Sidorkin
Modified: 2022-12-23 22:29 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (otis)


Attachments
patch to enable www/node16 building with python 3.11 (596 bytes, patch)
2022-12-19 14:16 UTC, Oleg Sidorkin
osidorkin: maintainer-approval?
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Oleg Sidorkin 2022-12-19 14:16:39 UTC
Created attachment 238922 [details]
patch to enable www/node16 building with python 3.11

node 16.19 has python 3.11 support merged, and I'm already using node16 built with python 3.11 for a while.

So there is no reason to limit python version to 3.10.

Attached patch replaces python:3.6-3.10 with python:3.6+
Comment 1 commit-hook freebsd_committer freebsd_triage 2022-12-23 22:28:11 UTC
A commit in branch main references this bug:

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

commit f27435a536265df9358a34b1a380450d72e3e2ae
Author:     Juraj Lutter <otis@FreeBSD.org>
AuthorDate: 2022-12-23 22:25:22 +0000
Commit:     Juraj Lutter <otis@FreeBSD.org>
CommitDate: 2022-12-23 22:27:11 +0000

    www/node16: Allow build with Python 3.11

    PR:             268466

 www/node16/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
Comment 2 Juraj Lutter freebsd_committer freebsd_triage 2022-12-23 22:29:14 UTC
Thanks for the suggestion. Committed, thanks.