[131737] trunk/dports/_resources/port1.0/group/compilers-1.0.tcl

dstrubbe at macports.org dstrubbe at macports.org
Fri Jan 16 11:52:51 PST 2015


Revision: 131737
          https://trac.macports.org/changeset/131737
Author:   dstrubbe at macports.org
Date:     2015-01-16 11:52:51 -0800 (Fri, 16 Jan 2015)
Log Message:
-----------
compilers portgroup: Bugfix to check of equivalence for gfortran variant. It is now gcc49 not gcc48.

Modified Paths:
--------------
    trunk/dports/_resources/port1.0/group/compilers-1.0.tcl

Modified: trunk/dports/_resources/port1.0/group/compilers-1.0.tcl
===================================================================
--- trunk/dports/_resources/port1.0/group/compilers-1.0.tcl	2015-01-16 18:03:52 UTC (rev 131736)
+++ trunk/dports/_resources/port1.0/group/compilers-1.0.tcl	2015-01-16 19:52:51 UTC (rev 131737)
@@ -450,9 +450,9 @@
             set otf  [fortran_active_variant_name $portname]
             set myf  [fortran_variant_name]
 
-            # gfortran is nothing more than the fortran compiler from gcc48
+            # gfortran is nothing more than the fortran compiler from gcc49
             set equiv 0
-            if {($otf eq "gcc48" || $otf eq "gfortran") && ($myf eq "gcc48" || $myf eq "gfortran")} {
+            if {($otf eq "gcc49" || $otf eq "gfortran") && ($myf eq "gcc49" || $myf eq "gfortran")} {
                 set equiv 1
             }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150116/bbe8ee46/attachment.html>


More information about the macports-changes mailing list