[55594] trunk/base
jmr at macports.org
jmr at macports.org
Fri Aug 14 04:17:40 PDT 2009
Revision: 55594
http://trac.macports.org/changeset/55594
Author: jmr at macports.org
Date: 2009-08-14 04:17:38 -0700 (Fri, 14 Aug 2009)
Log Message:
-----------
configure.ac: Xcode 1.x is unsupported along with Panther
Modified Paths:
--------------
trunk/base/configure
trunk/base/configure.ac
Modified: trunk/base/configure
===================================================================
--- trunk/base/configure 2009-08-14 11:07:30 UTC (rev 55593)
+++ trunk/base/configure 2009-08-14 11:17:38 UTC (rev 55594)
@@ -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: trunk/base/configure.ac
===================================================================
--- trunk/base/configure.ac 2009-08-14 11:07:30 UTC (rev 55593)
+++ trunk/base/configure.ac 2009-08-14 11:17:38 UTC (rev 55594)
@@ -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/9fbb1dc3/attachment.html>
More information about the macports-changes
mailing list