[MacPorts] #43821: selfupdate failed - can't read "verboseflag": no such variable
MacPorts
noreply at macports.org
Mon May 26 03:36:42 PDT 2014
#43821: selfupdate failed - can't read "verboseflag": no such variable
--------------------------------+-----------------------------
Reporter: alessanderbotti@… | Owner: cal@…
Type: defect | Status: assigned
Priority: Normal | Milestone: MacPorts Future
Component: base | Version: 2.3.0
Resolution: | Keywords:
Port: |
--------------------------------+-----------------------------
Comment (by alessanderbotti@…):
Thanks, it worked! This is my diff, the lines are different from your
patch:
{{{
--- macports.tcl.bak 2014-05-26 12:08:25.000000000 +0200
+++ macports.tcl 2014-05-26 12:20:42.000000000 +0200
@@ -2496,6 +2496,8 @@
if {$macports::portverbose eq {yes}} {
set progressflag "--progress builtin"
+ set verboseflag "-v"
} elseif {[info exists
macports::ui_options(progress_download)]} {
set progressflag "--progress
${macports::ui_options(progress_download)}"
+ set verboseflag ""
}
}}}
--
Ticket URL: <https://trac.macports.org/ticket/43821#comment:2>
MacPorts <http://www.macports.org/>
Ports system for OS X
More information about the macports-tickets
mailing list