[84931] trunk/base/src/port1.0/portutil.tcl

ryandesign at macports.org ryandesign at macports.org
Tue Oct 4 15:23:42 PDT 2011


Revision: 84931
          http://trac.macports.org/changeset/84931
Author:   ryandesign at macports.org
Date:     2011-10-04 15:23:41 -0700 (Tue, 04 Oct 2011)
Log Message:
-----------
portutil.tcl: change message about needing to run Install Xcode

Modified Paths:
--------------
    trunk/base/src/port1.0/portutil.tcl

Modified: trunk/base/src/port1.0/portutil.tcl
===================================================================
--- trunk/base/src/port1.0/portutil.tcl	2011-10-04 22:20:45 UTC (rev 84930)
+++ trunk/base/src/port1.0/portutil.tcl	2011-10-04 22:23:41 UTC (rev 84931)
@@ -2754,7 +2754,7 @@
         if {$xcodeversion == "none"} {
             ui_warn "Xcode does not appear to be installed; most ports will likely fail to build."
             if {[file exists "/Applications/Install\ XCode.app"]} {
-                ui_warn "If you downloaded Xcode from the Mac App Store you must run \"Install Xcode\" in your /Applications folder."
+                ui_warn "You downloaded Xcode from the Mac App Store but didn't install it. Run \"Install Xcode\" in the /Applications folder."
             }
         } elseif {[vercmp $xcodeversion $min] < 0} {
             ui_error "The installed version of Xcode (${xcodeversion}) is too old to use on the installed OS version. Version $rec or later is recommended on Mac OS X ${macosx_version}."
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111004/adad0548/attachment-0001.html>


More information about the macports-changes mailing list