[110465] trunk/dports/devel/zeroc-ice33/Portfile

blair at macports.org blair at macports.org
Sat Aug 31 01:10:02 PDT 2013


Revision: 110465
          https://trac.macports.org/changeset/110465
Author:   blair at macports.org
Date:     2013-08-31 01:10:02 -0700 (Sat, 31 Aug 2013)
Log Message:
-----------
zeroc-ice33: really disable parallel builds.

Modified Paths:
--------------
    trunk/dports/devel/zeroc-ice33/Portfile

Modified: trunk/dports/devel/zeroc-ice33/Portfile
===================================================================
--- trunk/dports/devel/zeroc-ice33/Portfile	2013-08-31 08:03:42 UTC (rev 110464)
+++ trunk/dports/devel/zeroc-ice33/Portfile	2013-08-31 08:10:02 UTC (rev 110465)
@@ -90,8 +90,6 @@
     system ${cmd}
 }
 
-use_parallel_build  no
-
 build.dir       ${worksrcpath}/cpp
 
 post-patch {
@@ -131,12 +129,7 @@
 use_configure   no
 
 build {
-    set jobsargs ""
-    if {${build.jobs} > 1} {
-        set jobsargs " -j${build.jobs}"
-    }
-
-    set cmd "cd ${build.dir} && make${jobsargs} prefix='${prefix}' embedded_runpath_prefix='${prefix}' CC='${configure.cc}' CXX='${configure.cxx}' OPTIMIZE='yes' BZIP2_HOME='${prefix}' DB_HOME='${prefix}' EXPAT_HOME='${prefix}' OPENSSL_HOME='${prefix}' READLINE_HOME='${prefix}' USE_READLINE=yes MCPP_HOME='${prefix}' LDPLATFORMFLAGS= all && cd doc && make${jobsargs}"
+    set cmd "cd ${build.dir} && make prefix='${prefix}' embedded_runpath_prefix='${prefix}' CC='${configure.cc}' CXX='${configure.cxx}' OPTIMIZE='yes' BZIP2_HOME='${prefix}' DB_HOME='${prefix}' EXPAT_HOME='${prefix}' OPENSSL_HOME='${prefix}' READLINE_HOME='${prefix}' USE_READLINE=yes MCPP_HOME='${prefix}' LDPLATFORMFLAGS= all && cd doc && make"
     ui_debug ${cmd}
     system ${cmd}
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130831/cab3b2e4/attachment.html>


More information about the macports-changes mailing list