Changes between Version 35 and Version 36 of Migration


Ignore:
Timestamp:
Mar 18, 2011, 4:05:03 AM (13 years ago)
Author:
nerdling (Jeremy Lavergne)
Comment:

make use of requested status to simplify list

Legend:

Unmodified
Added
Removed
Modified
  • Migration

    v35 v36  
    1616 1. Save the list of installed ports:
    1717{{{
    18 port installed > myports.txt
     18port echo requested > myports.txt
    1919}}}
    2020 2. Uninstall all installed ports:
     
    2626sudo port clean --work --archive all
    2727}}}
    28  4. Browse `myports.txt` and install the ports that you actually want to use (as opposed to those that are only needed as dependencies) one by one, remembering to specify the appropriate variants:
     28 4. Browse `myports.txt` and install the ports that you actually want to use, remembering to specify the appropriate variants:
    2929{{{
    30 sudo port install portname +variant1 +variant2 ...
     30sudo port install portname +variant1 +variant2
    3131}}}
    3232Note that if you have specified variants which are not the default, you may need to install ports in an order other than the alphabetical order recorded in `myports.txt`.