[69883] trunk/dports/aqua

michaelld at macports.org michaelld at macports.org
Mon Jul 19 20:24:32 PDT 2010


Revision: 69883
          http://trac.macports.org/changeset/69883
Author:   michaelld at macports.org
Date:     2010-07-19 20:24:29 -0700 (Mon, 19 Jul 2010)
Log Message:
-----------
Moved from hard-coded "/Developer" to ${developer_dir}.  Removed
unknown SQL driver "sqlite_symbian" (even though it is referenced in
Qt's 'configure').

Modified Paths:
--------------
    trunk/dports/aqua/qt4-mac/Portfile
    trunk/dports/aqua/qt4-mac-devel/Portfile

Modified: trunk/dports/aqua/qt4-mac/Portfile
===================================================================
--- trunk/dports/aqua/qt4-mac/Portfile	2010-07-20 02:26:10 UTC (rev 69882)
+++ trunk/dports/aqua/qt4-mac/Portfile	2010-07-20 03:24:29 UTC (rev 69883)
@@ -113,7 +113,7 @@
 
 # Stop configure script from searching for SQL Drivers
 #    not available from MacPorts.
-foreach driver {db2 ibase oci sqlite_symbian tds} {
+foreach driver {db2 ibase oci tds} {
     configure.args-append -no-sql-${driver}
 }
 
@@ -223,8 +223,8 @@
 # but only if not (doing universal and the universal sysroot is set)
 platform darwin 9 {
     if {![variant_isset universal] || ![info exists universal_sysroot]} {
-        if {[file exists /Developer/SDKs/MacOSX10.5.sdk]} {
-            configure.args-append -sdk /Developer/SDKs/MacOSX10.5.sdk
+        if {[file exists ${developer_dir}/SDKs/MacOSX10.5.sdk]} {
+            configure.args-append -sdk ${developer_dir}/SDKs/MacOSX10.5.sdk
         } else {
             ui_msg "No SDK found in Developer/SDKs for 10.5 ; \
 configure will probably fail. \n \
@@ -241,10 +241,10 @@
     # use the 10.6 SDK for 10.6, but only if not (doing universal and
     # the universal sysroot is set)
     if {![variant_isset universal] || ![info exists universal_sysroot]} {
-        if {[file exists /Developer/SDKs/MacOSX10.6.sdk]} {
-            configure.args-append -sdk /Developer/SDKs/MacOSX10.6.sdk
+        if {[file exists ${developer_dir}/SDKs/MacOSX10.6.sdk]} {
+            configure.args-append -sdk ${developer_dir}/SDKs/MacOSX10.6.sdk
         } else {
-            ui_msg "No SDK found in /Developer/SDKs for 10.6 ; \
+            ui_msg "No SDK found in ${developer_dir}/SDKs for 10.6 ; \
 configure will probably fail. \n \
 Please install Apple's Developer Tools again."
         }

Modified: trunk/dports/aqua/qt4-mac-devel/Portfile
===================================================================
--- trunk/dports/aqua/qt4-mac-devel/Portfile	2010-07-20 02:26:10 UTC (rev 69882)
+++ trunk/dports/aqua/qt4-mac-devel/Portfile	2010-07-20 03:24:29 UTC (rev 69883)
@@ -225,8 +225,8 @@
 # but only if not (doing universal and the universal sysroot is set)
 platform darwin 9 {
     if {![variant_isset universal] || ![info exists universal_sysroot]} {
-        if {[file exists /Developer/SDKs/MacOSX10.5.sdk]} {
-            configure.args-append -sdk /Developer/SDKs/MacOSX10.5.sdk
+        if {[file exists ${developer_dir}/SDKs/MacOSX10.5.sdk]} {
+            configure.args-append -sdk ${developer_dir}/SDKs/MacOSX10.5.sdk
         } else {
             ui_msg "No SDK found in Developer/SDKs for 10.5 ; \
 configure will probably fail. \n \
@@ -243,10 +243,10 @@
     # use the 10.6 SDK for 10.6, but only if not (doing universal and
     # the universal sysroot is set)
     if {![variant_isset universal] || ![info exists universal_sysroot]} {
-        if {[file exists /Developer/SDKs/MacOSX10.6.sdk]} {
-            configure.args-append -sdk /Developer/SDKs/MacOSX10.6.sdk
+        if {[file exists ${developer_dir}/SDKs/MacOSX10.6.sdk]} {
+            configure.args-append -sdk ${developer_dir}/SDKs/MacOSX10.6.sdk
         } else {
-            ui_msg "No SDK found in /Developer/SDKs for 10.6 ; \
+            ui_msg "No SDK found in ${developer_dir}/SDKs for 10.6 ; \
 configure will probably fail. \n \
 Please install Apple's Developer Tools again."
         }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100719/f17eb5a4/attachment.html>


More information about the macports-changes mailing list