Created attachment 248058 [details] py311 This patch is fixing runtime on python 3.11 and allows to build japanese/mozc-server and japanese/mozc-tool with python3.11
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=0f936531a1e45c8b66892a1a7793ac84e32c90fe commit 0f936531a1e45c8b66892a1a7793ac84e32c90fe Author: Ruslan Makhmatkhanov <rm@FreeBSD.org> AuthorDate: 2024-02-18 14:49:14 +0000 Commit: Ruslan Makhmatkhanov <rm@FreeBSD.org> CommitDate: 2024-02-18 14:49:14 +0000 devel/py-gyp: fix for python 3.11 This patch is fixing runtime on python 3.11 and allows to build japanese/mozc-server and japanese/mozc-tool with python3.11 PR: 276707 PR: 275494 Approved by: hrs (maintainer timout, 14d+) devel/py-gyp/Makefile | 1 + devel/py-gyp/files/patch-pylib_gyp_common.py (new) | 23 ++++++++++++++++++++++ 2 files changed, 24 insertions(+)
Committed.