[106799] trunk/base

jmr at macports.org jmr at macports.org
Sat Jun 8 09:13:20 PDT 2013


Revision: 106799
          https://trac.macports.org/changeset/106799
Author:   jmr at macports.org
Date:     2013-06-08 09:13:20 -0700 (Sat, 08 Jun 2013)
Log Message:
-----------
update current 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-06-08 16:11:45 UTC (rev 106798)
+++ trunk/base/configure	2013-06-08 16:13:20 UTC (rev 106799)
@@ -638,7 +638,6 @@
 SHLIB_CFLAGS
 SHLIB_LD
 STLIB_LD
-PATHCONF
 INCLUDES
 subdirs
 SQLITE3_TCL_DIR
@@ -2955,7 +2954,7 @@
     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-1])
+  10.4.[0-9]|10.4.10|10.5.[0-7]|10.6.[0-7]|10.7.[0-4]|10.8.[0-3])
     { $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
@@ -10068,7 +10067,6 @@
 
 
 
-
 # misc variables that need to be expanded for substitution into tcl
 
 oldprefix=$prefix

Modified: trunk/base/configure.ac
===================================================================
--- trunk/base/configure.ac	2013-06-08 16:11:45 UTC (rev 106798)
+++ trunk/base/configure.ac	2013-06-08 16:13:20 UTC (rev 106799)
@@ -32,7 +32,7 @@
     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-1]])
+  10.4.[[0-9]]|10.4.10|10.5.[[0-7]]|10.6.[[0-7]]|10.7.[[0-4]]|10.8.[[0-3]])
     AC_MSG_WARN([This version of Mac OS X is out of date])
     AC_MSG_WARN([Please run Software Update to update it])
     ;;

Modified: trunk/base/src/port1.0/portutil.tcl
===================================================================
--- trunk/base/src/port1.0/portutil.tcl	2013-06-08 16:11:45 UTC (rev 106798)
+++ trunk/base/src/port1.0/portutil.tcl	2013-06-08 16:13:20 UTC (rev 106799)
@@ -3058,12 +3058,12 @@
             10.7 {
                 set min 4.1
                 set ok 4.1
-                set rec 4.5.2
+                set rec 4.6.2
             }
             default {
                 set min 4.4
                 set ok 4.4
-                set rec 4.5.2
+                set rec 4.6.2
             }
         }
         if {$xcodeversion == "none"} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130608/dd4347c1/attachment.html>


More information about the macports-changes mailing list