[126868] trunk/base

jmr at macports.org jmr at macports.org
Thu Oct 16 11:36:52 PDT 2014


Revision: 126868
          https://trac.macports.org/changeset/126868
Author:   jmr at macports.org
Date:     2014-10-16 11:36:52 -0700 (Thu, 16 Oct 2014)
Log Message:
-----------
update current OS and Xcode versions

Modified Paths:
--------------
    trunk/base/configure.ac
    trunk/base/src/port1.0/portutil.tcl

Modified: trunk/base/configure.ac
===================================================================
--- trunk/base/configure.ac	2014-10-16 18:29:19 UTC (rev 126867)
+++ trunk/base/configure.ac	2014-10-16 18:36:52 UTC (rev 126868)
@@ -33,11 +33,11 @@
     AC_MSG_ERROR([This version of Mac OS X is not supported
                   Please upgrade at http://store.apple.com/])
     ;;
-  10.4.[[0-9]]|10.4.10|10.5.[[0-7]]|10.6.[[0-7]]|10.7.[[0-4]]|10.8.[[0-4]])
+  10.4.[[0-9]]|10.4.10|10.5.[[0-7]]|10.6.[[0-7]]|10.7.[[0-4]]|10.8.[[0-4]]|10.9.[[0-4]])
     AC_MSG_WARN([This version of Mac OS X is out of date])
     AC_MSG_WARN([Please run Software Update to update it])
     ;;
-  10.4*|10.5*|10.6*|10.7*|10.8*|10.9*)
+  10.4*|10.5*|10.6*|10.7*|10.8*|10.9*|10.10*)
     dnl Supported version
     ;;
   *)
@@ -87,7 +87,7 @@
     AC_MSG_WARN([This version of Xcode Tools is out of date])
     AC_MSG_WARN([Please consider upgrading as some ports fail compiling])
     ;;
-  2.*|3.*|4.*|5.*)
+  2.*|3.*|4.*|5.*|6.*)
     dnl Supported version
     ;;
   *)

Modified: trunk/base/src/port1.0/portutil.tcl
===================================================================
--- trunk/base/src/port1.0/portutil.tcl	2014-10-16 18:29:19 UTC (rev 126867)
+++ trunk/base/src/port1.0/portutil.tcl	2014-10-16 18:36:52 UTC (rev 126868)
@@ -3245,11 +3245,16 @@
                 set ok 4.4
                 set rec 4.6.3
             }
-            default {
+            10.9 {
                 set min 5.0.1
                 set ok 5.0.1
-                set rec 5.0.1
+                set rec 6.0.1
             }
+            default {
+                set min 6.1
+                set ok 6.1
+                set rec 6.1
+            }
         }
         if {$xcodeversion eq "none"} {
             ui_warn "Xcode does not appear to be installed; most ports will likely fail to build."
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141016/ac90ee49/attachment.html>


More information about the macports-changes mailing list