[105566] trunk/dports/lang/rust/Portfile

larryv at macports.org larryv at macports.org
Wed Apr 24 21:52:09 PDT 2013


Revision: 105566
          https://trac.macports.org/changeset/105566
Author:   larryv at macports.org
Date:     2013-04-24 21:52:09 -0700 (Wed, 24 Apr 2013)
Log Message:
-----------
rust: Allow only clang-425 (based on LLVM 3.2svn); restore parallel building.

Modified Paths:
--------------
    trunk/dports/lang/rust/Portfile

Modified: trunk/dports/lang/rust/Portfile
===================================================================
--- trunk/dports/lang/rust/Portfile	2013-04-25 00:55:46 UTC (rev 105565)
+++ trunk/dports/lang/rust/Portfile	2013-04-25 04:52:09 UTC (rev 105566)
@@ -79,14 +79,13 @@
 
 
 # Upstream only supports gcc 4.4 and newer and clang based on LLVM
-# 3.0svn and newer. The clang restriction could probably be tighter;
-# clang-77 is Apple Clang 1.7 (LLVM 2.9svn) from Xcode 3.2.6.
+# 3.0svn and newer. Allegedly.
 #
 # These are the supported compilers that produce correct output on
 # OS X 10.8.3 (i.e., the final product passes upstream's test suite).
 compiler.whitelist  clang macports-clang-3.2 \
                     macports-gcc-4.7 macports-gcc-4.6 macports-gcc-4.5
-compiler.blacklist  {clang <= 77}
+compiler.blacklist  {clang < 425}
 
 patch.pre_args          -p1
 patchfiles              patch-configure.diff
@@ -142,7 +141,6 @@
                     CC=${configure.cc} \
                     CXX=${configure.cxx} \
                     CPP=${configure.cc}
-use_parallel_build  no
 
 # TODO: Add path-style dependency on python, whenever test dependencies
 # are implemented (#38208). Not critical, since all supported versions
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130424/23ad4748/attachment.html>


More information about the macports-changes mailing list