[70127] branches/release_1_9/base/src/macports1.0/macports.tcl

jmr at macports.org jmr at macports.org
Fri Jul 30 00:06:14 PDT 2010


Revision: 70127
          http://trac.macports.org/changeset/70127
Author:   jmr at macports.org
Date:     2010-07-30 00:06:12 -0700 (Fri, 30 Jul 2010)
Log Message:
-----------
merge r69019 from trunk:
 set xcode version to none rather than 2.0 if xcodebuild fails to run

Revision Links:
--------------
    http://trac.macports.org/changeset/69019

Modified Paths:
--------------
    branches/release_1_9/base/src/macports1.0/macports.tcl

Modified: branches/release_1_9/base/src/macports1.0/macports.tcl
===================================================================
--- branches/release_1_9/base/src/macports1.0/macports.tcl	2010-07-30 07:03:23 UTC (rev 70126)
+++ branches/release_1_9/base/src/macports1.0/macports.tcl	2010-07-30 07:06:12 UTC (rev 70127)
@@ -385,6 +385,9 @@
                         set macports::xcodeversion "2.1"
                     }
                 }
+            } else {
+                ui_warn "xcodebuild exists but failed to execute"
+                set macports::xcodeversion "none"
             }
         }
         if {![info exists xcodebuildcmd]} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100730/cd3d5bc6/attachment.html>


More information about the macports-changes mailing list