summaryrefslogtreecommitdiffstats
path: root/lang/python30
diff options
context:
space:
mode:
authorperky <perky@FreeBSD.org>2003-11-04 18:00:37 +0000
committerperky <perky@FreeBSD.org>2003-11-04 18:00:37 +0000
commit0223d7cce347c990eb0499217aa63c6600a210fa (patch)
treee854f4c2fd1fc47948758243541933cddd382875 /lang/python30
parentda6894490212796fa4cfcf9bdb14fe105a903538 (diff)
downloadFreeBSD-ports-0223d7cce347c990eb0499217aa63c6600a210fa.zip
FreeBSD-ports-0223d7cce347c990eb0499217aa63c6600a210fa.tar.gz
- 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 'lang/python30')
-rw-r--r--lang/python30/Makefile1
-rw-r--r--lang/python30/files/patch-setup.py2
-rw-r--r--lang/python30/pkg-plist1
3 files changed, 3 insertions, 1 deletions
diff --git a/lang/python30/Makefile b/lang/python30/Makefile
index 8fe819d..9ffe078 100644
--- a/lang/python30/Makefile
+++ b/lang/python30/Makefile
@@ -6,6 +6,7 @@
PORTNAME= python
PORTVERSION= 2.4.a0.20031022
+PORTREVISION= 1
CATEGORIES= lang python ipv6
MASTER_SITES= ${PYTHON_MASTER_SITES}
MASTER_SITE_SUBDIR= ${PYTHON_MASTER_SITE_SUBDIR}
diff --git a/lang/python30/files/patch-setup.py b/lang/python30/files/patch-setup.py
index d830253..acf4e60 100644
--- a/lang/python30/files/patch-setup.py
+++ b/lang/python30/files/patch-setup.py
@@ -5,7 +5,7 @@
# 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
diff --git a/lang/python30/pkg-plist b/lang/python30/pkg-plist
index 6d00ab2..813b3c0 100644
--- a/lang/python30/pkg-plist
+++ b/lang/python30/pkg-plist
@@ -1152,6 +1152,7 @@ lib/%%PYTHON_VERSION%%/lib-dynload/operator.so
lib/%%PYTHON_VERSION%%/lib-dynload/parser.so
lib/%%PYTHON_VERSION%%/lib-dynload/pcre.so
lib/%%PYTHON_VERSION%%/lib-dynload/pwd.so
+lib/%%PYTHON_VERSION%%/lib-dynload/pyexpat.so
lib/%%PYTHON_VERSION%%/lib-dynload/readline.so
lib/%%PYTHON_VERSION%%/lib-dynload/regex.so
lib/%%PYTHON_VERSION%%/lib-dynload/resource.so
OpenPOWER on IntegriCloud