lang/python314 and lang/python314t

From: Franco Ricci <franco.ricc_at_gmail.com>
Date: Sun, 12 Apr 2026 16:48:20 UTC
Hi,
starting from lang/pyton313 and lang/python313t ports and, using work of mandree@FreeBSD.org <mailto:mandree@FreeBSD.org> with lang/python314, 
I rewrote lang/python314 using the same Makefile style of python313 and created the new port of python314t.
https://github.com/francoricci/python314t.git <https://github.com/francoricci/python314t.git>
https://github.com/francoricci/python314.git <https://github.com/francoricci/python314.git>

- I added the build option tail calls in CPython (https://docs.python.org/3.14/using/configure.html#cmdoption-with-tail-call-interp <https://docs.python.org/3.14/using/configure.html#cmdoption-with-tail-call-interp>) and --enable-optimizations --with-lto=full to LTO option;
- I update port to python 3.14.4;
- I build ports on amd64 and AWS EC2 graviton8 (ARM64) - FreeBSD 15.0: all seems works fine.

Do you think it would be possible to add 3.14t to _PYTHON_VERSIONS  of /usr/ports/Mk/Uses/python.mk ?
I hope my work could be useful.

Bye
Franco