Macports on Mavericks
Posted: October 24th, 2013 | Author: xanda | Filed under: IT Related | Tags: macports, Mavericks | 1 Comment »Quick update for those who found something buggy with their Macports after upgraded their OSX to Mavericks
- Download and install Xcode 5.0.1
- Install Command Line Tool
xcode-select --install
- Accept Xcode license agreement
sudo xcodebuild -license
- Download Macports source
cd /tmp wget https://distfiles.macports.org/MacPorts/MacPorts-2.2.0.tar.gz
- Extract and compile
tar xvfz MacPorts-2.2.0.tar.gz cd MacPorts-2.2.0 ./configure make sudo make install
- Update your Macports
sudo port -v selfupdate
Thanks