[115338] trunk/dports/x11/xtide/Portfile
Joshua Root
jmr at macports.org
Tue Dec 31 10:06:50 PST 2013
On 2014-1-1 04:29 , Ryan Schmidt wrote:
>
> On Dec 31, 2013, at 05:41, jmr at macports.org wrote:
>
>> Revision
>> 115338
>> Author
>> jmr at macports.org
>> Date
>> 2013-12-31 03:41:35 -0800 (Tue, 31 Dec 2013)
>> Log Message
>>
>> xtide: fix compiler blacklist
>> Modified Paths
>>
>> • trunk/dports/x11/xtide/Portfile
>> Diff
>>
>> Modified: trunk/dports/x11/xtide/Portfile (115337 => 115338)
>>
>> --- trunk/dports/x11/xtide/Portfile 2013-12-31 11:34:55 UTC (rev 115337)
>> +++ trunk/dports/x11/xtide/Portfile 2013-12-31 11:41:35 UTC (rev 115338)
>>
>> @@ -42,7 +42,7 @@
>>
>> }
>>
>>
>>
>> # Per the configure script: "if using GCC, version 4.4 or later is required"
>>
>> - compiler.blacklist gcc-* apple-gcc-* macports-gcc-4.2 macports-gcc-4.3
>>
>> + compiler.blacklist *gcc-4.2 gcc-4.0 gcc-3.3
>
> What was wrong with the blacklist? Is it that you’re adding llvm-gcc to the blacklist?
Yes, using llvm-gcc-4.2 resulted in the same configure failure mentioned
in the comment.
> Shouldn’t macports-gcc-4.3 and apple-gcc-4.0 be blacklisted? The previous way did that.
Those aren't in the fallback lists and using a custom fallback list is
unsupported.
- Josh
More information about the macports-dev
mailing list