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

ryandesign at macports.org ryandesign at macports.org
Tue Sep 29 22:43:17 PDT 2009


Revision: 58515
          http://trac.macports.org/changeset/58515
Author:   ryandesign at macports.org
Date:     2009-09-29 22:43:15 -0700 (Tue, 29 Sep 2009)
Log Message:
-----------
archcheck-1.0.tcl: remove suggestion to rebuild dependency universal because that's not the only problem that could cause this situation (the other is upgrades from 10.5 to 10.6 without following the Migration procedure)

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	2009-09-30 05:37:16 UTC (rev 58514)
+++ trunk/dports/_resources/port1.0/group/archcheck-1.0.tcl	2009-09-30 05:43:15 UTC (rev 58515)
@@ -61,7 +61,7 @@
                 set requested_arch ppc7400
             }
             if {-1 == [string first " ${requested_arch} " ${file_archs}]} {
-                ui_error "You cannot install ${name} for the architecture(s) ${requested_archs}\nbecause ${file} does not contain the architecture ${requested_arch}.\nYou may want to rebuild the port that provides that file using the universal variant."
+                ui_error "You cannot install ${name} for the architecture(s) ${requested_archs}\nbecause ${file} does not contain the architecture ${requested_arch}."
                 return -code error "incompatible architectures in dependencies"
             }
         }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090929/a88e14f4/attachment.html>


More information about the macports-changes mailing list