Modified: branches/release_2_0/base/src/port1.0/portutil.tcl (90108 => 90109)
--- branches/release_2_0/base/src/port1.0/portutil.tcl 2012-02-22 07:04:21 UTC (rev 90108)
+++ branches/release_2_0/base/src/port1.0/portutil.tcl 2012-02-22 07:26:15 UTC (rev 90109)
@@ -2733,6 +2733,9 @@
}
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 "You downloaded Xcode from the Mac App Store but didn't install it. Run \"Install Xcode\" in the /Applications folder."
+ }
} elseif {[rpm-vercomp $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}."
return 1