Changes between Version 70 and Version 71 of Migration


Ignore:
Timestamp:
Oct 19, 2014, 7:49:26 PM (9 years ago)
Author:
neverpanic (Clemens Lang)
Comment:

mention restore_ports.tcl -p, instead of -t (which is gone); fix typos

Legend:

Unmodified
Added
Removed
Modified
  • Migration

    v70 v71  
    2020For minimum support of MacPorts, you need the Command Line Tools, which can be installed using `xcode-select --install`. If you are installing MacPorts from source, you will also want to run `sudo xcodebuild -license`.
    2121
    22 Under Yosemite, "Software Update" no longer exists, rather one uses the "App Store" and enters "xcode" into the search box at the top right of the screen to find the latest version of Xcode. Once Xcode has been downloaded ( it is free) and installed via this method, it will appear in your "Purchases" tab, and updates will be provided until the NEXT major relaese of OSX or Xcode when you will have to search for the current version again.
     22Under Yosemite, "Software Update" no longer exists, rather one uses the "App Store" and enters "xcode" into the search box at the top right of the screen to find the latest version of Xcode. Once Xcode has been downloaded (it is free) and installed via this method, it will appear in your "Purchases" tab, and updates will be provided until the NEXT major release of OS X or Xcode when you will have to search for the current version again.
    2323
    2424=== '''IMPORTANT - Do Not Skip this step:''' Reinstall MacPorts ===
     
    5252sudo port clean all
    5353}}}
    54  5. Download and execute the restore_ports script. (If you installed MacPorts from source and put its Tcl package somewhere other than /Library/Tcl, then you'll need to use the -t option when you run restore_ports.tcl; see `./restore_ports.tcl -h`.)
     54 5. Download and execute the restore_ports script. (If you installed MacPorts from source and used a custom prefix, then you'll need to use the -p option when you run restore_ports.tcl; see `./restore_ports.tcl -h`.)
    5555{{{
    5656curl -O https://svn.macports.org/repository/macports/contrib/restore_ports/restore_ports.tcl