[81119] trunk/base

jmr at macports.org jmr at macports.org
Mon Jul 25 15:27:56 PDT 2011


Revision: 81119
          http://trac.macports.org/changeset/81119
Author:   jmr at macports.org
Date:     2011-07-25 15:27:55 -0700 (Mon, 25 Jul 2011)
Log Message:
-----------
update supported OS and Xcode versions

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

Modified: trunk/base/configure
===================================================================
--- trunk/base/configure	2011-07-25 22:04:08 UTC (rev 81118)
+++ trunk/base/configure	2011-07-25 22:27:55 UTC (rev 81119)
@@ -2922,7 +2922,7 @@
     as_fn_error $? "This version of Mac OS X is not supported
                   Please upgrade at http://store.apple.com/" "$LINENO" 5
     ;;
-  10.4.[0-9]|10.4.10|10.5.[0-7]|10.6.[0-6])
+  10.4.[0-9]|10.4.10|10.5.[0-7]|10.6.[0-7])
     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: This version of Mac OS X is out of date" >&5
 $as_echo "$as_me: WARNING: This version of Mac OS X is out of date" >&2;}
     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Please run Software Update to update it" >&5

Modified: trunk/base/configure.ac
===================================================================
--- trunk/base/configure.ac	2011-07-25 22:04:08 UTC (rev 81118)
+++ trunk/base/configure.ac	2011-07-25 22:27:55 UTC (rev 81119)
@@ -32,7 +32,7 @@
     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-6]])
+  10.4.[[0-9]]|10.4.10|10.5.[[0-7]]|10.6.[[0-7]])
     AC_MSG_WARN([This version of Mac OS X is out of date])
     AC_MSG_WARN([Please run Software Update to update it])
     ;;

Modified: trunk/base/src/port1.0/portutil.tcl
===================================================================
--- trunk/base/src/port1.0/portutil.tcl	2011-07-25 22:04:08 UTC (rev 81118)
+++ trunk/base/src/port1.0/portutil.tcl	2011-07-25 22:27:55 UTC (rev 81119)
@@ -2689,11 +2689,16 @@
                 set ok 3.1
                 set rec 3.1.4
             }
-            default {
+            10.6 {
                 set min 3.2
                 set ok 3.2
                 set rec 3.2.6
             }
+            default {
+                set min 4.1
+                set ok 4.1
+                set rec 4.1
+            }
         }
         if {$xcodeversion == "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: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110725/ee59b15b/attachment.html>


More information about the macports-changes mailing list