notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: lang/python310/Makefile

Number of commits found: 32

Saturday, 13 Apr 2024
15:49 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
lang/python*: Remove GNU_CONFIGURE_MANPREFIX=${PREFIX}/share after
9fd7ee1cdf6cbd5528159b58a966e1a40e2909a9
commit hash: c7a4a4f1ea70dbbc25da0b6d49b4c1235e4d4073 commit hash: c7a4a4f1ea70dbbc25da0b6d49b4c1235e4d4073 commit hash: c7a4a4f1ea70dbbc25da0b6d49b4c1235e4d4073 commit hash: c7a4a4f1ea70dbbc25da0b6d49b4c1235e4d4073 c7a4a4f
Tuesday, 19 Mar 2024
14:18 Robert Clausecker (fuz) search for other commits by this committer
lang/python3*: bump PORTREVISION following mpdecimal update

The mpdecimal update changes the soname; bump dependent ports.

PR:		276444
commit hash: df1de8ec4a7b6207b1f4b79bc885090ad3e3713d commit hash: df1de8ec4a7b6207b1f4b79bc885090ad3e3713d commit hash: df1de8ec4a7b6207b1f4b79bc885090ad3e3713d commit hash: df1de8ec4a7b6207b1f4b79bc885090ad3e3713d df1de8e
Tuesday, 23 Jan 2024
15:59 Muhammad Moinur Rahman (bofh) search for other commits by this committer
lang/python310: Impelled to share/man

Approved by:    portmgr (blanket)
commit hash: dc6e835be79ee131754ee6bcde2b1d6099ea25c2 commit hash: dc6e835be79ee131754ee6bcde2b1d6099ea25c2 commit hash: dc6e835be79ee131754ee6bcde2b1d6099ea25c2 commit hash: dc6e835be79ee131754ee6bcde2b1d6099ea25c2 dc6e835
Sunday, 31 Dec 2023
00:37 Muhammad Moinur Rahman (bofh) search for other commits by this committer
*/*: 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
commit hash: bbab7f59e9630416397189df70ec133bdd690e38 commit hash: bbab7f59e9630416397189df70ec133bdd690e38 commit hash: bbab7f59e9630416397189df70ec133bdd690e38 commit hash: bbab7f59e9630416397189df70ec133bdd690e38 bbab7f5
Thursday, 5 Oct 2023
02:00 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
lang/python310: 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
commit hash: 049c79389f82f2f858b45cc3f1b0260a763be0d6 commit hash: 049c79389f82f2f858b45cc3f1b0260a763be0d6 commit hash: 049c79389f82f2f858b45cc3f1b0260a763be0d6 commit hash: 049c79389f82f2f858b45cc3f1b0260a763be0d6 049c793
Friday, 7 Apr 2023
13:03 Wen Heping (wen) search for other commits by this committer
lang/python310: Update to 3.10.11
commit hash: e035db3bc47934a135686d4cfe47763448067557 commit hash: e035db3bc47934a135686d4cfe47763448067557 commit hash: e035db3bc47934a135686d4cfe47763448067557 commit hash: e035db3bc47934a135686d4cfe47763448067557 e035db3
Sunday, 26 Mar 2023
14:29 Charlie Li (vishwin) search for other commits by this committer
lang/python310: add LibreSSL support

LibreSSL 3.6 and later are fully compatible with PEP-644 for the
ssl and hmac modules, but not hashlib due to missing SHA-3/SHAKE,
BLAKE2 and scrypt. Partially reverts
https://github.com/python/cpython/commit/39258d3595300bc7b952854c915f63ae2d4b9c3e
for _hashopenssl.c only to allow LibreSSL to work.

(Python 3.11 and later need a different implementation due to
configure-time checking)
commit hash: ef942f79b3c0e802f8c552c0d1756e89d1bbed03 commit hash: ef942f79b3c0e802f8c552c0d1756e89d1bbed03 commit hash: ef942f79b3c0e802f8c552c0d1756e89d1bbed03 commit hash: ef942f79b3c0e802f8c552c0d1756e89d1bbed03 ef942f7
Monday, 27 Feb 2023
23:59 Charlie Li (vishwin) search for other commits by this committer
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.
commit hash: 922e7f41450be113e7301c672c8ed3eb352cc8df commit hash: 922e7f41450be113e7301c672c8ed3eb352cc8df commit hash: 922e7f41450be113e7301c672c8ed3eb352cc8df commit hash: 922e7f41450be113e7301c672c8ed3eb352cc8df 922e7f4
21:04 Matthias Andree (mandree) search for other commits by this committer
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
commit hash: a9d9d3a4272303bf226b9deb55c42303e4fcebdc commit hash: a9d9d3a4272303bf226b9deb55c42303e4fcebdc commit hash: a9d9d3a4272303bf226b9deb55c42303e4fcebdc commit hash: a9d9d3a4272303bf226b9deb55c42303e4fcebdc a9d9d3a
Friday, 24 Feb 2023
15:48 Piotr Kubaj (pkubaj) search for other commits by this committer
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.
commit hash: c8c2d4f2253694802ef720f098c57800570ad2fc commit hash: c8c2d4f2253694802ef720f098c57800570ad2fc commit hash: c8c2d4f2253694802ef720f098c57800570ad2fc commit hash: c8c2d4f2253694802ef720f098c57800570ad2fc c8c2d4f
Wednesday, 15 Feb 2023
21:35 Charlie Li (vishwin) search for other commits by this committer
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
commit hash: c17ddfbf66e2801ec620d49979aca3d7077d7002 commit hash: c17ddfbf66e2801ec620d49979aca3d7077d7002 commit hash: c17ddfbf66e2801ec620d49979aca3d7077d7002 commit hash: c17ddfbf66e2801ec620d49979aca3d7077d7002 c17ddfb
Thursday, 9 Feb 2023
12:01 Wen Heping (wen) search for other commits by this committer
lang/python310: Update to 3.10.10
commit hash: ead3b6646f9b7fe485caeee96de38be1ea0ef869 commit hash: ead3b6646f9b7fe485caeee96de38be1ea0ef869 commit hash: ead3b6646f9b7fe485caeee96de38be1ea0ef869 commit hash: ead3b6646f9b7fe485caeee96de38be1ea0ef869 ead3b66
Monday, 14 Nov 2022
02:04 Wen Heping (wen) search for other commits by this committer
lang/python*: Support FreeBSD divert(4) socket

PR:		267648
Reported by:	glebius@
Exp-run by:	antoine@
commit hash: 4f45def26118f413bf49e75a5b685aa0b8477343 commit hash: 4f45def26118f413bf49e75a5b685aa0b8477343 commit hash: 4f45def26118f413bf49e75a5b685aa0b8477343 commit hash: 4f45def26118f413bf49e75a5b685aa0b8477343 4f45def
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
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.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
00:36 Wen Heping (wen) search for other commits by this committer
lang/python310: Update to 3.10.7
commit hash: 1d9f19a0169e1cdbfedda11b75635fe89444a6c1 commit hash: 1d9f19a0169e1cdbfedda11b75635fe89444a6c1 commit hash: 1d9f19a0169e1cdbfedda11b75635fe89444a6c1 commit hash: 1d9f19a0169e1cdbfedda11b75635fe89444a6c1 1d9f19a0
Saturday, 27 Aug 2022
10:26 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
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
commit hash: fe8ed9605454c28f8f7f576741220b7092f2dcdb commit hash: fe8ed9605454c28f8f7f576741220b7092f2dcdb commit hash: fe8ed9605454c28f8f7f576741220b7092f2dcdb commit hash: fe8ed9605454c28f8f7f576741220b7092f2dcdb fe8ed96
Thursday, 4 Aug 2022
00:56 Wen Heping (wen) search for other commits by this committer
lang/python310: Update to 3.10.6
commit hash: 7da93b657a866fba54031f6aa7032ccb475c73c5 commit hash: 7da93b657a866fba54031f6aa7032ccb475c73c5 commit hash: 7da93b657a866fba54031f6aa7032ccb475c73c5 commit hash: 7da93b657a866fba54031f6aa7032ccb475c73c5 7da93b6
Wednesday, 20 Jul 2022
14:22 Tobias C. Berner (tcberner) search for other commits by this committer
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>
  *  Anton Shterenlikht
  *  Ashish SHUKLA <ashish@FreeBSD.org>
  *  Bob Eager <bob@eager.cx>
  *  Bruce M Simpson
  *  Bruce M. Simpson
  *  Christoph Mallon <christoph.mallon@gmx.de>
  *  Christopher Elkins <chrise@scardini.com>
  *  Christopher Key <cjk32@cam.ac.uk>
  *  Chuck Robey <chuckr@FreeBSD.org>
  *  Cyrille Lefevre <clefevre@citeweb.net>
  *  Dan Rench <citric@cubicone.tmetic.com>
  *  Danilo Egea Gondolfo <danilogondolfo@gmail.com>
  *  Dario Freni <saturnero@gufi.org>
  *  David Kalliecharan <dave@dal.ca>
  *  David Naylor <dbn@FreeBSD.org>
  *  David Naylor <dbn@dragon.local>
  *  David O'Brien (obrien@NUXI.com)
  *  David O'Brien (obrien@NUXI.org)
  *  David O'Brien <obrien@NUXI.org>
  *  David O'Brien <obrien@cs.ucdavis.edu>
  *  Dereckson <dereckson@gmail.com>
  *  Devon H. O'Dell <devon.odell@gmail.com>
  *  Dmitry Sivachenko <demon@FreeBSD.org>
  *  Don Croyle <croyle@gelemna.org>
  *  Douglas Anestad <yotta@dougdidit.com>
  *  Edwin Groothuis (edwin@mavetju.org)
  *  Edwin Groothuis <edwin@mavetju.org>
  *  Eugene Ossintsev
  *  Frank Fischer
  *  Frank Gruender <elwood@mc5sys.in-berlin.de>
  *  Frederic Cambus
  *  Gea-Suan Lin <gslin@gslin.org>
  *  Gerald Pfeifer <gerald@FreeBSD.org>
  *  Giuseppe Pilichi aka Jacula Modyun <jacula@gmail.com>
  *  GreenDog <fiziologus@gmail.com>
  *  Gustau Perez i Querol <gustau.perez@gmail.com>
  *  Guy Antony Halse <guy@rucus.ru.za.za>
  *  Herve Quiroz <hq@FreeBSD.org>
  *  Hye-Shik Chang
  *  Hye-Shik Chang <perky@fallin.lv>
  *  Hye-Shik Chang <perky@python.or.kr>
  *  Iblis Lin <iblis@hs.ntnu.edu.tw>
  *  James Bailie <jimmy@mammothcheese.ca>
  *  James FitzGibbon <jfitz@FreeBSD.org>
  *  Jean-Sébastien Pédron <dumbbell@FreeBSD.org>
  *  Jean-Yves Lefort <jylefort@FreeBSD.org>
  *  Jeff Brown <jabrown@caida.org>
  *  Jeremy Norris <ishmael27@home.com>
  *  Jing-Tang Keith Jang <keith@FreeBSD.org>
  *  John Hein <jhein@symmetricom.com>
  *  John Marino <marino@FreeBSD.org>
  *  John Merryweather Cooper
  *  John Merryweather Cooper <coop9211@uidaho.edu>
  *  John Merryweather Cooper et al
  *  Joseph Koshy <jkoshy@FreeBSD.org>
  *  Josh Elsasser <jre@vineyard.net>
  *  Josh Gilliam <josh@quick.net>
  *  Julian H. Stacey <jhs@FreeBSD.org>
  *  Julian Stecklina
  *  Jyun-Yan You <jyyou@cs.nctu.edu.tw>
  *  Katsuji ISHIKAWA <katsuji.ishikawa@gmail.com>
  *  Kimura Fuyuki <fuyuki@hadaly.org>
  *  Kimura Fuyuki <fuyuki@mj.0038.net>
  *  Kimura Fuyuki <fuyuki@nigredo.org>
  *  Kiriyama Kazuhiko <kiri@kiri.toba-cmt.ac.jp>
  *  Kubilay Kocak <koobs@FreeBSD.org>
  *  Lars Thegler <lth@FreeBSD.org>
  *  Lev Walkin <vlm@lionet.info>
  *  Li-Wen Hsu <lwhsu@FreeBSD.org>
  *  Mahdi Mokhtari <mokhi64@gmail.com>
  *  Marcin Cieslak <saper@SYSTEM.PL>
  *  Martin Matuska <mm@FreeBSD.org>
  *  Matthew Hunt <mph@FreeBSD.org>
  *  Michael Butschky <butsch@computi.erols.com>
  *  Michael Johnson <ahze@FreeBSD.org>
  *  Mitsuru YOSHIDA <mitsuru@riken.jp>
  *  Muhammad Moinur Rahman <5u623l20@gmail.com>
  *  Neal Nelson <ports@nicandneal.net>
  *  Nicola Vitale <nivit@FreeBSD.org>
  *  Nils M Holm <nmh@t3x.org>
  *  Oliver Braun <obraun@informatik.unibw-muenchen.de>
  *  Oliver Breuninger <ob@seicom.NET>
  *  Patrick Li <pat@databits.net>
  *  Pawel Worach <pawel.worach@gmail.com>
  *  Pedro F. Giffuni <giffunip@asme.org>
  *  Pedro Giffuni
  *  Pedro Giffuni <giffunip@asme.org>
  *  Pete French <pete@twisted.org.uk>
  *  Peter Schuller <peter.schuller@infidyne.com>
  *  Peter van Heusden <pvh@egenetics.com>
  *  Phillip Neumann <pneumann@gmail.com>
  *  Piotr Kubaj <pkubaj@anongoth.pl>
  *  Po-Chuan Hsieh <sunpoet@FreeBSD.org>
  *  Pontus Stenetorp <ninjin@kth.se>
  *  Ralf S. Engelschall <rse@engelschall.com>
  *  Rick van der Zwet <rick@wzoeterwoude.net>
  *  Rob Zinkov
  *  Roland Jesse <roland.jesse@gmx.net>
  *  Romain Tartiere <romain@blogreen.org>
  *  Ryan Steinmetz <zi@FreeBSD.org>
  *  Sahil Tandon <sahil@tandon.net>
  *  Sergei Kolobov <sergei@kolobov.com>
  *  Sergey A. Osokin <osa@FreeBSD.org>
  *  Sergey Skvortsov <skv@protey.ru>
  *  Simon Marlow <simonmar@microsoft.com>
  *  Simun Mikecin <numisemis@yahoo.com>
  *  Stanislav Sedov <ssedov@mbsd.msk.ru>
  *  Stephen Weeks <sweeks@sweeks.com>
  *  Steven G. Kargl
  *  Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
  *  Sylvio Cesar <sylvio@FreeBSD.org>
  *  Thomas Gellekum <tg@FreeBSD.org>
  *  Timothy Beyer <beyert@cs.ucr.edu>
  *  Timothy Bourke <timbob@bigpond.com>
  *  Tom Judge <tj@FreeBSD.org>
  *  Veniamin Gvozdikov <vg@FreeBSD.org>
  *  Vitaly Magerya <vmagerya@gmail.com>
  *  Wen Heping <wenheping@gmail.com>
  *  Wen Heping <wenhping@gmail.com>
  *  Wes Peters <wes@softweyr.com>
  *  Ying-Chieh Liao <ijliao@FreeBSD.org>
  *  Yukihiro Nakai <Nakai@technologist.com>
  *  Yukihiro Nakai <nakai@FreeBSD.org>
  *  Zach Garner <zach@neurosoft.org>
  *  aaron@FreeBSD.org
  *  andrewb@cs.cmu.edu
  *  arved
  *  chinsan
  *  chuckr
  *  dd
  *  erik@smluc.org
  *  gahr
  *  gahr@FreeBSD.org
  *  gpalmer
  *  hsu
  *  ijliao
  *  jasone
  *  jkh
  *  jkoshy
  *  jmacd
  *  jmacd@FreeBSD.org
  *  jmz
  *  js@jeannot.org
  *  jseger@FreeBSD.org
  *  kappa@FreeBSD.org.ua
  *  kbyanc
  *  msmith@gsoft.com.au
  *  mutoh@openedu.org
  *  netchild@FreeBSD.org
  *  patrick
  *  pst
  *  rene@FreeBSD.org
  *  ruslan@shevchenko.kiev.ua
  *  stas
  *  tobez

With hat:	portmgr
commit hash: f98ae56653d5255e3519da4e97d6edbaa7e6df91 commit hash: f98ae56653d5255e3519da4e97d6edbaa7e6df91 commit hash: f98ae56653d5255e3519da4e97d6edbaa7e6df91 commit hash: f98ae56653d5255e3519da4e97d6edbaa7e6df91 f98ae56
Monday, 9 May 2022
19:23 Kevin Bowling (kbowling) search for other commits by this committer
devel/libffi: Bump deps PORTREVISION for shlib change

PR:		263764
Reported by:	VVD <vvd@unislabs.com>
commit hash: db78da8f8b7388d951665362479eb4aa0babf1b4 commit hash: db78da8f8b7388d951665362479eb4aa0babf1b4 commit hash: db78da8f8b7388d951665362479eb4aa0babf1b4 commit hash: db78da8f8b7388d951665362479eb4aa0babf1b4 db78da8
Wednesday, 27 Apr 2022
09:22 Piotr Kubaj (pkubaj) search for other commits by this committer
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
commit hash: 423a79650284abeaca4aff2e7b10ee6c178cdfeb commit hash: 423a79650284abeaca4aff2e7b10ee6c178cdfeb commit hash: 423a79650284abeaca4aff2e7b10ee6c178cdfeb commit hash: 423a79650284abeaca4aff2e7b10ee6c178cdfeb 423a796
Friday, 18 Mar 2022
13:05 Wen Heping (wen) search for other commits by this committer
lang/python310: Update to 3.10.3
commit hash: 6cd9fc65e88066e27b390506bf7fb9af61f0fc3d commit hash: 6cd9fc65e88066e27b390506bf7fb9af61f0fc3d commit hash: 6cd9fc65e88066e27b390506bf7fb9af61f0fc3d commit hash: 6cd9fc65e88066e27b390506bf7fb9af61f0fc3d 6cd9fc6
Wednesday, 9 Mar 2022
17:30 Piotr Kubaj (pkubaj) search for other commits by this committer
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)
commit hash: 9a31e1b6d3bff1eef9fcd5e72268c238ec5335fb commit hash: 9a31e1b6d3bff1eef9fcd5e72268c238ec5335fb commit hash: 9a31e1b6d3bff1eef9fcd5e72268c238ec5335fb commit hash: 9a31e1b6d3bff1eef9fcd5e72268c238ec5335fb 9a31e1b
Tuesday, 21 Dec 2021
18:54 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
lang/python310: Update COMMENT

Python 3.10.1 is no longer a beta version.
commit hash: f1c48565732bf4da368683d144bad7081082eebf commit hash: f1c48565732bf4da368683d144bad7081082eebf commit hash: f1c48565732bf4da368683d144bad7081082eebf commit hash: f1c48565732bf4da368683d144bad7081082eebf f1c4856
Thursday, 9 Dec 2021
00:40 Wen Heping (wen) search for other commits by this committer
lang/python310: Update to 3.10.1
commit hash: 3a7722817c2f0a3951a32520f76e05e392ac27b2 commit hash: 3a7722817c2f0a3951a32520f76e05e392ac27b2 commit hash: 3a7722817c2f0a3951a32520f76e05e392ac27b2 commit hash: 3a7722817c2f0a3951a32520f76e05e392ac27b2 3a77228
Friday, 26 Nov 2021
18:48 Dimitry Andric (dim) search for other commits by this committer
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)
commit hash: 4af982e6bea019a33ae85c6c92a3042fadccb739 commit hash: 4af982e6bea019a33ae85c6c92a3042fadccb739 commit hash: 4af982e6bea019a33ae85c6c92a3042fadccb739 commit hash: 4af982e6bea019a33ae85c6c92a3042fadccb739 4af982e
Wednesday, 13 Oct 2021
17:05 Thierry Thomas (thierry) search for other commits by this committer
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
commit hash: 693abe1cb40ba9f505b2c72497443ca3ce85887d commit hash: 693abe1cb40ba9f505b2c72497443ca3ce85887d commit hash: 693abe1cb40ba9f505b2c72497443ca3ce85887d commit hash: 693abe1cb40ba9f505b2c72497443ca3ce85887d 693abe1
Thursday, 30 Sep 2021
21:23 Rene Ladan (rene) search for other commits by this committer
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
commit hash: 620968a43a5f9bb3fa98ab20f257a4c0d864caa7 commit hash: 620968a43a5f9bb3fa98ab20f257a4c0d864caa7 commit hash: 620968a43a5f9bb3fa98ab20f257a4c0d864caa7 commit hash: 620968a43a5f9bb3fa98ab20f257a4c0d864caa7 620968a
Monday, 27 Sep 2021
17:56 Dimitry Andric (dim) search for other commits by this committer
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
commit hash: 6bef09666460fb9f9052550854fa69f5d5e4a0e8 commit hash: 6bef09666460fb9f9052550854fa69f5d5e4a0e8 commit hash: 6bef09666460fb9f9052550854fa69f5d5e4a0e8 commit hash: 6bef09666460fb9f9052550854fa69f5d5e4a0e8 6bef096
Thursday, 19 Aug 2021
15:00 Fukang Chen (loader) search for other commits by this committer
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)
commit hash: a99955f2f86f2746a65456b8d3ea739f99035f2e commit hash: a99955f2f86f2746a65456b8d3ea739f99035f2e commit hash: a99955f2f86f2746a65456b8d3ea739f99035f2e commit hash: a99955f2f86f2746a65456b8d3ea739f99035f2e a99955f
Sunday, 18 Jul 2021
17:54 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
lang/python310: Use ECHO_CMD instead of ECHO
commit hash: 266273b0c98d7ca42a35ee849f849c17dbe10eaa commit hash: 266273b0c98d7ca42a35ee849f849c17dbe10eaa commit hash: 266273b0c98d7ca42a35ee849f849c17dbe10eaa commit hash: 266273b0c98d7ca42a35ee849f849c17dbe10eaa 266273b
Wednesday, 14 Jul 2021
20:28 Dmitry Marakasov (amdmi3) search for other commits by this committer
lang/python{38,39,310}: mark DEBUG option BROKEN (incorrect plist)

PR:		256558
Approved by:	portmgr blanket
commit hash: 2d2c2821bca5933475c6c418057f1480b85ded9b commit hash: 2d2c2821bca5933475c6c418057f1480b85ded9b commit hash: 2d2c2821bca5933475c6c418057f1480b85ded9b commit hash: 2d2c2821bca5933475c6c418057f1480b85ded9b 2d2c282
20:14 Dmitry Marakasov (amdmi3) search for other commits by this committer
lang/python310: add python 3.10.0.beta4

PR:		256150
Approved by:	maintainer timeout (python@, 1 month)
Differential Revision:	https://reviews.freebsd.org/D30475
commit hash: 930c93129234e5ed3f67be1b8795a5a20e2745db commit hash: 930c93129234e5ed3f67be1b8795a5a20e2745db commit hash: 930c93129234e5ed3f67be1b8795a5a20e2745db commit hash: 930c93129234e5ed3f67be1b8795a5a20e2745db 930c931

Number of commits found: 32