[51751] trunk/dports/_resources/port1.0/group/muniversal-1.0.tcl

jmr at macports.org jmr at macports.org
Tue Jun 2 07:47:55 PDT 2009


Revision: 51751
          http://trac.macports.org/changeset/51751
Author:   jmr at macports.org
Date:     2009-06-02 07:47:54 -0700 (Tue, 02 Jun 2009)
Log Message:
-----------
portname -> name

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	2009-06-02 14:25:21 UTC (rev 51750)
+++ trunk/dports/_resources/port1.0/group/muniversal-1.0.tcl	2009-06-02 14:47:54 UTC (rev 51751)
@@ -164,7 +164,7 @@
 
     configure {
         foreach arch ${universal_archs_to_use} {
-            ui_msg "$UI_PREFIX [format [msgcat::mc "Configuring %1\$s for architecture %2\$s"] [option portname] ${arch}]"
+            ui_msg "$UI_PREFIX [format [msgcat::mc "Configuring %1\$s for architecture %2\$s"] $name ${arch}]"
 
             copy ${worksrcpath} ${worksrcpath}-${arch}
 
@@ -324,7 +324,7 @@
 
     build {
         foreach arch ${universal_archs_to_use} {
-            ui_msg "$UI_PREFIX [format [msgcat::mc "Building %1\$s for architecture %2\$s"] [option portname] ${arch}]"
+            ui_msg "$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})
@@ -354,7 +354,7 @@
 
     destroot {
         foreach arch ${universal_archs_to_use} {
-            ui_msg "$UI_PREFIX [format [msgcat::mc "Staging %1\$s into destroot for architecture %2\$s"] [option portname] ${arch}]"
+            ui_msg "$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}]
@@ -555,7 +555,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"] [option portname] ${arch}]"
+                ui_msg "$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/20090602/c60b7c44/attachment.html>


More information about the macports-changes mailing list