CVS log for ports/lang/python25/files/patch-setup.py
Up to [FreeBSD] / ports / lang / python25 / files
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.17: download - view: text, markup, annotated - select for diffs
Fri Feb 29 14:05:31 2008 UTC (3 years, 11 months ago) by perky
Branches: MAIN
CVS tags: RELEASE_9_0_0, RELEASE_8_2_0, RELEASE_8_1_0, RELEASE_8_0_0, RELEASE_7_4_0, RELEASE_7_3_0, RELEASE_7_2_0, RELEASE_7_1_0, RELEASE_6_EOL, RELEASE_6_4_0, RELEASE_5_EOL, HEAD
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +18 -9 lines
Force to build bsddb185 module to make pkg-plist consistent. Reported by: ports/121191
Revision 1.16: download - view: text, markup, annotated - select for diffs
Tue Feb 27 19:00:23 2007 UTC (4 years, 11 months ago) by rafan
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0, PRE_XORG_7
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +37 -3 lines
- Force setup.py picks up readline and ncurses from base. This fixes build when devel/ncurses installed. - Similar to python24, don't pick up ncursesw in python25. This results in both ncurses are linked into _curses.so Tested by: krion Approved by: alexbl (python@)
Revision 1.15: download - view: text, markup, annotated - select for diffs
Mon Oct 16 03:12:44 2006 UTC (5 years, 3 months ago) by perky
Branches: MAIN
CVS tags: RELEASE_6_2_0, RELEASE_4_EOL
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +10 -10 lines
Correct a patch not to install unwanted files. Approved by: portmgr (kris)
Revision 1.14: download - view: text, markup, annotated - select for diffs
Fri Oct 13 07:16:45 2006 UTC (5 years, 3 months ago) by perky
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +10 -0 lines
Revert the default version of Python to 2.4 for the ports freeze period. Python 2.5 brought a vast range of incompatibility to a large number of ports, so the python@ team will do more basic compatibility work in a private repository and merge it later. Sorry for the inconvenience. Approved by: portmgr (kris)
Revision 1.13: download - view: text, markup, annotated - select for diffs
Mon Oct 9 14:29:18 2006 UTC (5 years, 4 months ago) by perky
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +11 -12 lines
- Update the main python version to 2.5.
- Now, lang/python is just a meta-port which depends on lang/python25.
- And all versions of Python ports have short version identifier in its
package name; python25-2.5, python24-2.4.3 and etc.
- Also you must upgrade all python modules after lang/python updated,
cd /usr/ports/lang/python && make upgrade-site-packages
- Give maintainership of Python ports to the new python@ group which
includes me, alexbl@ and others.
Revision 1.12: download - view: text, markup, annotated - select for diffs
Thu Aug 10 10:05:13 2006 UTC (5 years, 6 months ago) by perky
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +12 -3 lines
Fix plist for FreeBSD 7 or systems with OpenSSL 0.9.8. Spotted by: pointyhat via kris
Revision 1.11: download - view: text, markup, annotated - select for diffs
Fri Jun 23 03:09:16 2006 UTC (5 years, 7 months ago) by perky
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +5 -5 lines
Update python-devel to 2.5b1.
Revision 1.10: download - view: text, markup, annotated - select for diffs
Fri Sep 3 17:12:28 2004 UTC (7 years, 5 months ago) by perky
Branches: MAIN
CVS tags: old_RELEASE_6_1_0, old_RELEASE_6_0_0, old_RELEASE_5_5_0, old_RELEASE_5_4_0, old_RELEASE_5_3_0, old_RELEASE_4_11_0
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +3 -12 lines
Update to 2.4a3 PR: 71340 Submitted by: Marcus Grando <marcus@corp.grupos.com.br>
Revision 1.9: download - view: text, markup, annotated - select for diffs
Sat Aug 21 01:02:12 2004 UTC (7 years, 5 months ago) by perky
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +12 -3 lines
- Add support for FreeBSD 6. - Drop FreeBSD 2 support. - Fix build on -stable. Spotted by: marcus, kris Obtained from: Python CVS
Revision 1.8: download - view: text, markup, annotated - select for diffs
Sat Aug 7 06:36:57 2004 UTC (7 years, 6 months ago) by perky
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +0 -9 lines
- Update to 2.4a2 - Add IPV6 option [1] PR: 69950 [1] Submitted by: Marcus Grando <marcus@corp.grupos.com.br> [1]
Revision 1.7: download - view: text, markup, annotated - select for diffs
Thu Jul 8 15:53:45 2004 UTC (7 years, 7 months ago) by perky
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +6 -5 lines
- Update to 2.4a1, the first alpha release of Python 2.4.
- Provide USE_PYTHON_BUILD and USE_PYTHON_RUN to allow explicit
dependencies. [1]
- Provide PYDISTUTILS_CONFIGUREARGS and run ${PYSETUP} config on
'do-configure' targets. [2]
Reviewed by: eik [1]
Submitted by: Mike Brown <mike@skew.org>
Revision 1.6: download - view: text, markup, annotated - select for diffs
Tue Nov 4 18:00:37 2003 UTC (8 years, 3 months ago) by perky
Branches: MAIN
CVS tags: old_RELEASE_5_2_1, old_RELEASE_5_2_0, old_RELEASE_4_10_0
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +1 -1 lines
- Include pyexpat module in python base ports because python incorporated expat 1.95.6 in its distribution from Python-2.3. - Bump PORTREVISION subsequently. Requested by: Mike Brown <mike@skew.org> Jeremy Kloth <jeremy.kloth@fourthought.com>
Revision 1.5: download - view: text, markup, annotated - select for diffs
Wed Oct 29 21:31:12 2003 UTC (8 years, 3 months ago) by perky
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +12 -3 lines
- Update lang/python-devel to Python-2.4 031022 snapshot. - Correct USE_ZOPE dependency to Python 2.1. [1] - Fetch from correct MASTER_SITE_SUBDIR when upgrading python in same branch. [2] - Enable installing separated standard modules for python-devel port. Reported by: Filippo Natali <pitonat@libero.it> [1], Yoshihiko Sarumaru <mistral@imasy.or.jp> [2]
Revision 1.4: download - view: text, markup, annotated - select for diffs
Sat Jul 19 07:44:46 2003 UTC (8 years, 6 months ago) by perky
Branches: MAIN
CVS tags: old_RELEASE_4_9_0
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +4 -4 lines
Update to 2.3c1
Revision 1.3: download - view: text, markup, annotated - select for diffs
Fri Jul 4 11:57:53 2003 UTC (8 years, 7 months ago) by perky
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +15 -6 lines
o Utilize MASTER_SITE_PYTHON.
o Rename pydoc to pydoc${PORTVERSION} to avoid conflicts among these
ports. (lang/python port keeps both of bin/pydoc and bin/pydoc2.2)
o Set LATEST_LINK to ${PYTHON_VERSION:S/.//} except lang/python.
Now, we can install all of these python versions together cleanly.
Revision 1.2: download - view: text, markup, annotated - select for diffs
Fri Oct 19 11:16:55 2001 UTC (10 years, 3 months ago) by tg
Branches: MAIN
CVS tags: old_old_RELEASE_5_1_0, old_old_RELEASE_5_0_DP1, old_old_RELEASE_5_0_0, old_old_RELEASE_4_8_0, old_old_RELEASE_4_7_0, old_old_RELEASE_4_6_2, old_old_RELEASE_4_6_1, old_old_RELEASE_4_6_0, old_old_RELEASE_4_5_0
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +1 -1 lines
Don't build mpz extension, it's moved to a separate port.
Revision 1.1: download - view: text, markup, annotated - select for diffs
Wed May 2 11:25:02 2001 UTC (10 years, 9 months ago) by tg
Branches: MAIN
CVS tags: old_old_RELEASE_4_4_0
Upgrade to 2.1.
