Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.9.20 13 Sep 2024 08:06:18 |
Wen Heping (wen) |
lang/python39: Update to 3.9.20 |
3.9.19 14 May 2024 00:56:01 |
Wen Heping (wen) |
lang/python39: Update to 3.9.19
PR: 277859
Reported by: wen@
Exp-run by: antoine@ |
3.9.18_2 13 Apr 2024 15:49:45 |
Po-Chuan Hsieh (sunpoet) |
lang/python*: Remove GNU_CONFIGURE_MANPREFIX=${PREFIX}/share after
9fd7ee1cdf6cbd5528159b58a966e1a40e2909a9 |
3.9.18_2 19 Mar 2024 14:18:31 |
Robert Clausecker (fuz) |
lang/python3*: bump PORTREVISION following mpdecimal update
The mpdecimal update changes the soname; bump dependent ports.
PR: 276444 |
3.9.18_1 23 Jan 2024 15:59:54 |
Muhammad Moinur Rahman (bofh) |
lang/python39: Impelled to share/man
Approved by: portmgr (blanket) |
3.9.18 31 Dec 2023 00:37:05 |
Muhammad Moinur Rahman (bofh) |
*/*: Sunset 12.4-RELEASE/12-STABLE from ports tree
- Remove all references to defunct ARCH arm
- Remove all references to defunct ARCH sparc64
- Remove x11-drivers/xf86-video-sunffb which requires defunct sparc64
ARCH
- Remove sysutils/afbinit requires defunct sparc64 ARCH
- Remove all references to bktr driver
- Remove all references to defunct FreeBSD_12
- Remove all references to OSVERSION/OSREL corresponding to 12
- Remove conditionals in Mk/Uses/cabal.mk
- Remove sparc reference from Mk/Uses/qt-dist.mk
- Remove BROKEN_sparc64/NOT_FOR_ARCH=sparc64
- Remove BROKEN_FreeBSD_12* from:
- Remove OpenSSL patches from:
- Remove conditional flags for OSVERSION >= 1300000 to fixed flags.
Also move conditional flags for non sparc64/arm ARCH to fixed flags.
Reviewed by: brooks, jbeich, rene, salvadore
Differential Revision: https://reviews.freebsd.org/D42068 |
3.9.18 05 Oct 2023 02:00:35 |
Po-Chuan Hsieh (sunpoet) |
lang/python39: Clean up unnecessary PLIST_SUB
- Remove XY: Replace .cpython-%%XY%% with %%PYTHON_EXT_SUFFIX%%
- Remove XYDOT:
- Replace lib/python%%XYDOT%% with %%PYTHON_LIBDIR%%
- Replace %%XYDOT%% with %%PYTHON_VER%%
- Rename XYZDOT to DISTVERSION |
3.9.18 07 Sep 2023 13:37:24 |
Wen Heping (wen) |
lang/python39: Update to 3.9.18
PR: 273361
Reported by: wen@
Exp-run by: antoine@ |
3.9.17 13 Jun 2023 07:39:27 |
Wen Heping (wen) |
lang/python39: Update to 3.9.17
PR: 271900
Reported by: wen@
Exp-run by: antoine@ |
3.9.16_2 27 Feb 2023 23:59:30 |
Charlie Li (vishwin) |
lang/python: restore USES=python variables and SUB_LIST (no-op)
Has been a to do item for time. These are independent from but used
by the bytecode trigger. |
3.9.16_2 27 Feb 2023 21:04:52 |
Matthias Andree (mandree) |
lang/python: Revert "add bytecode trigger"
This reverts commit c17ddfbf66e2801ec620d49979aca3d7077d7002.
This causes breakage on several ports, and the next iteration
requires a full exp-run. See:
Differential Revision: https://reviews.freebsd.org/D34739 |
3.9.16_1 24 Feb 2023 15:48:16 |
Piotr Kubaj (pkubaj) |
lang/python3: allow using LTO on powerpc64
It was recently fixed and will be available in 13.2-RELEASE.
Since LTO is not enabled by default, it's ok to make it available. |
3.9.16_1 15 Feb 2023 21:35:07 |
Charlie Li (vishwin) |
lang/python: add bytecode trigger
Facilitates compiling, writing and removing bytecode files (.pyc)
in site-packages after all pkg transactions have been completed.
Technical details: https://wiki.freebsd.org/Python/CompiledPackages
Fixes reports of Python port builds as root failing on filesystem
violations due to bytecode file writes where the port did not include
them in the package.
For those ports/packages that currently package bytecode, some
checksum mismatches on those files may occur. This is harmless and
will be rectified, in large as part of a USE_PYTHON=distutils
overhaul to reduce churn.
While here, implement a long-standing todo item of letting lang/python
ports use python.mk bits. Not only does this obviate duplicate
variables in each Makefile, but SUB_LIST (also added) is used for
these triggers.
Co-authored by: tcberner
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D34739 |
3.9.16 15 Dec 2022 01:40:55 |
Wen Heping (wen) |
lang/python39: Update to 3.9.16
PR: 268244
Reported by: wen@
Exp-run by: antoine@ |
3.9.15_1 14 Nov 2022 02:04:01 |
Wen Heping (wen) |
lang/python*: Support FreeBSD divert(4) socket
PR: 267648
Reported by: glebius@
Exp-run by: antoine@ |
3.9.15 20 Oct 2022 10:07:07 |
Wen Heping (wen) |
lang/python39: Update to 3.9.15
PR: 267080
Reported by: wen@
Exp-run by: antoine@ |
3.9.14 17 Sep 2022 07:18:21 |
Wen Heping (wen) |
lang/python39: Update to 3.9.14(security update)
PR: 266286
Reported by: wen@
Exp-run: antoine@ |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
3.9.13 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
3.9.13 20 Jul 2022 14:22:15 |
Tobias C. Berner (tcberner) |
lang: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adamw@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alex Dupre <ale@FreeBSD.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alonso Cardenas Marquez <acm@FreeBSD.org>
* Andreas Klemm <andreas@klemm.gtn.com>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Andrey Zakhvatov
* Anton Berezin <tobez@FreeBSD.org>
* Anton Berezin <tobez@tobez.org> (Only the first 15 lines of the commit message are shown above ) |
3.9.13 11 Jul 2022 13:51:31 |
Po-Chuan Hsieh (sunpoet) Author: Bernard Spil |
lang/python39: Fix build with LibreSSL 3.5.*
PR: 264000 |
3.9.13 09 Jun 2022 11:00:20 |
Po-Chuan Hsieh (sunpoet) |
lang/python39: Update comment to remind committer to remove PORTREVISION in
Makefile |
3.9.13 17 May 2022 23:27:38 |
Wen Heping (wen) |
lang/python39: Update to 3.9.13 |
3.9.12_2 09 May 2022 19:23:51 |
Kevin Bowling (kbowling) |
devel/libffi: Bump deps PORTREVISION for shlib change
PR: 263764
Reported by: VVD <vvd@unislabs.com> |
3.9.12_1 27 Apr 2022 09:22:45 |
Piotr Kubaj (pkubaj) |
lang/python3{7,8,9,10}: remove LTO from defaults
LTO is still default in python3.11 because it uses thin LTO.
Requested by: koobs
PR: 263353 |
3.9.12 25 Mar 2022 03:59:30 |
Wen Heping (wen) |
lang/python39: Update to 3.9.12 |
3.9.11 19 Mar 2022 13:56:42 |
Wen Heping (wen) |
lang/python39: Update to 3.9.11
Reviewed by: yasu@ |
3.9.9_1 09 Mar 2022 17:30:00 |
Piotr Kubaj (pkubaj) |
lang/python3*: add LTO option and enable by default everywhere except powerpc64
and riscv64
PR: 261974
Approved by: python (koobs got his commit bit revoked during review process) |
3.9.9 06 Dec 2021 01:05:24 |
Wen Heping (wen) |
lang/python39: Update to 3.9.9 |
3.9.8 26 Nov 2021 18:48:57 |
Dimitry Andric (dim) |
lang/python3(6|7|8|9|10|11): work around unwanted multiarch detection again
In ports 6bef09666460 we patched out python's erroneous multiarch
detection using sed, but upstream changed the surrounding parts in the
configure script to defeat the regex we were using. Update the regex to
cope with the change.
PR: 259896, 258377
MFH: 2021Q4
Approved by: maintainer timeout (9 days) |
3.9.8 08 Nov 2021 07:31:34 |
Wen Heping (wen) |
lang/python39: Update to 3.9.8 |
3.9.7_1 13 Oct 2021 17:05:40 |
Thierry Thomas (thierry) |
lang/python3X: Fix library installation
The Python ports install the library libpython3.x.so under $PREFIX/lib,
and they set USE_LDCONFIG, but these libraries are not registered, due
to a missing symlink, and they are not found by `ldconfig -r'.
This commit make them to be registered, and for some reason it helps the
dynamic linker to find them, and this allows to fix an error in
french/aster. It also helps to fix errors in newer releases of math/sage
(not yet ready to be committed due to other problems).
No exp-run, but it has been tested with many ports on several platforms.
PR: 257864
Approved by: koobs (Python team)
MFH: 2021Q4 |
3.9.7 27 Sep 2021 17:56:59 |
Dimitry Andric (dim) |
lang/python3([6-9]|10): disable detection of multiarch
It breaks with clang >= 13, which adds a major.minor version number in
-print-multiarch output, and the dot confuses Python:
ModuleNotFoundError: No module named
'_sysconfigdata__freebsd14_x86_64-unknown-freebsd14'
Since we do not support multiarch, and the configure script has no way
to disable the multiarch check, stub it out during post-patch.
PR: 258377
Approved by: maintainer timeout (2 weeks)
MFH: 2021Q3 |
3.9.7 01 Sep 2021 11:48:51 |
Wen Heping (wen) |
lang/python39: Update to 3.9.7 |
3.9.6 19 Aug 2021 15:00:36 |
Fukang Chen (loader) |
lang/python3[89]: Fix build WITH_DEBUG
Python 3.8 [0] and 3.9 [1] are using a value for "EXT_SUFFIX"
that includes "SOABI" on FreeBSD, C extension module filenames
are affected by this change [2].
[0]:
https://github.com/python/cpython/commit/b01091a3e71e6636d2df4db45920e820cdf7df3b
[1]:
https://github.com/python/cpython/commit/4b155967b3e743cbdc31600f13f1bfcf07f7b6ce
[2]:
https://github.com/python/cpython/blob/v3.8.11/Lib/distutils/command/build_ext.py#L675-683
PR: 256558
Approved by: koobs (python, maintainer)
MFH: 2020Q3 (blanket: bug & regression fix) |
3.9.6 18 Jul 2021 17:54:21 |
Po-Chuan Hsieh (sunpoet) |
lang/python37: Use ECHO_CMD instead of ECHO |
3.9.6 14 Jul 2021 20:28:01 |
Dmitry Marakasov (amdmi3) |
lang/python{38,39,310}: mark DEBUG option BROKEN (incorrect plist)
PR: 256558
Approved by: portmgr blanket |
3.9.6 14 Jul 2021 18:56:31 |
Dmitry Marakasov (amdmi3) |
lang/python*: sort pkg-plists
Sort pkg-plists to reduce diff between existing and future versions
of python.
Approved by: portmgr blanket (cosmetic change) |
3.9.6 08 Jul 2021 01:55:17 |
Danilo G. Baio (dbaio) |
lang/python*: Replace DISABLED_EXTENSIONS with Setup.local
Currently, lang/python38 and lang/python39 don't honor
DISABLED_EXTENSIONS because patch-issue20210 was removed when
lang/python38 was added to the ports tree. patch-issue20210 is still
present on lang/python36 and lang/python37.
Building with poudriere is not affected because builds are executed in a
clean environment.
Setup.local is the more canonical and recommended method for customizing
Python builds for shared extensions & third party libraries.
Support for a *disabled* marker in Setup files was introduced in Python
3.7, so backport this fix to it to keep consistency in the ports tree.
PR: 243358 [1]
PR: 243937 [2]
Reported by: ngie [1]
Reported by: jcfyecrayz@liamekaens.com [2]
Reported by: tuxillo (IRC) DPorts
Reviewed by: koobs (python, maintainer)
Approved by: koobs, dbaio (python, maintainer)
MFH: 2021Q3 (build bugfix)
Differential Revision: https://reviews.freebsd.org/D31086 |
3.9.6 06 Jul 2021 14:59:31 |
Po-Chuan Hsieh (sunpoet) |
lang/python39: Update to 3.9.6
Changes: https://docs.python.org/release/3.9.6/whatsnew/changelog.html |
3.9.5 10 Jun 2021 17:09:54 |
Dmitry Marakasov (amdmi3) |
lang/python3[89]: remove LIBFFI option
Python now requires libffi from ports and does not build with LIBFFI
disabled, so remove the option.
PR: 256141
Reported by: majo-bugs.freebsd.org@cerny.sk
Reviewed by: koobs (python)
Approved by: koobs (python)
MFH: 2020Q2 (bugfix) |
3.9.5 25 May 2021 13:55:44 |
Dmitry Marakasov (amdmi3) |
Mk: switch from PYTHON_PORTVERSION to PYTHON_DISTVERSION
This brings python framework in consistense with handbook recommendations
to prefer DISTVERSION and simplifies adding prerelease versions of
python
PR: 255013
Differential Revision: https://reviews.freebsd.org/D29418
Exp-run by: antoine
Approved by: wen@, no objection from python@ or portmgr@ |
3.9.5 15 May 2021 07:14:04 |
Tobias Kortkamp (tobik) Author: Yasuhiro Kimura |
*: Remove unnecessary 'port' argument from USES=readline
PR: 248459
Exp-run by: antoine |
3.9.5 11 May 2021 21:47:34 |
Po-Chuan Hsieh (sunpoet) Author: Yasuhiro Kimura |
lang/python39: Update to 3.9.5
Changes: https://docs.python.org/release/3.9.5/whatsnew/changelog.html
PR: 255730 |
3.9.4_1 11 May 2021 21:47:33 |
Po-Chuan Hsieh (sunpoet) Author: Stefan Krah |
lang/python39: Use libmpdec from ports
- Bump PORTREVISION for dependency and package change
PR: 253604 |
3.9.4 09 Apr 2021 12:49:10 |
Wen Heping (wen) |
lang/python39: Update to 3.9.4 |
3.9.2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
3.9.2 23 Feb 2021 06:32:07 |
wen |
- Update to 3.9.2 |
3.9.1 08 Dec 2020 14:21:46 |
wen |
- Update to 3.9.1 |
3.9.0_1 14 Oct 2020 18:09:42 |
kevans |
lang/python3{6,7,8,9}: Backport close_range patches
Worked out over BPO-40422 and BPO-40423, this is the culmination of months
of work to coordinate with Linux and get close_range(2) added to FreeBSD,
then the usage accepted into CPython. It has landed for Python 3.10 and here
I've backported it locally to all the supported Python 3 versions we have.
Note that this does include and supercede our previous closefrom(2) patches.
There was a lot of intersection between the work done, so this patch against
the ports tree does remove those patches from each of the ports in favor of
this patch. All the patches involved have been accepted and merged upstream.
This patch will bring a performance boost in some more situations on 12.2
and 13.0, as close_range exists there.
There is one additional patch sitting in an upstream PR that shuffles the
_Py_closerange implementation into a different file -- this is not important
for the backport, and the absence of that patch here will not realistically
cause any issues.
PR: 250322
Approved by: lwhsu (python) |
3.9.0 13 Oct 2020 23:02:28 |
pkubaj |
lang/python39: fix build on GCC architectures
Use newer GCC:
/wrkdirs/usr/ports/lang/python39/work/Python-3.9.0/Modules/_zoneinfo.c: In
function 'calendarrule_new':
/wrkdirs/usr/ports/lang/python39/work/Python-3.9.0/Modules/_zoneinfo.c:1227:
error: #pragma GCC diagnostic not allowed inside functions
/wrkdirs/usr/ports/lang/python39/work/Python-3.9.0/Modules/_zoneinfo.c:1228:
error: #pragma GCC diagnostic not allowed inside functions
/wrkdirs/usr/ports/lang/python39/work/Python-3.9.0/Modules/_zoneinfo.c:1229:
warning: comparison is always false due to limited range of data type
/wrkdirs/usr/ports/lang/python39/work/Python-3.9.0/Modules/_zoneinfo.c:1230:
error: #pragma GCC diagnostic not allowed inside functions |
3.9.0 12 Oct 2020 13:52:43 |
wen |
- Repocopy lang/python38 --> lang/python39 and update to 3.9.0
PR: 250160
Submitted by: wen@(myself) |