[102102] trunk/dports/multimedia
Jeremy Huddleston Sequoia
jeremyhu at macports.org
Mon Jan 28 10:02:10 PST 2013
On Jan 27, 2013, at 9:57 PM, Ryan Schmidt <ryandesign at macports.org> wrote:
>
> On Jan 27, 2013, at 23:45, jeremyhu at macports.org wrote:
>
>> Revision: 102102
>> https://trac.macports.org/changeset/102102
>> Author: jeremyhu at macports.org
>> Date: 2013-01-27 21:45:30 -0800 (Sun, 27 Jan 2013)
>> Log Message:
>> -----------
>> mplayer{,-devel}: Use compiler.blacklist
>>
>> Modified Paths:
>> --------------
>> trunk/dports/multimedia/MPlayer/Portfile
>> trunk/dports/multimedia/mplayer-devel/Portfile
>
>> +compiler.blacklist-append gcc-4.0
>> +if {[vercmp ${xcodeversion} 3.2] < 0} {
>> + compiler.blacklist-append gcc-4.2
>> +}
>
> Can we use the compiler_blacklist_versions portgroup here? I think it's:
>
> compiler.blacklist-append gcc-4.0 {gcc-4.2 < 5646}
Oh awesome. I thought it only worked with clang!
More information about the macports-dev
mailing list