[68813] trunk/base/src/macports1.0/macports.tcl

jmr at macports.org jmr at macports.org
Mon Jun 14 09:25:18 PDT 2010


Revision: 68813
          http://trac.macports.org/changeset/68813
Author:   jmr at macports.org
Date:     2010-06-14 09:25:13 -0700 (Mon, 14 Jun 2010)
Log Message:
-----------
fix invocation of check_supported_archs

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

Modified: trunk/base/src/macports1.0/macports.tcl
===================================================================
--- trunk/base/src/macports1.0/macports.tcl	2010-06-14 15:55:45 UTC (rev 68812)
+++ trunk/base/src/macports1.0/macports.tcl	2010-06-14 16:25:13 UTC (rev 68813)
@@ -1515,7 +1515,7 @@
     # xxx: set the work path?
     set workername [ditem_key $mport workername]
     if {![catch {$workername eval check_variants $target} result] && $result == 0 &&
-        ![catch {$workername eval check_supported_archs $target} result] && $result == 0 &&
+        ![catch {$workername eval check_supported_archs} result] && $result == 0 &&
         ![catch {$workername eval eval_targets $target} result] && $result == 0} {
         # If auto-clean mode, clean-up after dependency install
         if {[string equal ${macports::portautoclean} "yes"]} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100614/38a4f61c/attachment.html>


More information about the macports-changes mailing list