[68597] trunk/dports/_resources/port1.0/group/muniversal-1.0.tcl
jmr at macports.org
jmr at macports.org
Mon Jun 7 08:46:09 PDT 2010
Revision: 68597
http://trac.macports.org/changeset/68597
Author: jmr at macports.org
Date: 2010-06-07 08:46:05 -0700 (Mon, 07 Jun 2010)
Log Message:
-----------
muniversal: use ui_info for per-arch phase messages
Modified Paths:
--------------
trunk/dports/_resources/port1.0/group/muniversal-1.0.tcl
Modified: trunk/dports/_resources/port1.0/group/muniversal-1.0.tcl
===================================================================
--- trunk/dports/_resources/port1.0/group/muniversal-1.0.tcl 2010-06-07 15:39:36 UTC (rev 68596)
+++ trunk/dports/_resources/port1.0/group/muniversal-1.0.tcl 2010-06-07 15:46:05 UTC (rev 68597)
@@ -165,7 +165,7 @@
configure {
foreach arch ${universal_archs_to_use} {
- ui_msg "$UI_PREFIX [format [msgcat::mc "Configuring %1\$s for architecture %2\$s"] $name ${arch}]"
+ ui_info "$UI_PREFIX [format [msgcat::mc "Configuring %1\$s for architecture %2\$s"] $name ${arch}]"
copy ${worksrcpath} ${worksrcpath}-${arch}
@@ -326,7 +326,7 @@
build {
foreach arch ${universal_archs_to_use} {
- ui_msg "$UI_PREFIX [format [msgcat::mc "Building %1\$s for architecture %2\$s"] $name ${arch}]"
+ ui_info "$UI_PREFIX [format [msgcat::mc "Building %1\$s for architecture %2\$s"] $name ${arch}]"
if { [info exists merger_build_env(${arch})] } {
build.env-append $merger_build_env(${arch})
@@ -362,7 +362,7 @@
destroot {
foreach arch ${universal_archs_to_use} {
- ui_msg "$UI_PREFIX [format [msgcat::mc "Staging %1\$s into destroot for architecture %2\$s"] $name ${arch}]"
+ ui_info "$UI_PREFIX [format [msgcat::mc "Staging %1\$s into destroot for architecture %2\$s"] $name ${arch}]"
copy ${destroot} ${workpath}/destroot-${arch}
set destdirSave ${destroot.destdir}
eval destroot.destdir [string map "${destroot} ${workpath}/destroot-${arch}" ${destroot.destdir}]
@@ -607,7 +607,7 @@
# Rosetta does not translate G5 instructions
# PowerPC systems can't translate Intel instructions
if { (${os.arch}=="i386" && ${arch}!="ppc64") || (${os.arch}=="powerpc" && ${arch}!="i386" && ${arch}!="x86_64") } {
- ui_msg "$UI_PREFIX [format [msgcat::mc "Testing %1\$s for architecture %2\$s"] $name ${arch}]"
+ ui_info "$UI_PREFIX [format [msgcat::mc "Testing %1\$s for architecture %2\$s"] $name ${arch}]"
set test_dir_save ${test.dir}
if { [string match "${worksrcpath}/*" ${test.dir}] } {
# The test directory is inside the source directory, so put in the new source directory name.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100607/b814ccf6/attachment.html>
More information about the macports-changes
mailing list