[103899] users/larryv/dports/lang/rust/Portfile

larryv at macports.org larryv at macports.org
Sat Mar 9 14:40:58 PST 2013


Revision: 103899
          https://trac.macports.org/changeset/103899
Author:   larryv at macports.org
Date:     2013-03-09 14:40:58 -0800 (Sat, 09 Mar 2013)
Log Message:
-----------
[sandbox] rust: Make sure all libs are copied from local rust. Reenable parallel building because God this is painful.

Modified Paths:
--------------
    users/larryv/dports/lang/rust/Portfile

Modified: users/larryv/dports/lang/rust/Portfile
===================================================================
--- users/larryv/dports/lang/rust/Portfile	2013-03-09 22:32:34 UTC (rev 103898)
+++ users/larryv/dports/lang/rust/Portfile	2013-03-09 22:40:58 UTC (rev 103899)
@@ -60,7 +60,8 @@
     system -W ${workpath} "${expand} | ${untar}"
 }
 
-patchfiles          patch-configure.diff
+patchfiles          patch-configure.diff \
+                    patch-src-etc-local_stage0.sh.diff
 post-patch {
     reinplace "s/__BUILD_ARCH__/${configure.build_arch}/g" \
         ${worksrcpath}/configure
@@ -97,8 +98,6 @@
     build.args-append       CPP="${configure.cc} -E"
 }
 
-use_parallel_build  no
-
 variant llvm30 conflicts llvm31 llvm32 llvm33 description {Use LLVM 3.0} {
     depends_lib-append      port:llvm-3.0
     configure.args-append   --llvm-root=${prefix}/libexec/llvm-3.0
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130309/e65548b7/attachment.html>


More information about the macports-changes mailing list