non port: lang/python310/Makefile |
SVNWeb
|
Number of commits found: 20 |
Mon, 14 Nov 2022
|
[ 02:04 Wen Heping (wen) ] 4f45def
lang/python*: Support FreeBSD divert(4) socket
PR: 267648
Reported by: glebius@
Exp-run by: antoine@
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
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 )
|
[ 00:36 Wen Heping (wen) ] 1d9f19a0
lang/python310: Update to 3.10.7
|
Sat, 27 Aug 2022
|
[ 10:26 Po-Chuan Hsieh (sunpoet) ] fe8ed96
lang/python310: Fix disabling uuid.h detection and stage-qa error
- Bump PORTREVISION for package change
====> Running Q/A tests (stage-qa)
Error: /usr/local/lib/python3.10/lib-dynload/_uuid.cpython-310.so is linked to
/usr/local/lib/libuuid.so.1 from misc/e2fsprogs-libuuid but it is not declared
as a dependency
Warning: you need LIB_DEPENDS+=libuuid.so:misc/e2fsprogs-libuuid
...
Warning: Possible REINPLACE_CMD issues:
- - REINPLACE_CMD ran, but did not modify file contents: setup.py
|
Thu, 4 Aug 2022
|
[ 00:56 Wen Heping (wen) ] 7da93b6
lang/python310: Update to 3.10.6
|
Wed, 20 Jul 2022
|
[ 14:22 Tobias C. Berner (tcberner) ] f98ae56 (Only the first 10 of 255 ports in this commit are shown above. )
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 )
|
Mon, 9 May 2022
|
[ 19:23 Kevin Bowling (kbowling) ] db78da8 (Only the first 10 of 120 ports in this commit are shown above. )
devel/libffi: Bump deps PORTREVISION for shlib change
PR: 263764
Reported by: VVD <vvd@unislabs.com>
|
Wed, 27 Apr 2022
|
[ 09:22 Piotr Kubaj (pkubaj) ] 423a796
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
|
Fri, 18 Mar 2022
|
[ 13:05 Wen Heping (wen) ] 6cd9fc6
lang/python310: Update to 3.10.3
|
Wed, 9 Mar 2022
|
[ 17:30 Piotr Kubaj (pkubaj) ] 9a31e1b
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)
|
Tue, 21 Dec 2021
|
[ 18:54 Po-Chuan Hsieh (sunpoet) ] f1c4856
lang/python310: Update COMMENT
Python 3.10.1 is no longer a beta version.
|
Thu, 9 Dec 2021
|
[ 00:40 Wen Heping (wen) ] 3a77228
lang/python310: Update to 3.10.1
|
Fri, 26 Nov 2021
|
[ 18:48 Dimitry Andric (dim) ] 4af982e
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)
|
Wed, 13 Oct 2021
|
[ 17:05 Thierry Thomas (thierry) ] 693abe1
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
|
Thu, 30 Sep 2021
|
[ 21:23 Rene Ladan (rene) ] 620968a (Only the first 10 of 399 ports in this commit are shown above. )
cleanup: drop support for EOL FreeBSD 11.X
Search criteria used:
- 11.4
- OSREL*
- OSVER*
- *_FreeBSD_11
Input from:
- adridg: devel/qca-legacy
- jbeich: _WITH_DPRINTF, _WITH_GETLINE, GNU bfd workarounds
- sunpoet: security/p5-*OpenSSL*
Reviewed by: doceng, kde, multimedia, perl, python, ruby, rust
Differential Revision: https://reviews.freebsd.org/D32008
Test Plan: make index
|
Mon, 27 Sep 2021
|
[ 17:56 Dimitry Andric (dim) ] 6bef096
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
|
Thu, 19 Aug 2021
|
[ 15:00 Fukang Chen (loader) ] a99955f
lang/python310: Fix build WITH_DEBUG
Python 3.10 [0] is using a value for "EXT_SUFFIX" that includes
"SOABI" on FreeBSD, C extension module filenames are affected
by this change [1].
The limited C API is now supported if Python is built in debug mode [2],
removed %%NO_DEBUG%% from
%%NO_DEBUG%%lib/python%%XYDOT%%/lib-dynload/xxlimited.cpython-%%XY%%.so
[0]:
https://github.com/python/cpython/commit/a44ce6c9f725d336aea51a946b42769f29fed613
[1]:
https://github.com/python/cpython/blob/v3.10.0rc1/Lib/distutils/command/build_ext.py#L676-L684
[2]:
https://github.com/python/cpython/commit/3359cab038968935b40344fad7c30d211f9692e4
PR: 256558
Approved by: koobs (python, maintainer)
MFH: No (Port does not exist in quarterly)
|
Sun, 18 Jul 2021
|
[ 17:54 Po-Chuan Hsieh (sunpoet) ] 266273b
lang/python310: Use ECHO_CMD instead of ECHO
|
Wed, 14 Jul 2021
|
[ 20:28 Dmitry Marakasov (amdmi3) ] 2d2c282
lang/python{38,39,310}: mark DEBUG option BROKEN (incorrect plist)
PR: 256558
Approved by: portmgr blanket
|
[ 20:14 Dmitry Marakasov (amdmi3) ] 930c931 (Only the first 10 of 13 ports in this commit are shown above. )
lang/python310: add python 3.10.0.beta4
PR: 256150
Approved by: maintainer timeout (python@, 1 month)
Differential Revision: https://reviews.freebsd.org/D30475
|
Number of commits found: 20 |