[125002] trunk/dports/science/ifeffit/Portfile

Frank Schima mf2k at macports.org
Fri Sep 12 15:25:21 PDT 2014


On Sep 12, 2014, at 4:20 PM, David Evans <devans at macports.org> wrote:

> On 9/2/14 7:40 AM, mf2k at macports.org wrote:
>> Revision
>> 125002
>> Author
>> mf2k at macports.org
>> Date
>> 2014-09-02 07:40:57 -0700 (Tue, 02 Sep 2014)
>> Log Message
>> 
>> ifeffit: Change default gcc to 4.9 due to bug with gcc48. See #44631.
>> Modified Paths
>> 
>> trunk/dports/science/ifeffit/Portfile
>> Diff
>> 
>> Modified: trunk/dports/science/ifeffit/Portfile (125001 => 125002)
>> 
>> --- trunk/dports/science/ifeffit/Portfile	2014-09-02 14:34:08 UTC (rev 125001)
>> +++ trunk/dports/science/ifeffit/Portfile	2014-09-02 14:40:57 UTC (rev 125002)
>> @@ -56,5 +56,5 @@
>>  }
>>  
>>  if {![variant_isset gcc45] && ![variant_isset gcc46] && ![variant_isset gcc47] && ![variant_isset gcc49]} {
>> -    default_variants    +gcc48
>> +    default_variants    +gcc49
>>  }
>> 
>> 
>> _______________________________________________
>> macports-changes mailing list
>> macports-changes at lists.macosforge.org
>> https://lists.macosforge.org/mailman/listinfo/macports-changes
> Frank --
> 
> This fails to upgrade if +gcc48 is installed due to variant conflict:
> 
> Error: ifeffit: Variant gcc48 conflicts with gcc49
> Error: Unable to open port: Error evaluating variants
> 
> Need to check if gcc48 is set before setting default_variants +gcc49 (or remove the +gcc48 variant altogether).
> 
> Typo, I think.

Yes definitely. Fixed in r125304. Thanks for spotting this!


-Frank

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-dev/attachments/20140912/fe2bc00b/attachment-0001.html>


More information about the macports-dev mailing list