Modified: trunk/dports/lang/rust/Portfile (105565 => 105566)
--- 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