[31944] trunk/base

jmpp at macports.org jmpp at macports.org
Wed Dec 12 08:37:44 PST 2007


Revision: 31944
          http://trac.macosforge.org/projects/macports/changeset/31944
Author:   jmpp at macports.org
Date:     2007-12-12 08:37:42 -0800 (Wed, 12 Dec 2007)

Log Message:
-----------
Bring our warnings about outdated Mac OS X & Xcode Tools releases up to date.

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

Modified: trunk/base/configure
===================================================================
--- trunk/base/configure	2007-12-12 16:30:18 UTC (rev 31943)
+++ trunk/base/configure	2007-12-12 16:37:42 UTC (rev 31944)
@@ -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-8])
+  10.1.[0-4]|10.2.[0-7]|10.3.[0-8]|10.4.[0-10])
     { 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-3]*)
+  1.[2-4]*|2.[2-4]*)
     { 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" >&5
-echo "$as_me: WARNING: Please consider upgrading" >&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.4*|3.*)
+  1.5*|2.5*|3.*)
         ;;
   *)
     ;;

Modified: trunk/base/configure.ac
===================================================================
--- trunk/base/configure.ac	2007-12-12 16:30:18 UTC (rev 31943)
+++ trunk/base/configure.ac	2007-12-12 16:37:42 UTC (rev 31944)
@@ -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-8]])
+  10.1.[[0-4]]|10.2.[[0-7]]|10.3.[[0-8]]|10.4.[[0-10]])
     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-3]]*)
+  1.[[2-4]]*|2.[[2-4]]*)
     AC_WARN(This version of Xcode Tools is out of date)
-    AC_WARN(Please consider upgrading, some ports fail)
+    AC_WARN(Please consider upgrading as some ports fail compiling)
     ;;
-  1.5*|2.4*|3.*)
+  1.5*|2.5*|3.*)
     dnl Supported version
     ;;
   *)

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


More information about the macports-changes mailing list