diff options
| author | Hye-Shik Chang <perky@FreeBSD.org> | 2006-10-13 07:16:45 +0000 | 
|---|---|---|
| committer | Hye-Shik Chang <perky@FreeBSD.org> | 2006-10-13 07:16:45 +0000 | 
| commit | e18b838fd903ca4a6c3dca6db8a75eedefd645e4 (patch) | |
| tree | 984ef244bb83f4a2bfc290e7cc31fd2928e81ef0 /lang/python31/files | |
| parent | - Add a forgotten man page and fix deinstall (diff) | |
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)
Notes
Notes:
    svn path=/head/; revision=175244
Diffstat (limited to 'lang/python31/files')
| -rw-r--r-- | lang/python31/files/patch-setup.py | 10 | 
1 files changed, 10 insertions, 0 deletions
diff --git a/lang/python31/files/patch-setup.py b/lang/python31/files/patch-setup.py index 07708de2c558..4ed6f0f38c8e 100644 --- a/lang/python31/files/patch-setup.py +++ b/lang/python31/files/patch-setup.py @@ -27,3 +27,13 @@               curses_libs = ['ncursesw']               # Bug 1464056: If _curses.so links with ncursesw,               # _curses_panel.so must link with panelw. +-@@ -1498,8 +1500,7 @@ +-           ext_modules=[Extension('_struct', ['_struct.c'])], +-  +-           # Scripts to install +--          scripts = ['Tools/scripts/pydoc', 'Tools/scripts/idle', +--                     'Lib/smtpd.py'] +-+          scripts = [] +-         ) +-  +- # --install-platlib  | 
