Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.4.9_1 18 Dec 2018 09:39:14 |
rene |
Remove expired port:
2018-12-17 lang/python34: Fails to build with recent OpenSSL |
3.4.9_1 17 Nov 2018 08:02:00 |
antoine |
Deprecate python34
With hat: portmgr |
3.4.9_1 10 Nov 2018 10:09:49 |
mat |
security/openssl-devel was removed, but there is a security/openssl111 now. |
3.4.9_1 02 Nov 2018 13:32:35 |
rene |
Remove compatibility code for FreeBSD < 11.2 from all ports.
Simplify some ports where DragonFlyBSD no longer needs to be special-cased.
Submitted by: rene
Reviewed by: bapt, jbeich
Differential Revision: https://reviews.freebsd.org/D17724 |
3.4.9_1 03 Aug 2018 16:08:19 |
miwi |
- Update python34 -> 3.4.9
python35 -> 3.5.6
Sponsored by: iXsystems Inc. |
3.4.8_1 26 Jul 2018 08:58:50 |
tobik |
lang/python3?: Fix python3.?-config behavior when symlinked
When python3.?-config is symlinked to another location it starts
outputting bogus paths. For example
$ pwd
/home/tobias
$ python3.6-config --includes
-I/usr/local/include/python3.6m -I/usr/local/include/python3.6m
$ ln -s /usr/local/bin/python3.6-config python3-config
$ ./python3-config --includes
-I/home/include/python3.6m -I/home/include/python3.6m
This breaks ports trying to use BINARY_ALIAS together with
python3.?-config. Apply a patch to resolve the symlink first before
trying to find the install prefix.
PR: 229749
Submitted by: tobik
Reviewed by: antoine, miwi
Approved by: python (miwi) |
3.4.8 22 Feb 2018 19:50:59 |
sunpoet |
Mark BROKEN_SSL=openssl-devel
We backported an upstream patch for NPN detection (bpo-30622) in r461919 but it
is not enough.
This port still fails to build with OpenSSL 1.1.0.
Tested by: brnrd, sunpoet (myself) |
3.4.8 15 Feb 2018 12:48:20 |
sunpoet |
Fix build with OpenSSL 1.1.0 (security/openssl-devel)
Reference: https://bugs.python.org/issue30622
https://github.com/python/cpython/commit/b2d096bd2a5ff86e53c25d00ee5fa097b36bf1d8
PR: 225882
Submitted by: brnrd
MFH: 2018Q1 |
3.4.8 12 Feb 2018 19:03:53 |
sunpoet |
Silence patch messages |
3.4.8 11 Feb 2018 16:52:42 |
sunpoet |
Update to 3.4.8
- Set PORTNAME to python and add PKGNAMESUFFIX
- Update Makefile and PLIST to be similar with python36
- Sort USES
- Remove CPE_*: all of them are default values
- Update PLIST_FILES: do not use %%
- Fix shebang:
- Update SHEBANG_FILES
- Remove over-patched shebang fix of Lib/cgi.py
- Update http:// links in Makefile comments and patch files
Changes: https://docs.python.org/3.4/whatsnew/changelog.html
Security: 0fe70bcd-2ce3-46c9-a64b-4a7da097db07
MFH: 2018Q1 |
3.4.7 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 ) |
3.4.7 09 Aug 2017 19:36:01 |
sunpoet |
Update to 3.4.7
Changes: https://docs.python.org/3.4/whatsnew/changelog.html
MFH: 2017Q3 |
3.4.6_5 08 Aug 2017 01:39:37 |
sbruno |
Pointyhat to me.
A stray '.' somehow made it past my testing.
Do *not* bump portrevision as this only affects the packaging/stage
of these ports on mips/armv6 or other cross compiled targets.
PR: 221202
Reported by: antoine |
3.4.6_5 02 Aug 2017 17:58:03 |
sbruno |
Add a code block for the qemu-user enabled cross build environment. When using
this environment in poudriere, CC is not set to the default of /usr/bin/cc and
a cross-compile toolchain is used. We need to hand edit this so that the run
time configuration for python matches what the FreeBSD base system provides.
PR: 208282
Submitted by: manu
Approved by: portmgr (mat) |
3.4.6_4 28 Jun 2017 02:37:53 |
dbaio |
lang/python{27,33,34,35,36}: Make Python curses module work with Unicode
Use readline from ports (USES= readline:port) and patch
setup.py to ignore readline from base. The patch is necessary for
FreeBSD < 1100000, as after this the readline library became an
INTERNALLIB, see base r268461 [1]
Link devel/readline against termcapw instead of termcap is part of
this change, see ports r444463 [2]
Note that this is the **ports** approach for getting Python curses
module working with Unicode. The other way is splitting libncurses
into separate libncurses and libtinfo in base, for which an open
issue exists [3].
(Only the first 15 lines of the commit message are shown above ) |
3.4.6_3 27 Jun 2017 13:46:53 |
sunpoet |
Update devel/readline to 7.0 patch 3
- Bump PORTREVISION for shlib change
Changes: https://cnswww.cns.cwru.edu/php/chet/readline/CHANGES
https://lists.gnu.org/archive/html/bug-bash/2016-09/msg00107.html
https://lists.gnu.org/archive/html/bug-readline/2017-01/msg00002.html
Differential Revision: https://reviews.freebsd.org/D11172
PR: 219947
Exp-run by: antoine |
3.4.6_2 06 Jun 2017 12:56:48 |
koobs |
lang/python{27,33,34,35,36}: Install GDB debugging script
Users with a GDB that supports [1] Python extensions will automatically
load the extra debugging extensions when debugging programs that are
linked with libpythonX.Y.so.foo.
This enables extensions like 'py-bt' and 'py-frame' as described in
the Fedora Wiki Article: Easier Python Debugging [2], which can be
useful for debugging Python program state from crashes in C extensions,
for example.
[1] PYTHON option enabled in devel/gdb
[2] https://fedoraproject.org/wiki/Features/EasierPythonDebugging
PR: 203021
Submitted by: cem
Reviewed by: mat, koobs (python)
Approved by: koobs (python)
Differential Revision: D10398 |
3.4.6_1 16 Apr 2017 11:08:35 |
sunpoet |
Fix indent and update WWW |
3.4.6_1 14 Apr 2017 18:07:08 |
miwi |
- Fix shebang
Thanks to: amdmi3 |
3.4.6 20 Jan 2017 03:03:29 |
wen |
- Update to 3.4.6 |
3.4.5 02 Nov 2016 14:51:48 |
tijl |
Remove no-op patch.
This patch was submitted to upstream libffi and from there to upstream
libtool, but it doesn't do anything. The original patch committed in
r158131 did do something but when it was no longer needed it was changed
into something that doesn't make sense in r221521 instead of being removed.
Remove it now before it causes more confusion. |
3.4.5 21 Oct 2016 15:21:13 |
mat |
Use USES=pathfix where applicable.
PR: 213195
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D8093 |
3.4.5 08 Jul 2016 19:07:41 |
brnrd |
lang/python3*: Backport upstream issue 24557
- Add backport of patch for EGD issue [1]
- Change USE_OPENSSL to USES= ssl
- Don't set CPE_VERSION to the default PORTVERSION
PR: 205960 [1], 199050 [1]
Reviewed by: koobs (python)
Approved by: python (koobs)
Obtained from: https://hg.python.org/cpython/rev/7c0432cf1f2e [1]
MFH: 2016Q3 |
3.4.5 29 Jun 2016 14:00:33 |
wen |
- Update to 3.4.5 |
3.4.4_3 17 Jun 2016 17:09:05 |
rm |
lang/python[xx]: backport upstream fix for CVE-2016-5636
Add patch for integer overflow in zipimport module to all our python ports.
While I'm here, get rid of -f flag in ${RM} invocation, because ${RM} already
expands to rm -f, so in result we are getting something like:
/bin/rm -f -f
/wrkdirs/usr/ports/lang/python35/work/stage/usr/local/lib/libpython3.so
PR: 210325
Submitted by: Vladimir Krstulja <vlad-fbsd@acheronmedia.com>
Security: 1d0f6852-33d8-11e6-a671-60a44ce6887b
With hat: python |
3.4.4_2 23 May 2016 20:35:01 |
amdmi3 |
Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled by
default anyway and don't need to be listed
Approved by: portmgr blanket |
3.4.4_2 25 Apr 2016 20:22:20 |
dim |
For the various lang/python* ports, improve the __FreeBSD_version
check in pyport.h for working around a very old ctype issue.
If the workaround for this issue is enabled, pyport.h redefines
toupper() and some other ctype macros, and this wreaks havoc when
including newer libc++ headers (or any other system header which tries
to declare those functions).
Approved by: portmgr (antoine)
PR: 208486
MFH: 2016Q2 |
3.4.4_1 01 Apr 2016 14:08:38 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.
With hat: portmgr
Sponsored by: Absolight |
3.4.4_1 08 Jan 2016 16:45:09 |
koobs |
lang/python{27,3*}: Backport patch in upstream issue20397
In certain situations, file references (.py[co]) for Python files that
fail to compile with compileall() are still added to distutils --record
output.
This output is used for pkg-plist generation and must only contain
references to files that will be installed.
One example of a failure condition is when a Python 2/3 compatible
package containing a file containing Python 3.x only code is built with
Python 2.x, such as Gunicorn's _gaiohttp.py [1]
This change backports patches submitted against upstream issue 20397 [2]
that has not yet been committed. (Only the first 15 lines of the commit message are shown above ) |
3.4.4 02 Jan 2016 16:47:46 |
miwi |
- Update to 3.4.4
- Sort plist
Changelog:
https://docs.python.org/3.4/whatsnew/changelog.html#python-3-4-4 |
3.4.3_2 29 Dec 2015 12:03:09 |
marino |
lang/python27(3*), Mk/Uses/python.mk: remove make spawn
There are some inefficiencies in python.mk that significantly slow down
full tree scanning. The use of bmake to obtain the current version of
a specific python is responsible for the majority of the slow done.
This commit splits out the PYTHON_PORTVERSION definition (which is the
same as the lang/python* PORTVERSION) into separate files. With this
change, python.mk can simple include the makefile fragment instead of
spawning a new instance of make.
Different Revision: https://reviews.freebsd.org/D4660
Approved by: antoine (python), mva (python) |
3.4.3_2 24 Dec 2015 11:39:54 |
miwi |
- Switch regression-test to TEST_TARGED
Discussed in: D4695
Reviewed by: koobs |
3.4.3_2 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 |
3.4.3_1 30 Jul 2015 03:31:56 |
koobs |
lang/python{27,32,33,34}: Mark MAKE_JOBS_UNSAFE
Parser/pgen code intermittently and non-deterministically fails
at build time causing errors including, among others:
* Parser/pgen.o: file not recognized: File truncated
* pgenmain.c:(.text+0x244): undefined reference to `_Py_pgen'
This is apparently due to incorrect uses of recursive make [1] which
was fixed in the upstream Python 'default' (3.5) branch [2].
This change marks all Python port versions as MAKE_JOBS_UNSANFE until
the the original changeset [1] and the resulting regression in
cross-builds [3], whos fix is still pending, can be backported.
[1] https://bugs.python.org/issue22359
[2] https://hg.python.org/cpython/rev/c2a53aa27cad
[3] https://bugs.python.org/issue22625
PR: 200622
Reported by: marino
MFH: 2015Q3 |
3.4.3_1 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 |
3.4.3_1 06 Apr 2015 16:58:37 |
bdrewery |
Force a rebuild/upgrade to chase head r280306 which removed SSLv2 support.
This fixes head package users so they have working SSL support. There was
already a built-time fix for this. |
3.4.3 25 Mar 2015 12:58:34 |
marino |
lang category: Remove $PTHREAD_LIBS
Note: ecl did not pass check-plist (pre-existing), PR 198897 submitted.
approved by: PTHREAD blanket |
3.4.3 03 Mar 2015 13:49:32 |
demon |
Update to version 3.4.3.
https://reviews.freebsd.org/D1991 |
3.4.2_1 11 Feb 2015 08:23:13 |
koobs |
lang/python34: BROKEN on i386 without LIBFFI
As per lang/python27 (r377581):
- Add BROKEN for i386 without LIBFFI option, and add upstream
issue references.
While I'm here, clean up after the LIBFFI option addition:
- Sort options variables: OPTIONS_* and *_DESC
- Use OPTIONS helpers
- Reduce diffs between lang/python* ports |
3.4.2_1 22 Dec 2014 16:45:42 |
mva |
- Revert the previous NIS check, since it does not help at all
PR: 196195
Submitted by: ache@
With hat: python@ |
3.4.2_1 22 Dec 2014 09:47:37 |
mva |
- Python 3.x: try to improve the NIS detection for FreeBSD
PR: 193650
With hat: python |
3.4.2_1 04 Nov 2014 07:33:34 |
demon |
Rename option PORT_FFI --> LIBFFI.
Suggested by: koobs |
3.4.2_1 03 Nov 2014 09:12:39 |
demon |
Add a reference to python issue regarding i386 compilation failure with
bundled libffi |
3.4.2_1 29 Oct 2014 13:21:22 |
demon |
Add an option to use libffi from ports instead of bundled one.
Submitted by: cy
Require this option for i386, this fixes build error. |
3.4.2 27 Oct 2014 15:23:31 |
bapt |
Cleanup plist |
3.4.2 27 Oct 2014 12:54:05 |
demon |
Update to version 3.4.2.
Two deleted patches were integrated upstream.
Reviewed by: koobs in D967 |
3.4.1_5 04 Sep 2014 19:26:24 |
antoine |
Change INSTALL_DATA to install with mode 644
Remove patches and hacks that were used to work around the previous
situation
This allows to stage more ports as a regular user
Differential Revision: https://reviews.freebsd.org/D703
Reviewed by and discussed with: bapt
With hat: portmgr |
3.4.1_5 25 Aug 2014 07:59:45 |
koobs |
lang/python34: Fix build when semaphores are not enabled
Backport fix [1] for upstream Python Issue #21704 [2]: Fix build error for
_multiprocessing when semaphores are not available.
The symptom was originally reported by RedPorts 8.4-QAT/i386,
ultimately resulting in a packaging error:
...
checking for sem_open... yes
checking for sem_timedwait... yes
checking for sem_getvalue... yes
checking for sem_unlink... yes
...
checking whether POSIX semaphores are enabled... no (Only the first 15 lines of the commit message are shown above ) |
3.4.1_4 23 Aug 2014 05:19:50 |
koobs |
lang/python{27,33,34}: Bump PORTREVISION, sanitizes builds.
Bump PORTREVISION, as prior to the previous change that fixed upstream Issue
#21166, Python builds could be potentially polluted by the host environment
which could caused runtime issues because of ABI differences. |
3.4.1_3 23 Aug 2014 03:53:25 |
koobs |
lang/python{27,33,34}: Backport fix for upstream Issue #21166
Backport fix for upstream Issue #21166:
Prevent possible segfaults and other random failures of python
--generate-posix-vars in pybuilddir.txt build target by ensuring
that pybuilddir.txt is always regenerated when configure is run and
that the newly built skeleton python does not inadvertently import
modules from previously installed instances. [1]
This changeset has been committed for release in 2.7.9, 3.4.2, and 3.5.0.
A HUGE thank you to Ned Deily from the Python Core Development Team
for helping to identify the underlying cause, produce a fix and
wonderfully document the explanation.
[1] http://bugs.python.org/issue21166 |
3.4.1_3 10 Aug 2014 18:36:27 |
mva |
- Add USE_OPENSSL, since all lang/python ports build the _ssl module, which
requires a working OpenSSL implementation
Phabric: D569
Reviewed by: wg@
With hat: python@ |
3.4.1_2 01 Aug 2014 15:52:42 |
mva |
- Remove everything related to USE_PYTHON and bsd.python.mk. This is a
preparatory step to convert bsd.python.mk into a USES file.
- Use NLS_LIBS instead of NLS_LDFLAGS as done for lang/python27 (r357486)
- Use buildbottest in the regression-test: target
Phabric: D409
Reviewed by: koobs, sbz
With hat: python@ |
3.4.1_1 15 Jul 2014 20:42:06 |
jkim |
Fix plist without THREADS option. |
3.4.1_1 11 Jul 2014 18:09:01 |
sbz |
- Add CPE entries for python
- Remove NOPORTDATA as it's deprecated since r359061 |
3.4.1_1 16 Jun 2014 17:46:41 |
antoine |
- Create symlinks for non-ABI-suffixed python*-config and ABI-suffixed
python-*.pc
- Fix DISABLED_EXTENSIONS extension patch, autoconf is not used so configure has
to be patched
Phabric: D225
Reviewed by: koobs |
3.4.1 02 Jun 2014 12:36:51 |
demon |
Update python34 port 3.4.0 --> 3.4.1.
Reviewed by: koobs |
3.4.0 22 Apr 2014 12:14:26 |
koobs |
lang/python{31,32,33}: Fix stage/package as non-root
Copy the second part of a change previously made to python27 [1], to
python31, python32 and python33.
This fixes staging and packaging of these ports by a non-root user by
running ranlib on the archive prior to it being installed read-only.
While I'm here:
- python27: Add breadcrumbs and references to the patch header
- python34: Update breadcrumbs and references to the patch header
[1] https://svnweb.freebsd.org/ports?view=revision&revision=350207
Submitted by: antoine
Reviewed by: kwm, sbz |
3.4.0 11 Apr 2014 08:25:47 |
sunpoet |
- Pet portlint: use PYTHON_DISTNAME instead of PYTHON_DISTFILE |
3.4.0 08 Apr 2014 13:10:25 |
koobs |
Welcome Python 3.4 to the FreeBSD Ports Tree!
The FreeBSD Python Team warmly welcomes Python 3.4 to the Ports tree:
- Add lang/python34
- Add devel/py-setuptools34
- Add Python 3.4.0 docs to lang/python-doc
Release Announcement and Major Features:
https://www.python.org/download/releases/3.4.0/
This also marks the next stage of a cleaner, much-closer-to-upstream
approach to Python on FreeBSD, that builds upon the hard work of the
entire FreeBSD Python team over the last year. (Only the first 15 lines of the commit message are shown above ) |