Pretty sure this has to be grouped with quotation marks or braces. As it is, 
base will blacklist any compilers matching the patterns "llvm-gcc-4.2", "=", 
and "2336.1.00". Needless to say, there are no compilers matching the latter 
two patterns.

vq

On Oct 16, 2014, at 1:14 PM, davidnich...@macports.org wrote:

> Revision
> 126854
> Author
> davidnich...@macports.org
> Date
> 2014-10-16 10:14:38 -0700 (Thu, 16 Oct 2014)
> Log Message
> 
> fixed typo
> Modified Paths
> 
> trunk/dports/devel/mpfr/Portfile
> Diff
> 
> Modified: trunk/dports/devel/mpfr/Portfile (126853 => 126854)
> 
> --- trunk/dports/devel/mpfr/Portfile  2014-10-16 17:07:56 UTC (rev 126853)
> +++ trunk/dports/devel/mpfr/Portfile  2014-10-16 17:14:38 UTC (rev 126854)
> @@ -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  lvm-gcc-4.2 = 2336.1.00
> +compiler.blacklist  llvm-gcc-4.2 = 2336.1.00
>  
>  test.run            yes
>  test.target         check
> _______________________________________________
> macports-changes mailing list
> macports-chan...@lists.macosforge.org
> https://lists.macosforge.org/mailman/listinfo/macports-changes

_______________________________________________
macports-dev mailing list
macports-dev@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-dev

Reply via email to