Changes between Version 94 and Version 95 of Migration


Ignore:
Timestamp:
Nov 28, 2016, 9:04:46 PM (7 years ago)
Author:
larryv (Lawrence Velázquez)
Comment:

don't fake continuation of main list

Legend:

Unmodified
Added
Removed
Modified
  • Migration

    v94 v95  
    6363Though it is now quite well-tested, the restore_ports script may fail in some cases. One known issue is that the script will fail if there are conflicting ports in the list. It's possible to have conflicting ports installed provided at most one of the conflicting set is active. If the script fails for this reason, you can delete one of the conflicting ports from myports.txt and then simply run the script again. You may need to do this multiple times if there are multiple conflicting ports listed.
    6464
    65 In the worst case, you can reinstall your ports manually:
    66  5. Browse `myports.txt` and install the ports one by one, remembering to specify the appropriate variants:
     65In the worst case, you can reinstall your ports manually by browsing `myports.txt` and installing the ports one by one, remembering to specify the appropriate variants:
    6766{{{
    6867sudo port install portname +variant1 +variant2 …