Changes between Version 17 and Version 18 of Migration
- Timestamp:
- Dec 7, 2009, 9:54:11 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Migration
v17 v18 15 15 port installed > myports.txt 16 16 }}} 17 2. Clean any partially completed builds, and uninstall all installed ports: 17 2. Uninstall all installed ports: 18 {{{ 19 sudo port -f uninstall installed 20 }}} 21 3. Clean any partially-completed builds and remove any archives: 18 22 {{{ 19 23 sudo port clean --work --archive all 20 sudo port -f uninstall installed21 24 }}} 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: 23 26 {{{ 24 27 sudo port install portname +variant1 +variant2 ...