summaryrefslogtreecommitdiff
path: root/lang/python23/files/patch-setup.py
diff options
context:
space:
mode:
authorHye-Shik Chang <perky@FreeBSD.org>2003-11-04 18:00:37 +0000
committerHye-Shik Chang <perky@FreeBSD.org>2003-11-04 18:00:37 +0000
commit62e80c63995f572631d2c1f14957b335f5013191 (patch)
treee0675d923adbfb774c7b11e09e0f9598318899a2 /lang/python23/files/patch-setup.py
parent. Update to 3.2.2 (diff)
- 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>
Diffstat (limited to '')
-rw-r--r--lang/python23/files/patch-setup.py9
1 files changed, 3 insertions, 6 deletions
diff --git a/lang/python23/files/patch-setup.py b/lang/python23/files/patch-setup.py
index 4ed24bdb54d5..41434bc89896 100644
--- a/lang/python23/files/patch-setup.py
+++ b/lang/python23/files/patch-setup.py
@@ -1,14 +1,11 @@
-
-$FreeBSD$
-
---- setup.py.orig Mon Sep 22 04:19:45 2003
-+++ setup.py Wed Oct 29 22:47:51 2003
+--- setup.py.orig Mon Sep 22 10:19:45 2003
++++ setup.py Tue Nov 4 05:22:59 2003
@@ -15,7 +15,7 @@
from distutils.command.install_lib import install_lib
# This global variable is used to hold the list of modules to be disabled.
-disabled_module_list = []
-+disabled_module_list = ["_bsddb", "_tkinter", "gdbm", "mpz", "pyexpat"]
++disabled_module_list = ["_bsddb", "_tkinter", "gdbm", "mpz"]
def add_dir_to_list(dirlist, dir):
"""Add the directory 'dir' to the list 'dirlist' (at the front) if