[80229] trunk/base/src/macports1.0/macports.tcl
jmr at macports.org
jmr at macports.org
Thu Jul 7 02:06:48 PDT 2011
Revision: 80229
http://trac.macports.org/changeset/80229
Author: jmr at macports.org
Date: 2011-07-07 02:06:47 -0700 (Thu, 07 Jul 2011)
Log Message:
-----------
validate macportsuser in dependencies too (#30055)
Modified Paths:
--------------
trunk/base/src/macports1.0/macports.tcl
Modified: trunk/base/src/macports1.0/macports.tcl
===================================================================
--- trunk/base/src/macports1.0/macports.tcl 2011-07-07 08:48:46 UTC (rev 80228)
+++ trunk/base/src/macports1.0/macports.tcl 2011-07-07 09:06:47 UTC (rev 80229)
@@ -1594,6 +1594,7 @@
macports::push_log $mport
# xxx: set the work path?
set workername [ditem_key $mport workername]
+ $workername eval validate_macportsuser
if {![catch {$workername eval check_variants $target} result] && $result == 0 &&
![catch {$workername eval check_supported_archs} result] && $result == 0 &&
![catch {$workername eval eval_targets $target} result] && $result == 0} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110707/73035807/attachment-0001.html>
More information about the macports-changes
mailing list