[126853] trunk/dports/devel/mpfr/Portfile

davidnichols at macports.org davidnichols at macports.org
Thu Oct 16 10:07:56 PDT 2014


Revision: 126853
          https://trac.macports.org/changeset/126853
Author:   davidnichols at macports.org
Date:     2014-10-16 10:07:56 -0700 (Thu, 16 Oct 2014)
Log Message:
-----------
blacklist only the llvm-gcc version for xcode 4.2 which causes build errors

Modified Paths:
--------------
    trunk/dports/devel/mpfr/Portfile

Modified: trunk/dports/devel/mpfr/Portfile
===================================================================
--- trunk/dports/devel/mpfr/Portfile	2014-10-16 14:24:39 UTC (rev 126852)
+++ trunk/dports/devel/mpfr/Portfile	2014-10-16 17:07:56 UTC (rev 126853)
@@ -7,12 +7,13 @@
 # it is not the same as building the archs differently
 # due to the variable HAVE_LDOUBLE_IEEE_EXT_LITTLE.
 PortGroup           muniversal 1.0
+PortGroup           compiler_blacklist_versions 1.0
 
 name                mpfr
 set base_version    3.1.2
 set patch_level     10
 version             ${base_version}-p${patch_level}
-revision            1
+revision            2
 categories          devel math
 platforms           darwin
 license             LGPL-3+
@@ -88,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
+compiler.blacklist  lvm-gcc-4.2 = 2336.1.00
 
 test.run            yes
 test.target         check
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141016/d2d7060c/attachment.html>


More information about the macports-changes mailing list