New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changes between Version 3 and Version 4 of Migration


Ignore:
Timestamp:
08/31/09 18:00:12 (4 years ago)
Author:
ryandesign@…
Comment:

show steps for upgrading essential utilities grep, gawk and gsed before trying to rebuild all ports

Legend:

Unmodified
Added
Removed
Modified
  • Migration

    v3 v4  
    2525=== Automatic method === #automatic 
    2626 
    27 As of MacPorts 1.8.0, you can alternatively try a single command to rebuild all installed ports for your new platform: 
     27As of MacPorts 1.8.0, you can alternatively try an automated rebuild of all installed ports for your new platform using these steps: 
     28 
     29 1. Check if you have the port "grep" installed: 
     30{{{ 
     31port installed grep 
     32}}} 
     33 If grep is installed, uninstall it and rebuild it: 
     34{{{ 
     35sudo port -f uninstall grep 
     36sudo port install grep 
     37}}} 
     38 If grep is not installed, proceed to the next step. 
     39 2. Repeat step 1., substituting "gawk" in place of "grep". 
     40 3. Repeat step 1. again, substituting "gsed" in place of "grep". 
     41 4. Reinstall all installed ports: 
    2842{{{ 
    2943sudo port upgrade --force installed