[68670] trunk/dports/devel/ice-python/files/patch-scripts.TestUtil.py.diff

blair at macports.org blair at macports.org
Wed Jun 9 12:37:28 PDT 2010


Revision: 68670
          http://trac.macports.org/changeset/68670
Author:   blair at macports.org
Date:     2010-06-09 12:37:25 -0700 (Wed, 09 Jun 2010)
Log Message:
-----------
Follow up to r67692, remove a patch that is no longer referenced by
the Portfile.

Revision Links:
--------------
    http://trac.macports.org/changeset/67692

Removed Paths:
-------------
    trunk/dports/devel/ice-python/files/patch-scripts.TestUtil.py.diff

Deleted: trunk/dports/devel/ice-python/files/patch-scripts.TestUtil.py.diff
===================================================================
--- trunk/dports/devel/ice-python/files/patch-scripts.TestUtil.py.diff	2010-06-09 19:33:13 UTC (rev 68669)
+++ trunk/dports/devel/ice-python/files/patch-scripts.TestUtil.py.diff	2010-06-09 19:37:25 UTC (rev 68670)
@@ -1,28 +0,0 @@
-diff -ru ../Ice-3.3.1.orig/scripts/TestUtil.py ./scripts/TestUtil.py
---- ../Ice-3.3.1.orig/scripts/TestUtil.py	2009-03-20 10:52:15.000000000 -0700
-+++ ./scripts/TestUtil.py	2009-04-05 01:51:26.000000000 -0700
-@@ -727,7 +727,7 @@
-             print >>output, "-Djava.net.preferIPv4Stack=true",
-         print >>output,  exe,
-     elif config.lang == "py":
--        print >>output, "python", exe,
-+        print >>output, sys.executable, exe,
-     elif config.lang == "php" and config.type == "client":
-         print >>output, phpCmd, "-c tmp.ini -f", exe, " -- ",
-     elif config.lang == "cpp" and config.valgrind:
-@@ -1186,13 +1186,13 @@
- 
-             global keepGoing
-             if script:
--                print "if ! python %s %s; then" % (os.path.join(dir, "run.py"), args)
-+                print "if ! %s %s %s; then" % (sys.executable, os.path.join(dir, "run.py"), args)
-                 print "  echo 'test in %s failed'" % os.path.abspath(dir)
-                 if not keepGoing:
-                     print "  exit 1"
-                 print "fi"
-             else:
--                status = os.system("python " + os.path.join(dir, "run.py " + args))
-+                status = os.system(sys.executable + " " + os.path.join(dir, "run.py " + args))
- 
-                 if status:
-                     if(num > 0):
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100609/3010a702/attachment.html>


More information about the macports-changes mailing list