[45163] trunk/dports/lang/python23

jmr at macports.org jmr at macports.org
Fri Jan 9 06:39:51 PST 2009


Revision: 45163
          http://trac.macports.org/changeset/45163
Author:   jmr at macports.org
Date:     2009-01-09 06:39:48 -0800 (Fri, 09 Jan 2009)
Log Message:
-----------
python23: fix error importing asyncore on Leopard (#17927)

Modified Paths:
--------------
    trunk/dports/lang/python23/Portfile
    trunk/dports/lang/python23/files/patch-configure.in

Modified: trunk/dports/lang/python23/Portfile
===================================================================
--- trunk/dports/lang/python23/Portfile	2009-01-09 14:14:48 UTC (rev 45162)
+++ trunk/dports/lang/python23/Portfile	2009-01-09 14:39:48 UTC (rev 45163)
@@ -4,6 +4,7 @@
 
 name				python23
 version				2.3.7
+revision			1
 categories			lang
 maintainers			nomaintainer
 description			An interpreted, object-oriented programming language

Modified: trunk/dports/lang/python23/files/patch-configure.in
===================================================================
--- trunk/dports/lang/python23/files/patch-configure.in	2009-01-09 14:14:48 UTC (rev 45162)
+++ trunk/dports/lang/python23/files/patch-configure.in	2009-01-09 14:39:48 UTC (rev 45163)
@@ -5,7 +5,7 @@
    # this is fixed in 10.3, which identifies itself as Darwin/7.*
    # This should hopefully be fixed in FreeBSD 4.9
 -  FreeBSD/4.8* | Darwin/6* )
-+  FreeBSD/4.8* | Darwin/6* | Darwin/8*)
++  FreeBSD/4.8* | Darwin/6* | Darwin/8* | Darwin/9*)
      define_xopen_source=no;;
    # On AIX 4, mbstate_t is defined only when _XOPEN_SOURCE == 500 but used in
    # wcsnrtombs() and mbsnrtowcs() even if _XOPEN_SOURCE is not defined or
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090109/8a0e198f/attachment.html>


More information about the macports-changes mailing list