https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=274671
--- Comment #42 from [email protected] --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=edcf1d7d57b44e838648ae0695afd23a43275fb7 commit edcf1d7d57b44e838648ae0695afd23a43275fb7 Author: Wen Heping <[email protected]> AuthorDate: 2025-04-06 04:05:12 +0000 Commit: Charlie Li <[email protected]> CommitDate: 2025-11-01 22:40:56 +0000 lang/python313: add What's new: https://docs.python.org/3/whatsnew/3.13.html Most notably, introduce free-threaded mode. As this mode changes the ABI, the entire distribution lives in a separate hierarchy, and thus a new child port (lang/python313t) and FLAVOR (py313t) are introduced. Co-authored-by: vishwin PR: 274671 Differential Revision: https://reviews.freebsd.org/D49680 Mk/Uses/python.mk | 2 +- Mk/bsd.default-versions.mk | 2 +- lang/Makefile | 2 + lang/python313/Makefile (new) | 181 + lang/python313/Makefile.version (new) | 7 + lang/python313/distinfo (new) | 3 + .../libressl/patch-Modules___hashopenssl.c (new) | 26 + lang/python313/files/patch-Makefile.pre.in (new) | 62 + .../files/patch-Misc__python-config.sh.in (new) | 11 + .../files/patch-Tools_jit___llvm.py (new) | 31 + .../files/patch-Tools_jit___targets.py (new) | 12 + lang/python313/files/patch-configure (new) | 11 + lang/python313/files/pkg-message.in (new) | 12 + lang/python313/pkg-descr (new) | 2 + lang/python313/pkg-plist (new) | 7913 ++++++++++++++++++++ lang/python313t/Makefile (new) | 16 + 16 files changed, 8291 insertions(+), 2 deletions(-) -- You are receiving this mail because: You are the assignee for the bug.
