[69885] trunk/dports/aqua

ryandesign at macports.org ryandesign at macports.org
Mon Jul 19 20:56:00 PDT 2010


Revision: 69885
          http://trac.macports.org/changeset/69885
Author:   ryandesign at macports.org
Date:     2010-07-19 20:55:59 -0700 (Mon, 19 Jul 2010)
Log Message:
-----------
qt4-mac, qt4-mac-devel: clarify in missing-SDK error message where the missing SDK was expected to have been located

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 03:49:16 UTC (rev 69884)
+++ trunk/dports/aqua/qt4-mac/Portfile	2010-07-20 03:55:59 UTC (rev 69885)
@@ -226,7 +226,7 @@
         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 ; \
+            ui_msg "No SDK found in ${developer_dir}/SDKs for 10.5 ; \
 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 03:49:16 UTC (rev 69884)
+++ trunk/dports/aqua/qt4-mac-devel/Portfile	2010-07-20 03:55:59 UTC (rev 69885)
@@ -228,7 +228,7 @@
         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 ; \
+            ui_msg "No SDK found in ${developer_dir}/SDKs for 10.5 ; \
 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/dbe40b1f/attachment-0001.html>


More information about the macports-changes mailing list