Changes between Version 108 and Version 109 of Migration
- Timestamp:
- Oct 14, 2019, 9:27:12 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Migration
v108 v109 11 11 necessary if you only upgrade Xcode.) 12 12 13 14 Note: If you move from on Mac to another mac using [https://en.wikipedia.org/wiki/Migration_Assistant_(Apple) Migration Assistant], you have to do it first. 15 13 16 == Migration procedure == 14 17 15 1. [=#assistant **Migration Assistant**]16 18 17 If you are going to use the Migration Assistant to copy files and/or settings from an old computer to a new one, do so now. 18 19 20 2. [=#xcode **Install the latest version of Xcode and the Xcode command line tools**] 19 1. [=#xcode **Install the latest version of Xcode and the Xcode command line tools**] 21 20 22 21 After a major system change, update the development tools by … … 25 24 Install the command line tools package as well (run `xcode-select --install`). 26 25 27 3. [=#base **Reinstall MacPorts base**]26 2. [=#base **Reinstall MacPorts base system**] 28 27 29 After updating the development tools, 30 [https://www.macports.org/install.php install the base MacPorts system] 31 for your new platform, either from the appropriate installer or from 32 source. 28 To reinstall, simply [https://www.macports.org/install.php install the base MacPorts system] 29 for your new platform. 33 30 34 31 **Update macports.conf**: If your {{{macports.conf}}} (typically at {{{ /opt/local/etc/macports/macports.conf}}}) contains uncommented settings for {{{universal_archs}}} or {{{build_arch}}}, you will likely want to update them, since unlike earlier OS versions, the compiler on Snow Leopard and later will build for x86_64 by default on systems that support it. The default values will be fine for almost all users, so unless you know you need something different, just comment out these two lines. Several other settings in {{{macports.conf}}} have changed their defaults over the years. Take a moment to compare each line of your {{{macports.conf}}} with the corresponding line in {{{macports.conf.default}}} in the same directory. Unless you know a reason why a line in your settings file should be different from the defaults, adopt the line from the defaults file. 35 32 36 4. [=#ports **Reinstallports**]33 3. [=#ports **Reinstall your ports**] 37 34 a. Save the list of installed ports: 38 35 {{{