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

sean at macports.org sean at macports.org
Mon May 11 12:40:43 PDT 2015


Revision: 136118
          https://trac.macports.org/changeset/136118
Author:   sean at macports.org
Date:     2015-05-11 12:40:43 -0700 (Mon, 11 May 2015)
Log Message:
-----------
compilers-1.0: add gcc5 and gcc6; fixes #47553

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-05-11 19:40:41 UTC (rev 136117)
+++ trunk/dports/_resources/port1.0/group/compilers-1.0.tcl	2015-05-11 19:40:43 UTC (rev 136118)
@@ -51,8 +51,8 @@
 
 set compilers.list {cc cxx cpp objc fc f77 f90}
 
-# build database of gcc 4{4..9} compiler attributes
-set gcc_versions {44 45 46 47 48 49}
+# build database of gcc {4{4..9} 5 6} compiler attributes
+set gcc_versions {44 45 46 47 48 49 5 6}
 foreach v ${gcc_versions} {
     # if the string is more than one character insert a '.' into it: e.g 49 -> 4.9
     set version $v
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150511/82e62dff/attachment.html>


More information about the macports-changes mailing list