[67804] trunk/dports/devel

blair at macports.org blair at macports.org
Tue May 18 11:05:25 PDT 2010


Revision: 67804
          http://trac.macports.org/changeset/67804
Author:   blair at macports.org
Date:     2010-05-18 11:05:23 -0700 (Tue, 18 May 2010)
Log Message:
-----------
Fix a typo in ice-{cpp,python,python25,python26}'s test script that
results in tests running on Mac OS X that shouldn't be run.

Modified Paths:
--------------
    trunk/dports/devel/ice-cpp/Portfile
    trunk/dports/devel/ice-python/Portfile
    trunk/dports/devel/ice-python25/Portfile
    trunk/dports/devel/ice-python26/Portfile

Modified: trunk/dports/devel/ice-cpp/Portfile
===================================================================
--- trunk/dports/devel/ice-cpp/Portfile	2010-05-18 18:04:19 UTC (rev 67803)
+++ trunk/dports/devel/ice-cpp/Portfile	2010-05-18 18:05:23 UTC (rev 67804)
@@ -49,6 +49,10 @@
                 port:mcpp
 
 post-patch {
+        # Remove this reinplace when 3.4.1 is released.
+        reinplace "s/nodarwing/nodarwin/" \
+                ${workpath}/Ice-${version}/scripts/TestUtil.py
+
         reinplace "s/-O2/-g -O2/" \
                 ${workpath}/Ice-${version}/cpp/config/Make.rules.Darwin
 

Modified: trunk/dports/devel/ice-python/Portfile
===================================================================
--- trunk/dports/devel/ice-python/Portfile	2010-05-18 18:04:19 UTC (rev 67803)
+++ trunk/dports/devel/ice-python/Portfile	2010-05-18 18:05:23 UTC (rev 67804)
@@ -42,6 +42,10 @@
                 port:ice-cpp
 
 post-patch {
+        # Remove this reinplace when 3.4.1 is released.
+        reinplace "s/nodarwing/nodarwin/" \
+                ${workpath}/Ice-${version}/scripts/TestUtil.py
+
         reinplace "s/-O2/-g -O2/" \
                 ${workpath}/Ice-${version}/py/config/Make.rules.Darwin
 

Modified: trunk/dports/devel/ice-python25/Portfile
===================================================================
--- trunk/dports/devel/ice-python25/Portfile	2010-05-18 18:04:19 UTC (rev 67803)
+++ trunk/dports/devel/ice-python25/Portfile	2010-05-18 18:05:23 UTC (rev 67804)
@@ -42,6 +42,10 @@
                 port:ice-cpp
 
 post-patch {
+        # Remove this reinplace when 3.4.1 is released.
+        reinplace "s/nodarwing/nodarwin/" \
+                ${workpath}/Ice-${version}/scripts/TestUtil.py
+
         reinplace "s/-O2/-g -O2/" \
                 ${workpath}/Ice-${version}/py/config/Make.rules.Darwin
 

Modified: trunk/dports/devel/ice-python26/Portfile
===================================================================
--- trunk/dports/devel/ice-python26/Portfile	2010-05-18 18:04:19 UTC (rev 67803)
+++ trunk/dports/devel/ice-python26/Portfile	2010-05-18 18:05:23 UTC (rev 67804)
@@ -42,6 +42,10 @@
                 port:ice-cpp
 
 post-patch {
+        # Remove this reinplace when 3.4.1 is released.
+        reinplace "s/nodarwing/nodarwin/" \
+                ${workpath}/Ice-${version}/scripts/TestUtil.py
+
         reinplace "s/-O2/-g -O2/" \
                 ${workpath}/Ice-${version}/py/config/Make.rules.Darwin
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100518/b5e9a76a/attachment.html>


More information about the macports-changes mailing list