[31949] trunk/base

jmpp at macports.org jmpp at macports.org
Wed Dec 12 09:12:54 PST 2007


Revision: 31949
          http://trac.macosforge.org/projects/macports/changeset/31949
Author:   jmpp at macports.org
Date:     2007-12-12 09:12:52 -0800 (Wed, 12 Dec 2007)

Log Message:
-----------

Roll back part of r31944. Anders, the author of the checks, feels 10.4.[10-11] are not yet trustable
so we shouldn't encourage to upgrade to those; and Xcode 2.5 is just a Leopard compatibily upgrade,
a very hefty one in megabytes, so no need to encourage that either.

Modified Paths:
--------------
    trunk/base/configure
    trunk/base/configure.ac

Modified: trunk/base/configure
===================================================================
--- trunk/base/configure	2007-12-12 17:12:06 UTC (rev 31948)
+++ trunk/base/configure	2007-12-12 17:12:52 UTC (rev 31949)
@@ -2106,7 +2106,7 @@
     { echo "$as_me:$LINENO: WARNING: Please upgrade at http://store.apple.com/" >&5
 echo "$as_me: WARNING: Please upgrade at http://store.apple.com/" >&2;}
     ;;
-  10.1.[0-4]|10.2.[0-7]|10.3.[0-8]|10.4.[0-10])
+  10.1.[0-4]|10.2.[0-7]|10.3.[0-8]|10.4.[0-8])
     { echo "$as_me:$LINENO: WARNING: This version of Mac OS X is out of date" >&5
 echo "$as_me: WARNING: This version of Mac OS X is out of date" >&2;}
     { echo "$as_me:$LINENO: WARNING: Please run Software Update to update it" >&5
@@ -2134,13 +2134,13 @@
     { echo "$as_me:$LINENO: WARNING: Please upgrade at http://connect.apple.com/" >&5
 echo "$as_me: WARNING: Please upgrade at http://connect.apple.com/" >&2;}
     ;;
-  1.[2-4]*|2.[2-4]*)
+  1.[2-4]*|2.[2-3]*)
     { echo "$as_me:$LINENO: WARNING: This version of Xcode Tools is out of date" >&5
 echo "$as_me: WARNING: This version of Xcode Tools is out of date" >&2;}
     { echo "$as_me:$LINENO: WARNING: Please consider upgrading as some ports fail compiling" >&5
 echo "$as_me: WARNING: Please consider upgrading as some ports fail compiling" >&2;}
     ;;
-  1.5*|2.5*|3.*)
+  1.5*|2.4*|3.*)
         ;;
   *)
     ;;

Modified: trunk/base/configure.ac
===================================================================
--- trunk/base/configure.ac	2007-12-12 17:12:06 UTC (rev 31948)
+++ trunk/base/configure.ac	2007-12-12 17:12:52 UTC (rev 31949)
@@ -21,7 +21,7 @@
     AC_WARN(This version of Mac OS X is not supported)
     AC_WARN(Please upgrade at http://store.apple.com/)
     ;;
-  10.1.[[0-4]]|10.2.[[0-7]]|10.3.[[0-8]]|10.4.[[0-10]])
+  10.1.[[0-4]]|10.2.[[0-7]]|10.3.[[0-8]]|10.4.[[0-8]])
     AC_WARN(This version of Mac OS X is out of date)
     AC_WARN(Please run Software Update to update it)
     ;;
@@ -44,11 +44,11 @@
     AC_WARN(This version of Xcode Tools is not supported)
     AC_WARN(Please upgrade at http://connect.apple.com/)
     ;;
-  1.[[2-4]]*|2.[[2-4]]*)
+  1.[[2-4]]*|2.[[2-3]]*)
     AC_WARN(This version of Xcode Tools is out of date)
     AC_WARN(Please consider upgrading as some ports fail compiling)
     ;;
-  1.5*|2.5*|3.*)
+  1.5*|2.4*|3.*)
     dnl Supported version
     ;;
   *)

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071212/247cee49/attachment.html


More information about the macports-changes mailing list