On Oct 25, 2007, at 01:50, [EMAIL PROTECTED] wrote:
Revision: 30338
http://trac.macosforge.org/projects/macports/changeset/30338
Author: [EMAIL PROTECTED]
Date: 2007-10-24 23:50:15 -0700 (Wed, 24 Oct 2007)
Log Message:
-----------
issue warning for old versions of Mac OS X and Xcode
Modified Paths:
--------------
trunk/base/configure
trunk/base/configure.ac
Modified: trunk/base/configure
===================================================================
--- trunk/base/configure 2007-10-25 05:25:18 UTC (rev 30337)
+++ trunk/base/configure 2007-10-25 06:50:15 UTC (rev 30338)
@@ -2096,6 +2096,25 @@
echo "${ECHO_T}$MACOSX_VERSION" >&6; }
fi
+case "$MACOSX_VERSION" in
+ 10.0*|10.1*|10.2*)
+ { echo "$as_me:$LINENO: WARNING: This version of Mac OS X is
not supported" >&5
+echo "$as_me: WARNING: This version of Mac OS X is not supported"
>&2;}
+ { 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])
+ { 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
+echo "$as_me: WARNING: Please run Software Update to update it" >&2;}
[snip]
Shouldn't 10.4.9 be indicated as out-of-date too? We're currently on
10.4.10.
_______________________________________________
macports-dev mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo/macports-dev