[80178] trunk/base/src/images_to_archives.tcl

jmr at macports.org jmr at macports.org
Wed Jul 6 00:21:57 PDT 2011


Revision: 80178
          http://trac.macports.org/changeset/80178
Author:   jmr at macports.org
Date:     2011-07-06 00:21:55 -0700 (Wed, 06 Jul 2011)
Log Message:
-----------
turn on ports_verbose in images_to_archives

Modified Paths:
--------------
    trunk/base/src/images_to_archives.tcl

Modified: trunk/base/src/images_to_archives.tcl
===================================================================
--- trunk/base/src/images_to_archives.tcl	2011-07-06 06:51:22 UTC (rev 80177)
+++ trunk/base/src/images_to_archives.tcl	2011-07-06 07:21:55 UTC (rev 80178)
@@ -13,8 +13,10 @@
 
 umask 022
 
-mportinit
+array set ui_options {ports_verbose yes}
 
+mportinit ui_options
+
 # always converting to tbz2 should be fine as both these programs are
 # needed elsewhere and assumed to be available
 set tarcmd [macports::findBinary tar ${macports::autoconf::tar_path}]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110706/d20f4bc0/attachment.html>


More information about the macports-changes mailing list