[78911] trunk/base

jmr at macports.org jmr at macports.org
Thu May 26 07:54:23 PDT 2011


Revision: 78911
          http://trac.macports.org/changeset/78911
Author:   jmr at macports.org
Date:     2011-05-26 07:54:23 -0700 (Thu, 26 May 2011)
Log Message:
-----------
update OS/Xcode version lists

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

Modified: trunk/base/configure
===================================================================
--- trunk/base/configure	2011-05-26 14:47:30 UTC (rev 78910)
+++ trunk/base/configure	2011-05-26 14:54:23 UTC (rev 78911)
@@ -823,10 +823,6 @@
 CPPFLAGS
 OBJC
 OBJCFLAGS
-LDFLAGS
-LIBS
-CPPFLAGS
-OBJC
 MTREE
 CVS
 SVN
@@ -842,9 +838,7 @@
 XAR
 OPEN
 OBJCPP
-CPPFLAGS
-CPP
-CPPFLAGS'
+CPP'
 ac_subdirs_all='src/thread2.6'
 
 # Initialize some variables set by options.
@@ -2923,13 +2917,13 @@
     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-3])
+  10.4.[0-9]|10.4.10|10.5.[0-7]|10.6.[0-6])
     { $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
 $as_echo "$as_me: WARNING: Please run Software Update to update it" >&2;}
     ;;
-  10.4*|10.5*|10.6*)
+  10.4*|10.5*|10.6*|10.7*)
         ;;
   *)
     ;;
@@ -2973,7 +2967,7 @@
     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Please consider upgrading as some ports fail compiling" >&5
 $as_echo "$as_me: WARNING: Please consider upgrading as some ports fail compiling" >&2;}
     ;;
-  2.*|3.*)
+  2.*|3.*|4.*)
         ;;
   *)
     ;;

Modified: trunk/base/configure.ac
===================================================================
--- trunk/base/configure.ac	2011-05-26 14:47:30 UTC (rev 78910)
+++ trunk/base/configure.ac	2011-05-26 14:54:23 UTC (rev 78911)
@@ -32,11 +32,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-3]])
+  10.4.[[0-9]]|10.4.10|10.5.[[0-7]]|10.6.[[0-6]])
     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.4*|10.5*|10.6*|10.7*)
     dnl Supported version
     ;;
   *)
@@ -73,7 +73,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.*)
+  2.*|3.*|4.*)
     dnl Supported version
     ;;
   *)

Modified: trunk/base/src/port1.0/portutil.tcl
===================================================================
--- trunk/base/src/port1.0/portutil.tcl	2011-05-26 14:47:30 UTC (rev 78910)
+++ trunk/base/src/port1.0/portutil.tcl	2011-05-26 14:54:23 UTC (rev 78911)
@@ -2671,7 +2671,7 @@
             default {
                 set min 3.2
                 set ok 3.2
-                set rec 3.2.4
+                set rec 3.2.6
             }
         }
         if {$xcodeversion == "none"} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110526/86c055a7/attachment.html>


More information about the macports-changes mailing list