[42379] trunk/dports/lang/python24

blb at macports.org blb at macports.org
Wed Nov 19 22:13:14 PST 2008


Revision: 42379
          http://trac.macports.org/changeset/42379
Author:   blb at macports.org
Date:     2008-11-19 22:13:14 -0800 (Wed, 19 Nov 2008)
Log Message:
-----------
lang/python24 - disable building readline module as py-readline is meant
to be used, and with python24 it likes to crash (see ticket #13238); also
closes ticket #10964.  The other built-in modules disabled in 2.5/2.6/3.0
should probably be disabled here as well, if 2.4 is still to be used...

Modified Paths:
--------------
    trunk/dports/lang/python24/Portfile
    trunk/dports/lang/python24/files/patch-setup.py

Modified: trunk/dports/lang/python24/Portfile
===================================================================
--- trunk/dports/lang/python24/Portfile	2008-11-20 05:51:44 UTC (rev 42378)
+++ trunk/dports/lang/python24/Portfile	2008-11-20 06:13:14 UTC (rev 42379)
@@ -4,7 +4,7 @@
 
 name                    python24
 version                 2.4.5
-revision                3
+revision                4
 set major               [lindex [split $version .] 0]
 set branch              [join [lrange [split ${version} .] 0 1] .]
 categories              lang

Modified: trunk/dports/lang/python24/files/patch-setup.py
===================================================================
--- trunk/dports/lang/python24/files/patch-setup.py	2008-11-20 05:51:44 UTC (rev 42378)
+++ trunk/dports/lang/python24/files/patch-setup.py	2008-11-20 06:13:14 UTC (rev 42379)
@@ -1,5 +1,14 @@
---- /Users/roederja/Desktop/setup.py.orig	2007-05-20 13:02:39.000000000 -0700
-+++ setup.py	2007-05-20 14:49:50.000000000 -0700
+--- setup.py.orig	2006-10-08 11:41:25.000000000 -0600
++++ setup.py	2008-11-19 22:13:50.000000000 -0700
+@@ -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 = ["readline"]
+ 
+ def add_dir_to_list(dirlist, dir):
+     """Add the directory 'dir' to the list 'dirlist' (at the front) if
 @@ -246,11 +246,11 @@
          # Add paths to popular package managers on OS X/darwin
          if sys.platform == "darwin":
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081119/4a55407f/attachment.html>


More information about the macports-changes mailing list