[55595] branches/release_1_8

jmr at macports.org jmr at macports.org
Fri Aug 14 04:29:07 PDT 2009


Revision: 55595
          http://trac.macports.org/changeset/55595
Author:   jmr at macports.org
Date:     2009-08-14 04:29:07 -0700 (Fri, 14 Aug 2009)
Log Message:
-----------
merge r55594 from trunk:
 configure.ac: Xcode 1.x is unsupported along with Panther

Revision Links:
--------------
    http://trac.macports.org/changeset/55594

Modified Paths:
--------------
    branches/release_1_8/base/configure
    branches/release_1_8/base/configure.ac

Property Changed:
----------------
    branches/release_1_8/
    branches/release_1_8/base/


Property changes on: branches/release_1_8
___________________________________________________________________
Modified: svn:mergeinfo
   - /trunk:55268,55279,55281,55285,55317,55385,55417,55591
   + /trunk:55268,55279,55281,55285,55317,55385,55417,55591,55594


Property changes on: branches/release_1_8/base
___________________________________________________________________
Modified: svn:mergeinfo
   - /branches/gsoc08-privileges/base:37343-46937
/branches/universal-sanity/base:51872-52323
/branches/variant-descs-14482/base:34469-34855,34900-37508,37511-37512,41040-41463,42575-42626,42640-42659
/trunk/base:55268,55279,55281,55285,55317,55385,55417,55591
/users/perry/base-bugs_and_notes:45682-46060
/users/perry/base-select:44044-44692
   + /branches/gsoc08-privileges/base:37343-46937
/branches/universal-sanity/base:51872-52323
/branches/variant-descs-14482/base:34469-34855,34900-37508,37511-37512,41040-41463,42575-42626,42640-42659
/trunk/base:55268,55279,55281,55285,55317,55385,55417,55591,55594
/users/perry/base-bugs_and_notes:45682-46060
/users/perry/base-select:44044-44692

Modified: branches/release_1_8/base/configure
===================================================================
--- branches/release_1_8/base/configure	2009-08-14 11:17:38 UTC (rev 55594)
+++ branches/release_1_8/base/configure	2009-08-14 11:29:07 UTC (rev 55595)
@@ -2927,19 +2927,19 @@
 fi
 
 case "$XCODE_VERSION" in
-  1.[0-1]*|2.[0-1]*)
+  1.*|2.[0-1]*)
     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: This version of Xcode Tools is not supported" >&5
 $as_echo "$as_me: WARNING: This version of Xcode Tools is not supported" >&2;}
     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Please upgrade at http://connect.apple.com/" >&5
 $as_echo "$as_me: WARNING: Please upgrade at http://connect.apple.com/" >&2;}
     ;;
-  1.[2-4]*|2.[2-3]*|3.[0]*)
+  2.[2-3]*|3.[0]*)
     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: This version of Xcode Tools is out of date" >&5
 $as_echo "$as_me: WARNING: This version of Xcode Tools is out of date" >&2;}
     { $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;}
     ;;
-  1.5*|2.*|3.*)
+  2.*|3.*)
         ;;
   *)
     ;;

Modified: branches/release_1_8/base/configure.ac
===================================================================
--- branches/release_1_8/base/configure.ac	2009-08-14 11:17:38 UTC (rev 55594)
+++ branches/release_1_8/base/configure.ac	2009-08-14 11:29:07 UTC (rev 55595)
@@ -65,15 +65,15 @@
 fi
 
 case "$XCODE_VERSION" in
-  1.[[0-1]]*|2.[[0-1]]*)
+  1.*|2.[[0-1]]*)
     AC_MSG_WARN([This version of Xcode Tools is not supported])
     AC_MSG_WARN([Please upgrade at http://connect.apple.com/])
     ;;
-  1.[[2-4]]*|2.[[2-3]]*|3.[[0]]*)
+  2.[[2-3]]*|3.[[0]]*)
     AC_MSG_WARN([This version of Xcode Tools is out of date])
     AC_MSG_WARN([Please consider upgrading as some ports fail compiling])
     ;;
-  1.5*|2.*|3.*)
+  2.*|3.*)
     dnl Supported version
     ;;
   *)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090814/be3d149c/attachment.html>


More information about the macports-changes mailing list