[30477] trunk/base

source_changes at macosforge.org source_changes at macosforge.org
Sun Oct 28 16:00:12 PDT 2007


Revision: 30477
          http://trac.macosforge.org/projects/macports/changeset/30477
Author:   afb at macports.org
Date:     2007-10-28 16:00:12 -0700 (Sun, 28 Oct 2007)

Log Message:
-----------
lessen warning for newer Xcodes

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

Modified: trunk/base/configure
===================================================================
--- trunk/base/configure	2007-10-28 22:53:57 UTC (rev 30476)
+++ trunk/base/configure	2007-10-28 23:00:12 UTC (rev 30477)
@@ -2125,12 +2125,18 @@
 fi
 
 case "$XCODE_VERSION" in
-  1.[0-4]*|2.[0-3]*)
+  1.[0-1]*|2.[0-1]*)
     { echo "$as_me:$LINENO: WARNING: This version of Xcode Tools is not supported" >&5
 echo "$as_me: WARNING: This version of Xcode Tools is not supported" >&2;}
     { 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]*)
+    { 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;}
+    ;;
   1.5*|2.4*|3.*)
         ;;
   *)

Modified: trunk/base/configure.ac
===================================================================
--- trunk/base/configure.ac	2007-10-28 22:53:57 UTC (rev 30476)
+++ trunk/base/configure.ac	2007-10-28 23:00:12 UTC (rev 30477)
@@ -40,10 +40,14 @@
 fi
 
 case "$XCODE_VERSION" in
-  1.[[0-4]]*|2.[[0-3]]*)
+  1.[[0-1]]*|2.[[0-1]]*)
     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]]*)
+    AC_WARN(This version of Xcode Tools is out of date)
+    AC_WARN(Please consider upgrading, some ports fail)
+    ;;
   1.5*|2.4*|3.*)
     dnl Supported version
     ;;

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


More information about the macports-changes mailing list