| Port details |
- python314 Interpreted object-oriented programming language
- 3.14.2 lang
=0 Package not present on quarterly.This port was created during this quarter. It will be in the next quarterly branch but not the current one. - Maintainer: mandree@FreeBSD.org
 - Port Added: 2025-11-01 20:15:06
- Last Update: 2025-12-08 21:02:08
- Commit Hash: 27b2077
- Also Listed In: python
- License: PSFL
- WWW:
- https://www.python.org/
- Description:
- Python is an interpreted object-oriented programming language, and is
often compared to Tcl, Perl or Scheme.
¦ ¦ ¦ ¦ 
- Manual pages:
-
- pkg-plist: as obtained via:
make generate-plist - USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- python314>0:lang/python314
- To install the port:
- cd /usr/ports/lang/python314/ && make install clean
- To add the package, run one of these commands:
- pkg install lang/python314
- pkg install python314
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: python314
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1765225069
SHA256 (python/Python-3.14.2.tar.xz) = ce543ab854bc256b61b71e9b27f831ffd1bfd60a479d639f8be7f9757cf573e9
SIZE (python/Python-3.14.2.tar.xz) = 23566248
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- pkgconf>=1.3.0_1 : devel/pkgconf
- gettext-runtime>=0.22_1 : devel/gettext-runtime
- msgfmt : devel/gettext-tools
- Library dependencies:
-
- libffi.so : devel/libffi
- libzstd.so : archivers/zstd
- libmpdec.so : math/mpdecimal
- libreadline.so.8 : devel/readline
- libintl.so : devel/gettext-runtime
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for python314-3.14.2:
DEBUG=off: Build with debugging support
IPV6=on: IPv6 protocol support
LIBMPDEC=on: Use libmpdec from ports instead of bundled version
LTO=on: Use Link-Time Optimization
NLS=on: Enable gettext support for the locale module
PYMALLOC=on: Enable specialized mallocs
====> Hash Algorithm (PEP-456): you can only select none or one of them
FNV=off: Modified Fowler-Noll-Vo Algorithm
SIPHASH=off: SipHash24 Algorithm
===> Use 'make config' to modify these settings
- Options name:
- lang_python314
- USES:
- compiler:c11 cpe ncurses pathfix pkgconfig readline shebangfix ssl tar:xz gettext
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 8
| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
3.14.2 08 Dec 2025 21:02:08
    |
Matthias Andree (mandree)  |
lang/python314: security update to 3.14.2
https://github.com/python/cpython/issues/142145 CVE-2025-12084
"Remove quadratic behavior in node ID cache clearing"
https://github.com/python/cpython/issues/119451 CVE-2025-13836
"Out-of-memory when reading a HTTP response with large Content-Length"
Announcement: https://pythoninsider.blogspot.com/2025/12/python-3142-and-31311-are-now-available.html
Changelog: https://docs.python.org/release/3.14.2/whatsnew/changelog.html
Security: 613d0f9e-d477-11f0-9e85-03ddfea11990
Security: CVE-2025-12084
Security: CVE-2025-13836 |
3.14.1 03 Dec 2025 20:53:15
    |
Matthias Andree (mandree)  |
lang/python314: security update to 3.14.1
Changelog: https://docs.python.org/release/3.14.1/whatsnew/changelog.html |
3.14.0_1 07 Nov 2025 16:59:30
    |
Alex Kozlov (ak)  |
Remove empty lines at the end of Makefile(s)
Approved by: portmgr blanket |
3.14.0_1 04 Nov 2025 00:48:10
    |
Matthias Andree (mandree)  |
lang/python314: split out _sqlite3 again.
to avoid a dependency loop through ICU.
Reported by: diizzy@ |
3.14.0 02 Nov 2025 02:48:29
    |
Matthias Andree (mandree)  |
lang/python314: add 'sigstore-verify' target |
3.14.0 01 Nov 2025 22:14:18
    |
Matthias Andree (mandree)  |
lang/python314: avoid posix_fallocate test failure
that stems from our posix_fallocate() returning ENOTSUP
in accordance with the Open Group Base Specifications Issue 8.
Patch test to trap that return code on FreeBSD as well (it
was handled for NetBSD already.) |
3.14.0 01 Nov 2025 20:11:56
    |
Matthias Andree (mandree)  |
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 |
3.14.0 01 Nov 2025 20:11:55
    |
Matthias Andree (mandree)  Author: Wen Heping |
lang/python314: add new port
-----
committer's note by mandree@:
This does not enable the optional free-threaded build.
PR: 282176 |
Number of commits found: 8
|