Changes between Version 37 and Version 38 of Migration
- Timestamp:
- Mar 18, 2011, 6:31:04 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Migration
v37 v38 16 16 1. Save the list of installed ports: 17 17 {{{ 18 port installed requested > myports.txt18 port -qv installed > myports.txt 19 19 }}} 20 20 2. Uninstall all installed ports: … … 26 26 sudo port clean --work --archive all 27 27 }}} 28 4. Browse `myports.txt` and install the ports that you actually want to use , remembering to specify the appropriate variants: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: 29 29 {{{ 30 sudo port install portname +variant1 +variant2 …30 sudo port install portname +variant1 +variant2 … 31 31 }}} 32 32 Note 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`.