[78546] trunk/dports/_resources/port1.0/group/xcodeversion-1.0.tcl

ryandesign at macports.org ryandesign at macports.org
Wed May 11 06:05:47 PDT 2011


Revision: 78546
          http://trac.macports.org/changeset/78546
Author:   ryandesign at macports.org
Date:     2011-05-11 06:05:45 -0700 (Wed, 11 May 2011)
Log Message:
-----------
xcodeversion-1.0.tcl: tell user where to get new version of Xcode

Modified Paths:
--------------
    trunk/dports/_resources/port1.0/group/xcodeversion-1.0.tcl

Modified: trunk/dports/_resources/port1.0/group/xcodeversion-1.0.tcl
===================================================================
--- trunk/dports/_resources/port1.0/group/xcodeversion-1.0.tcl	2011-05-11 12:26:24 UTC (rev 78545)
+++ trunk/dports/_resources/port1.0/group/xcodeversion-1.0.tcl	2011-05-11 13:05:45 UTC (rev 78546)
@@ -57,6 +57,7 @@
             if {${darwin_major} == ${os.major}} {
                 if {[rpm-vercomp ${xcodeversion} ${minimum_xcodeversion}] < 0} {
                     ui_error "On Mac OS X ${macosx_version}, ${name} ${version} requires Xcode ${minimum_xcodeversion} or later but you have Xcode ${xcodeversion}."
+                    ui_error "See http://guide.macports.org/chunked/installing.xcode.html for download links."
                     return -code error "incompatible Xcode version"
                 }
             }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110511/84b64bd9/attachment.html>


More information about the macports-changes mailing list