Changes between Version 7 and Version 8 of Migration


Ignore:
Timestamp:
Sep 6, 2009, 10:39:14 AM (15 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Also uninstall perl ports before automatic upgrade; see #21069

Legend:

Unmodified
Added
Removed
Modified
  • Migration

    v7 v8  
    3232 1. Uninstall the gawk, grep, and gsed ports (if installed), as many build systems will try to use them even if there is no dependency:
    3333{{{
    34 sudo port -f uninstall installed and \( gawk grep gsed \)
     34sudo port -f uninstall installed and \( gawk grep gsed perl5 perl5.8 perl5.10 \)
    3535}}}
    3636 2. Reinstall all installed ports:
     
    3838sudo port upgrade --force installed
    3939}}}
    40  3. If you removed ports in step 1 and they have not been reinstalled yet, reinstall them now, if desired:
    41 {{{
    42 sudo port install gawk grep gsed
    43 }}}
     40 3. If MacPorts has not already reinstalled them, you can now reinstall any of the ports removed in step 1, if desired.
     41
    4442Note that this method may sometimes fail if the dependency relationships declared by the ports are not completely accurate, or if ports other than gawk/grep/gsed are used opportunistically. If you encounter such a problem, please report it so we can fix it.