Changes between Version 17 and Version 18 of Migration


Ignore:
Timestamp:
Dec 7, 2009, 9:54:11 AM (14 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

break step 2 into two steps

Legend:

Unmodified
Added
Removed
Modified
  • Migration

    v17 v18  
    1515port installed > myports.txt
    1616}}}
    17  2. Clean any partially completed builds, and uninstall all installed ports:
     17 2. Uninstall all installed ports:
     18{{{
     19sudo port -f uninstall installed
     20}}}
     21 3. Clean any partially-completed builds and remove any archives:
    1822{{{
    1923sudo port clean --work --archive all
    20 sudo port -f uninstall installed
    2124}}}
    22  3. 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:
     25 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:
    2326{{{
    2427sudo port install portname +variant1 +variant2 ...