[126909] trunk/dports/devel/mpfr/Portfile
davidnichols at macports.org
davidnichols at macports.org
Thu Oct 16 22:20:10 PDT 2014
Revision: 126909
https://trac.macports.org/changeset/126909
Author: davidnichols at macports.org
Date: 2014-10-16 22:20:10 -0700 (Thu, 16 Oct 2014)
Log Message:
-----------
blacklist clang with Xcode 4.2 - I hope this is finally correct, and I would urge anyone with more knowledge of macports ports system and who understands what I'm trying to do to please just fix any problems with the Portfile directly in case it's still not correct - my goal was simply to ensure that mpfr is built with threading enabled - I think it was a mistake to workaround a bug in clang with Xcode 4.2 by compiling this library with threading support disabled, thereby rendering any dependent program or library non-thread-safe as well
Modified Paths:
--------------
trunk/dports/devel/mpfr/Portfile
Modified: trunk/dports/devel/mpfr/Portfile
===================================================================
--- trunk/dports/devel/mpfr/Portfile 2014-10-17 03:14:55 UTC (rev 126908)
+++ trunk/dports/devel/mpfr/Portfile 2014-10-17 05:20:10 UTC (rev 126909)
@@ -13,7 +13,7 @@
set base_version 3.1.2
set patch_level 10
version ${base_version}-p${patch_level}
-revision 2
+revision 3
categories devel math
platforms darwin
license LGPL-3+
@@ -89,7 +89,7 @@
# Xcode 4.2, the generic fix is to pass --disable-thread-safe to configure, however this will break
# any project that requires a thread-safe mpfr library, therefore the Xcode 4.2 compiler is
# blacklisted here
-compiler.blacklist llvm-gcc-4.2 = 2336.1.00
+compiler.blacklist {clang == 211.10.1}
test.run yes
test.target check
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141016/7ddd8f4e/attachment.html>
More information about the macports-changes
mailing list