Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.11.11_9 12 Mar 2025 02:31:08
    |
Charlie Li (vishwin)  |
databases/py-gdbm: convert to USE_PYTHON=pep517
PR: 268283 |
3.11.11_8 08 Mar 2025 04:05:21
    |
Charlie Li (vishwin)  |
python: bump all USE_PYTHON=distutils consumers after RUN_DEPENDS removal
Any missed ports, feel free to bump.
Any ports that need setuptools at runtime can have the devel/py-setuptools
manually added back to RUN_DEPENDS, but understand that this practice
is deprecated; see CHANGES for details. |
3.9.17_7 09 Jul 2023 10:28:19
    |
Po-Chuan Hsieh (sunpoet)  |
databases/py-gdbm: Strip shared library
- Clean up
- Bump PORTREVISION for package change |
3.9.17_6 27 Jun 2023 19:34:34
    |
Rene Ladan (rene)  |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
3.9.16_6 15 Dec 2022 17:31:40
    |
Dmitry Marakasov (amdmi3)  |
Revert "*/py-{gdbm,sqlite3,tkinter}: switch from distutils to setuptools"
This reverts commit 7446740638e7d833fde0962e71ef440a6af3c749.
The change is not valid as setuptools have deprecated setup.py,
while distutils will be supported in existing point releases.
Python 3.12 support will require different solution.
PR: 268283 |
3.9.16_6 15 Dec 2022 15:14:33
    |
Dmitry Marakasov (amdmi3)  |
*/py-{gdbm,sqlite3,tkinter}: switch from distutils to setuptools
For python modules which come from python itself, switch from
distutils (no longer present in python 3.12) to setuptools, fixing
these mudules for python 3.12.
PR: 268283
Approved by: vishwin (python@) |
3.9.13_6 20 Jul 2022 14:21:07
    |
Tobias C. Berner (tcberner)  |
databases: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Choe, Cheng-Dae" whitekid
* "Mahdi Mokhtari <mokhi64@gmail.com>"
* "Meikel Brandmeyer" <ocaml-sqlite3-port@kotka.de>
* <hvo.pm@xs4all.nl>
* <jsmith@resonatingmedia.com>
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alan Snelson <Alan@Wave2.org> (Only the first 15 lines of the commit message are shown above ) |
3.8.10_6 26 May 2021 12:56:57
    |
Po-Chuan Hsieh (sunpoet)  |
databases/py-gdbm: Use WRKSRC_SUBDIR |
3.8.10_6 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.7.10_6 06 Apr 2021 14:31:13
    |
Mathieu Arnold (mat)  |
all: Remove all other $FreeBSD keywords. |
3.7.10_6 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
3.7.9_6 11 Jan 2021 19:36:17
  |
rene  |
Remove logic for Python < 3.6 for ports using Python 3.6+ |
3.7.9_6 28 Dec 2020 23:02:15
  |
antoine  |
Drop python 2.7 support from a few ports
With hat: portmgr |
3.7.9_6 16 Nov 2020 15:59:41
  |
pkubaj  |
databases/py-gdbm@py39: fix build on GCC architectures
cc1: error: unrecognized command line option "-Wno-unused-result" |
2.7.15_6 11 Nov 2018 15:38:51
  |
danfe  |
Update `databases/gdbm' to version 1.18.1, an important bugfix release
which restores compatibility with old databases (version 1.8) and some
later versions which were built without mmap(2) support. Due to shlib
version change, bump port revisions of the consumer ports.
PR: 233059
Exp-run by: antoine
Approved by: maintainer (johans, numerous timeouts) |
2.7.14_5 29 Dec 2017 18:47:42
  |
sunpoet  |
Fix _gdbm module for Python 3
- Bump PORTREVISION for package change
PR: 223136
Submitted by: Greg V <greg@unrelenting.technology> |
2.7.14_4 30 Nov 2017 15:50:34
  |
mat  |
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above ) |
2.7.11_4 01 Apr 2016 14:00:57
  |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
2.7.10_4 19 Nov 2015 01:28:38
  |
lwhsu  |
Add version specified ports of separated standard Python modules for
non-default Python versions:
- Add pyXY-{sqlite3,gdbm,tkinter} ports for generating binary packages
- Improve/add pkg-message to point users to install respective packages of
separated Python standard modules
- Add COMMENT to explicitly show the Python version that package should be
used with
- Simplify version-related PYTHON_* for lang/python35
Reviewed by: koobs
Differential Revision: https://reviews.freebsd.org/D4170 |
2.7.9_3 26 May 2015 16:47:03
  |
antoine  |
Switch PYTHON_REL from a 3 digits number to a 4 digits number to handle
python 2.7.10
Differential Revision: https://reviews.freebsd.org/D2639
Reviewed by: sunpoet, mva |
2.7.9_3 14 May 2015 10:15:09
  |
mat  |
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight |
2.7.8_3 19 Oct 2014 08:50:18
  |
mva  |
- Convert ports from databases/ and deskutils/ to new USES=python
Approved by: portmgr (implicit) |
2.7.8_3 09 Aug 2014 15:44:28
  |
mva  |
Convert the Python framework bits to USES=python.
Please use USES=python instead of USE_PYTHON.
USE_PYTHON=yes becomes USES=python
USE_PYTHON=2.7+ becomes USES=python:2.7+
USE_PYTHON_BUILD=3.3 becomes USES=python:3.3,build
...
A new PYTHON_FEATURES variable was added, which enables certain features for a
port and replaces some knobs at the same time;
PYTHON_FEATURES=distutils replaces USE_PYDISTUTILS
PYTHON_FEATURES=autoplist replaces PYDISTUTILS_AUTOPLIST
PYTHON_FEATURES=py3kplist replaces PYTHON_PY3K_PLIST_HACK (Only the first 15 lines of the commit message are shown above ) |
2.7.8_3 02 Aug 2014 06:57:41
  |
mva  |
- Catch up with the recent lang/pythonXX changes
With hat: python@ |
2.7.6_2 23 Apr 2014 11:49:09
  |
koobs  |
databases/py-gdbm: Make install PREFIX-safe
Pass a PREFIX-safe Python library directory to Python --install arguments.
While I'm here:
- Re-order and sort USE(S) and PYDISTUTILS entries
- Whitespace alignment |
2.7.6_2 11 Apr 2014 08:25:09
  |
sunpoet  |
- Add LICENSE
- Pet portlint: use PYTHON_DISTNAME instead of PYTHON_DISTFILE
- Use USES=tar:xz |
2.7.6_2 15 Dec 2013 16:22:17
  |
wg  |
Use setuptools for all Python ports.
Setuptools is the preferred method to manage Python distributions after
many changes to the packaging ecosystem over the past couple of years.
Only ports using USE_PYDISTUTILS= yes are affected by this commit, ports using
USE_PYDISTUTILS= easy_install remains the same however this usage is now
deprecated and should be converted to USE_PYDISTUTILS= yes.
Some Python distributions do not work with setuptools out of the box because
they extend the install command from distutils and not setuptools, and
so they need to be patched accordingly.
pip (which leverages setuptools) works around the issue by using eggs, however
we want to get rid of those as well, as support for "flat" installation is (Only the first 15 lines of the commit message are shown above ) |
2.7.6_2 11 Dec 2013 18:08:53
  |
bapt  |
In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in databases |
2.7.5_2 20 Sep 2013 16:13:49
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
databases) |
2.7.5_2 07 Sep 2013 17:21:48
  |
sunpoet  |
- Add PORTSCOUT=ignore:1 to avoid false alarm |
2.7.3_2 01 Mar 2013 20:12:02
  |
lwhsu  |
- Install standard libraries separated as other ports to the same place
with other standard libraries (${PYTHON_LIBDIR}/lib-dynload)
- Improve consistency of the Makefile(s)
- Whitespace cleanup for the patches |
2.7.3_1 03 Oct 2012 04:06:38
  |
rm  |
- do not hardcode distfile extension for lang/python ports in bsd.python.mk
(PYTHON_DISTFILE variable)
- switch lang/python ports (and it's slaves) to tar.xz
I compared all the four pairs .tgz/.tar.xz and they have no content differences.
Discussed on: python@ |
2.7.2_1 12 Feb 2012 15:32:02
 |
rm  |
- convert to using PYTHON_SITELIBDIR (not functional change) |
2.7.2_1 12 Sep 2011 13:46:59
 |
gabor  |
- Track dependencies after databases/gdbm update |
2.6.6 28 Oct 2010 21:00:21
 |
erwin  |
Deprecate md5 in favour of sha256 checksums. md5 checksums will no longer
be generated or checked, and will be silently ignored for now. Also,
generalize the MD5_FILE macro to DISTINFO_FILO.
PR: 149657
Submitted by: rene
Approved by: portmgr
Tested on: pointyhat i386 7-exp |
2.6.5 20 Aug 2010 20:53:48
 |
lwhsu  |
- Grab maintainership of these ports for python@ |
2.6.5 23 May 2010 21:16:16
 |
linimon  |
Reset perky@FreeBSD.org due to maintainer-timeouts and no response
to email.
Hat: portmgr |
2.6.2 08 Jul 2009 09:12:46
 |
lwhsu  |
- Fix building with python3*
- Use checksum file under lang/python${PYTHON_SUFFIX}/,
for removal lang/python/distinfo
PR: ports/136199
Submitted by: lwhsu
Approved by: perky |
2.5.1 30 Jul 2007 09:42:28
 |
alexbl  |
- Make Python 2.5.1 the default Python version
- Add significantly better support in bsd.python.mk for working with
Python Eggs and the easy_install system
Tested by: pointyhat runs
Approved by: pav (portmgr)
Most work by: perky
Thanks to: pav |
2.2.2 06 Feb 2004 13:12:53
 |
trevor  |
Use PLIST_FILES (bento-tested, marcus-reviewed). |
2.2.2 04 Nov 2003 17:36:04
 |
perky  |
Enable building for Python-2.4 by utilizing PYTHON_MASTER_SITES. |
2.2.2 04 Nov 2003 16:38:39
 |
perky  |
Chase bsd.python.mk's change PYTHON_SITE_SUBDIR -> PYTHON_MASTER_SITE_SUBDIR.
Submitted by: marcus |
2.2.2 19 Oct 2003 08:52:10
 |
perky  |
Utilize PYTHON_SITE_SUBDIR and USE_PYTHON. |
2.2.2 31 Jul 2003 19:48:34
 |
perky  |
- Use ports/lang/python's MD5_FILE.
- Take maintainership
Approved by: tg (previous maintainer) |
2.2.3 04 Jun 2003 08:39:59
 |
perky  |
Add checksums for Python-2.2.3 |
2.2.2 07 Mar 2003 05:58:32
 |
ade  |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
2.2.2 03 Jan 2003 08:26:35
 |
ijliao  |
chase gdbm lib version |
2.2.2 17 Oct 2002 11:17:35
 |
perky  |
Add checksums for Python-2.2.2.
Approved by: tg |
2.2.1 17 Apr 2002 11:35:55
 |
tg  |
Use USE_PYDISTUTILS. |
2.2 12 Apr 2002 10:39:45
 |
tg  |
Update checksums for Python-2.2.1.
PR: 36977
Submitted by: Hye-Shik Chang <perky@fallin.lv> |
2.2 11 Apr 2002 11:31:49
 |
tg  |
Update checksum for Python-2.1.3. |
22 Jan 2002 12:53:28
    |
tg  |
Upgrade python21 to 2.1.2, the latest bugfix release. |
07 Jan 2002 13:26:47
    |
tg  |
Upgrade lang/python to 2.2. Adjust bsd.python.mk accordingly. |
26 Jul 2001 11:38:24
    |
tg  |
Add checksums for 2.0.1 and 2.1.1. |
04 May 2001 12:03:59
    |
tg  |
Use the same MASTER_SITES as lang/python. |
02 May 2001 12:45:04
    |
tg  |
Add checksum for python-2.1. |
05 Mar 2001 12:45:05
    |
tg  |
Correct file name. |
01 Mar 2001 12:24:25
    |
tg  |
Use the py-distutils for building and installing. |
05 Feb 2001 14:31:42
    |
olgeni  |
Style/space police (space -> tab) over the database category. |
18 Dec 2000 20:32:56
    |
demon  |
Remove trailing period and package name from the pkg-comment. |
20 Oct 2000 10:11:38
    |
tg  |
New port py-gdbm; this contains Python bindings to the GNU dbm library. |