Changes between Version 47 and Version 48 of Migration
- Timestamp:
- Feb 17, 2012, 12:54:55 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Migration
v47 v48 2 2 3 3 An installation of MacPorts and the ports installed by it are only designed to work on a single OS release and a single CPU architecture. If you upgrade to a new OS version (e.g. from Leopard to Snow Leopard) or migrate to a new machine with a different type of CPU (e.g. PowerPC to Intel), you may get lucky and have your ports keep working, but in general, things will break. 4 If you are upgrading XCode 4.3, you also need to run `sudo xcode-select -switch /Applications/Xcode.app` and launch Xcode once to accept its license. 4 5 === Upgrading to Xcode 4.3 === 6 7 If you are upgrading to Xcode 4.3, you also need [[BR]] 8 1. to run `sudo xcode-select -switch /Applications/Xcode.app`[[BR]] 9 2. launch Xcode once to accept its license,[[BR]] 10 3. In Xcode, go to "Xcode > Preferences > Downloads > Components > Command Line Tools" and install it,[[BR]] 11 4. edit macports.conf with `sudo nano /opt/local/etc/macports/macports.conf` and from 12 {{{ 13 developer_dir /Developer 14 }}} 15 to 16 {{{ 17 developer_dir 18 }}} 5 19 6 20 === Reinstall Xcode and MacPorts ===