https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=282176
--- Comment #11 from [email protected] --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=60648732604548051b170d9e599e05b870f9d008 commit 60648732604548051b170d9e599e05b870f9d008 Author: Matthias Andree <[email protected]> AuthorDate: 2025-11-01 20:02:17 +0000 Commit: Matthias Andree <[email protected]> CommitDate: 2025-11-01 20:11:56 +0000 lang/python314: get port ready to ship claim maintainership on the new port - not doing that with the previous commit by wen@ to have a clear distinction who contributed what. - require archivers/zstd since it's part of the Python standard library: https://docs.python.org/3.14/whatsnew/3.14.html#whatsnew314-zstandard - refresh Makefile.pre.in patch - skip test_gdb without WITH_DEBUG test_gdb has test_pretty_print, which requires debug symbols. Skip it if WITH_DEBUG is not defined. - drop --with-system-ffi configure option, which is no longer supported and its behaviour is now the default - move sqlite3 extension back into port because the separate port fails to build (mark the external python:-3.13) PR: 282176 Mk/Uses/python.mk | 2 +- Mk/bsd.default-versions.mk | 2 +- databases/py-sqlite3/Makefile | 2 +- lang/python314/Makefile | 18 ++++++++++-------- lang/python314/files/patch-Makefile.pre.in | 6 +++--- lang/python314/files/pkg-message.in | 1 - lang/python314/pkg-plist | 2 ++ 7 files changed, 18 insertions(+), 15 deletions(-) -- You are receiving this mail because: You are the assignee for the bug.
