[74209] trunk/dports/lang/python27/Portfile

jwa at macports.org jwa at macports.org
Tue Dec 7 09:13:53 PST 2010


Revision: 74209
          http://trac.macports.org/changeset/74209
Author:   jwa at macports.org
Date:     2010-12-07 09:13:47 -0800 (Tue, 07 Dec 2010)
Log Message:
-----------
restore posixmodule

Modified Paths:
--------------
    trunk/dports/lang/python27/Portfile

Modified: trunk/dports/lang/python27/Portfile
===================================================================
--- trunk/dports/lang/python27/Portfile	2010-12-07 17:05:30 UTC (rev 74208)
+++ trunk/dports/lang/python27/Portfile	2010-12-07 17:13:47 UTC (rev 74209)
@@ -82,10 +82,10 @@
 #   system "cd ${worksrcpath} && ed - Modules/_localemodule.c < ${filespath}/_localemodule.c.ed"
 #   system "cd ${worksrcpath} && ed - Lib/locale.py < ${filespath}/locale.py.ed"
 
-#   if {${os.platform} == "darwin" && ${os.major} > 9} {
+   if {${os.platform} == "darwin" && ${os.major} > 9} {
 #      # http://trac.macports.org/ticket/21559
-#      system "cd ${worksrcpath} && ed - Modules/posixmodule.c < ${filespath}/posixmodule.c.ed"
-#   }
+      system "cd ${worksrcpath} && ed - Modules/posixmodule.c < ${filespath}/posixmodule.c.ed"
+   }
 }
 
 build.target            all
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20101207/4df13473/attachment.html>


More information about the macports-changes mailing list