[31951] branches/release_1_6/base
jmpp at macports.org
jmpp at macports.org
Wed Dec 12 09:20:17 PST 2007
Revision: 31951
http://trac.macosforge.org/projects/macports/changeset/31951
Author: jmpp at macports.org
Date: 2007-12-12 09:20:15 -0800 (Wed, 12 Dec 2007)
Log Message:
-----------
Merged revisions 31493-31494,31497-31499,31501-31518,31523-31561,31563-31564,31566-31599,31601-31617,31619-31639,31643-31668,31670,31672-31678,31682-31770,31772-31775,31777-31785,31787-31793,31795-31803,31806,31808-31820,31822,31824-31890,31892-31906,31909-31924,31926-31940,31942,31945,31947-31950 via svnmerge from
http://svn.macports.org/repository/macports/trunk/base
........
r31949 | jmpp at macports.org | 2007-12-12 13:12:52 -0400 (Wed, 12 Dec 2007) | 6 lines
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:
--------------
branches/release_1_6/base/configure
branches/release_1_6/base/configure.ac
Property Changed:
----------------
branches/release_1_6/base/
Property changes on: branches/release_1_6/base
___________________________________________________________________
Name: svnmerge-integrated
- /trunk/base:1-31490,31493-31494,31497-31499,31501-31519,31521-31599,31601-31770,31772-31906,31909-31944
+ /trunk/base:1-31490,31493-31494,31497-31499,31501-31519,31521-31599,31601-31770,31772-31906,31909-31945,31947-31950
Modified: branches/release_1_6/base/configure
===================================================================
--- branches/release_1_6/base/configure 2007-12-12 17:15:54 UTC (rev 31950)
+++ branches/release_1_6/base/configure 2007-12-12 17:20:15 UTC (rev 31951)
@@ -2105,7 +2105,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
@@ -2133,13 +2133,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: branches/release_1_6/base/configure.ac
===================================================================
--- branches/release_1_6/base/configure.ac 2007-12-12 17:15:54 UTC (rev 31950)
+++ branches/release_1_6/base/configure.ac 2007-12-12 17:20:15 UTC (rev 31951)
@@ -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/7fd89884/attachment-0001.html
More information about the macports-changes
mailing list