114 Commits

Author SHA1 Message Date
Joshua Root d8b38cc989 Remove Tiger workarounds from my ports 2025-07-23 17:43:19 +10:00
Joshua Root 5233b68a46 python{26,3[2-6]}: use supported_archs to exclude arm64 2024-02-21 04:42:38 +11:00
Joshua Root 45445f0a91 python*: fix build with latest libedit 2023-09-16 00:43:57 +10:00
Joshua Root 5184caa201 misc: update platforms 2022-10-22 23:44:19 +11:00
Joshua Root 9c29281592 python*: preserve mtime of pyconfig.h
See: https://trac.macports.org/ticket/63782
2022-03-13 21:20:19 +11:00
Joshua Root 7c6233b8cc python*: update gettext dep 2021-12-26 18:08:36 +11:00
Chris Jones 1110c57553 misc. ports: Migrate from old_openssl to openssl PG 2021-10-12 21:22:45 +01:00
Joshua Root b09762740d python26, python27: fix implicit declarations 2021-03-04 14:55:13 +11:00
Joshua Root edaa2043d3 python26: known_fail on arm64 2021-02-21 06:31:53 +11:00
Joshua Root 140c09dc2b python*: patch configure to recognise darwin 20 2020-06-29 23:42:33 +10:00
Joshua Root 5260bc17b4 python{26,32,33,34}: mark EOL
Also adopt unmaintained versions
2019-09-17 15:49:45 +10:00
Chih-Hsuan Yen bf9a06dd75 python26: use old_openssl port group
No revbump as the result binary should remain the same
2019-05-21 23:44:10 +08:00
Chih-Hsuan Yen c612f69f76 python26: switch to openssl10 2019-03-13 21:46:17 +08:00
Joshua Root 457c3a914e python26: build fixes
Closes: https://trac.macports.org/ticket/57295
2019-03-09 12:58:40 +11:00
Eitan Adler 3f41992d40 all: use https for python domains 2017-12-31 13:45:02 -07:00
Rainer Müller b5b644ee4a python2*, python3*: fix flags in LINKFORSHARED
Other ports are unable to link against libpython as the value does not
properly reference Python.framework.

See: https://lists.macosforge.org/pipermail/macports-dev/2016-September/033712.html
See: https://trac.macports.org/ticket/39223
2017-09-21 02:08:49 +02:00
Joshua Root 51c6df5a90 python*: remove workarounds for libedit bug 2017-09-12 22:39:27 +10:00
Joshua Root ecd1d9cebc python ports: update readline module name
py*-readline are being replaced with py*-gnureadline.
2017-09-08 08:11:09 +10:00
Marcus Calhoun-Lopez 44840c49db readline: update version 6.3.3->7.0.3
revbump dependencies since library name changes
Fixes https://trac.macports.org/ticket/52269
2017-04-23 09:34:20 -07:00
Zero King 99ea8e019f python*: fix livecheck 2017-02-08 23:48:52 +01:00
Lawrence Velázquez 34b3070336 Remove all $Id$ lines
for pf in */*/Portfile
do
    ed -s "$pf" <<-'EOF'
	1,3g/^[[:space:]]*#[[:space:]]*\$Id.*\$[[:space:]]*$/d
	1g/^[[:space:]]*$/d
	w
	q
	EOF
done
2016-12-28 18:14:04 +01:00
Lawrence Velázquez 03f6ca7c84 python26: Improve check for QuickTime/QuickTime.h
This fixes 32-bit builds on Sierra, which removed that header.

See: https://trac.macports.org/ticket/52043
2016-11-14 15:15:49 -05:00
Lawrence Velázquez 75209cc666 python26: Consolidate Yosemite patches
There aren't enough changes to merit two separate patches. Also:

- Add an informative patch header.

- Don't modify configure.in, which we don't even use.
2016-11-14 15:15:48 -05:00
Ryan Schmidt efad8a4c8d python26: Refresh patches
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@153203 d073be05-634f-4543-b044-5fe20cf6d1d6
2016-09-27 08:05:21 +00:00
Eric A. Borisch c002095b46 python(26|27|34|35): Add a reference to libedit+python issues to notes and suggest installing pyNN-readline. See https://trac.macports.org/ticket/48807.
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@148368 d073be05-634f-4543-b044-5fe20cf6d1d6
2016-05-05 17:13:02 +00:00