Changes between Version 47 and Version 48 of Migration


Ignore:
Timestamp:
Feb 17, 2012, 12:54:55 PM (12 years ago)
Author:
m.haller@…
Comment:

fix the broken MacPorts installation for Xcode 4.3 (reclaimer: worksforme)

Legend:

Unmodified
Added
Removed
Modified
  • Migration

    v47 v48  
    22
    33An 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
     7If you are upgrading to Xcode 4.3, you also need [[BR]]
     81. to run `sudo xcode-select -switch /Applications/Xcode.app`[[BR]]
     92. launch Xcode once to accept its license,[[BR]]
     103. In Xcode, go to "Xcode > Preferences > Downloads > Components > Command Line Tools" and install it,[[BR]]
     114. edit macports.conf with `sudo nano /opt/local/etc/macports/macports.conf` and from
     12{{{
     13developer_dir       /Developer
     14}}}
     15to
     16{{{
     17developer_dir       
     18}}}
    519
    620=== Reinstall Xcode and MacPorts ===