[67884] trunk/dports/devel/ice-java/Portfile

blair at macports.org blair at macports.org
Thu May 20 10:50:26 PDT 2010


Revision: 67884
          http://trac.macports.org/changeset/67884
Author:   blair at macports.org
Date:     2010-05-20 10:50:24 -0700 (Thu, 20 May 2010)
Log Message:
-----------
Fix the running of the test suite by passing USE_BIN_DIST=yes to make.
However, the test suite still fails, but I wanted to get this commit
in to at least enable it to run.

Modified Paths:
--------------
    trunk/dports/devel/ice-java/Portfile

Modified: trunk/dports/devel/ice-java/Portfile
===================================================================
--- trunk/dports/devel/ice-java/Portfile	2010-05-20 17:47:51 UTC (rev 67883)
+++ trunk/dports/devel/ice-java/Portfile	2010-05-20 17:50:24 UTC (rev 67884)
@@ -64,7 +64,7 @@
 build.target    clean all
 
 test.run        yes
-test.env        JAVA_HOME=/System/Library/Frameworks/JavaVM.framework/Versions/1.5/Home CLASSPATH=${classpath} ANT_OPTS=-Xmx512m ICE_HOME=${prefix} DYLD_LIBRARY_PATH=${prefix}/lib/db46
+test.env        JAVA_HOME=/System/Library/Frameworks/JavaVM.framework/Versions/1.5/Home CLASSPATH=${classpath} ANT_OPTS=-Xmx512m ICE_HOME=${prefix} DYLD_LIBRARY_PATH=${prefix}/lib/db46 USE_BIN_DIST=yes
 test.cmd        python
 test.target     allTests.py
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100520/a18a0081/attachment.html>


More information about the macports-changes mailing list