[64862] trunk/dports/_resources/port1.0/group/archcheck-1.0.tcl

ryandesign at macports.org ryandesign at macports.org
Tue Mar 16 08:04:31 PDT 2010


Revision: 64862
          http://trac.macports.org/changeset/64862
Author:   ryandesign at macports.org
Date:     2010-03-16 08:04:29 -0700 (Tue, 16 Mar 2010)
Log Message:
-----------
archcheck-1.0.tcl: accommodate ppc7450 architecture on Leopard; see #24078

Modified Paths:
--------------
    trunk/dports/_resources/port1.0/group/archcheck-1.0.tcl

Modified: trunk/dports/_resources/port1.0/group/archcheck-1.0.tcl
===================================================================
--- trunk/dports/_resources/port1.0/group/archcheck-1.0.tcl	2010-03-16 14:54:39 UTC (rev 64861)
+++ trunk/dports/_resources/port1.0/group/archcheck-1.0.tcl	2010-03-16 15:04:29 UTC (rev 64862)
@@ -69,7 +69,7 @@
         }
         
         set file_archs [string trim [strsed [exec lipo -info ${file}] {s/.*://}]]
-        set file_archs [string map {ppc7400 ppc} ${file_archs}]
+        set file_archs [string map {ppc7400 ppc ppc7450 ppc} ${file_archs}]
 
         foreach requested_arch ${requested_archs} {
             if {-1 == [string first " ${requested_arch} " " ${file_archs} "]} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100316/ab394174/attachment.html>


More information about the macports-changes mailing list