[125002] trunk/dports/science/ifeffit/Portfile
David Evans
devans at macports.org
Fri Sep 12 15:20:21 PDT 2014
On 9/2/14 7:40 AM, mf2k at macports.org wrote:
> [125002] trunk/dports/science/ifeffit/Portfile
>
> Revision
> 125002 <https://trac.macports.org/changeset/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
> <#trunkdportsscienceifeffitPortfile>
>
>
> 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.
Dave
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-dev/attachments/20140912/26f84883/attachment.html>
More information about the macports-dev
mailing list