Changes between Version 104 and Version 105 of Migration


Ignore:
Timestamp:
Oct 1, 2017, 11:50:32 PM (6 years ago)
Author:
thomasrussellmurphy (Thomas Russell Murphy)
Comment:

Add a note and a warning about restoring ports and requested status.

Legend:

Unmodified
Added
Removed
Modified
  • Migration

    v104 v105  
    5252      sudo ./restore_ports.tcl myports.txt
    5353      }}}
     54      Note: ports that are not available on your new platform will be skipped without error.
    5455   a. (optional) Restore requested status:
    5556      If you saved the list of requested ports, you can now restore the requested flags for your newly installed ports to their former states.
     
    5859      xargs sudo port setrequested < requested.txt
    5960      }}}
     61      Warning: if a port in `requested.txt` was ''not'' installed in the previous step, the iterative `setrequested` will terminate, leaving some ports still marked as not-requested. Edit `requested.txt` to remove any ports that were not installed and repeat this step. Double check your desired ports are set as requested with `port echo requested`.
    6062
    6163== Troubleshooting ==