[112590] trunk/base
jmr at macports.org
jmr at macports.org
Sun Oct 27 11:15:39 PDT 2013
Revision: 112590
https://trac.macports.org/changeset/112590
Author: jmr at macports.org
Date: 2013-10-27 11:15:39 -0700 (Sun, 27 Oct 2013)
Log Message:
-----------
update OS and Xcode versions
Modified Paths:
--------------
trunk/base/configure
trunk/base/configure.ac
trunk/base/src/port1.0/portutil.tcl
Modified: trunk/base/configure
===================================================================
--- trunk/base/configure 2013-10-27 18:05:32 UTC (rev 112589)
+++ trunk/base/configure 2013-10-27 18:15:39 UTC (rev 112590)
@@ -2953,13 +2953,13 @@
as_fn_error $? "This version of Mac OS X is not supported
Please upgrade at http://store.apple.com/" "$LINENO" 5
;;
- 10.4.[0-9]|10.4.10|10.5.[0-7]|10.6.[0-7]|10.7.[0-4]|10.8.[0-3])
+ 10.4.[0-9]|10.4.10|10.5.[0-7]|10.6.[0-7]|10.7.[0-4]|10.8.[0-4])
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: This version of Mac OS X is out of date" >&5
$as_echo "$as_me: WARNING: This version of Mac OS X is out of date" >&2;}
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Please run Software Update to update it" >&5
$as_echo "$as_me: WARNING: Please run Software Update to update it" >&2;}
;;
- 10.4*|10.5*|10.6*|10.7*|10.8*)
+ 10.4*|10.5*|10.6*|10.7*|10.8*|10.9*)
;;
*)
;;
Modified: trunk/base/configure.ac
===================================================================
--- trunk/base/configure.ac 2013-10-27 18:05:32 UTC (rev 112589)
+++ trunk/base/configure.ac 2013-10-27 18:15:39 UTC (rev 112590)
@@ -32,11 +32,11 @@
AC_MSG_ERROR([This version of Mac OS X is not supported
Please upgrade at http://store.apple.com/])
;;
- 10.4.[[0-9]]|10.4.10|10.5.[[0-7]]|10.6.[[0-7]]|10.7.[[0-4]]|10.8.[[0-3]])
+ 10.4.[[0-9]]|10.4.10|10.5.[[0-7]]|10.6.[[0-7]]|10.7.[[0-4]]|10.8.[[0-4]])
AC_MSG_WARN([This version of Mac OS X is out of date])
AC_MSG_WARN([Please run Software Update to update it])
;;
- 10.4*|10.5*|10.6*|10.7*|10.8*)
+ 10.4*|10.5*|10.6*|10.7*|10.8*|10.9*)
dnl Supported version
;;
*)
Modified: trunk/base/src/port1.0/portutil.tcl
===================================================================
--- trunk/base/src/port1.0/portutil.tcl 2013-10-27 18:05:32 UTC (rev 112589)
+++ trunk/base/src/port1.0/portutil.tcl 2013-10-27 18:15:39 UTC (rev 112590)
@@ -3076,13 +3076,18 @@
10.7 {
set min 4.1
set ok 4.1
- set rec 4.6.2
+ set rec 4.6.3
}
- default {
+ 10.8 {
set min 4.4
set ok 4.4
- set rec 4.6.2
+ set rec 4.6.3
}
+ default {
+ set min 5.0.1
+ set ok 5.0.1
+ set rec 5.0.1
+ }
}
if {$xcodeversion == "none"} {
ui_warn "Xcode does not appear to be installed; most ports will likely fail to build."
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20131027/5221e512/attachment.html>
More information about the macports-changes
mailing list