Changes between Version 35 and Version 36 of Migration
- Timestamp:
- Mar 18, 2011, 4:05:03 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Migration
v35 v36 16 16 1. Save the list of installed ports: 17 17 {{{ 18 port installed > myports.txt18 port echo requested > 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 (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: 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`.