2012年1月11日水曜日

MacPortsをアンインストールして、homebrewへ移行する


環境

MacOSX 10.7 Lion
MacPorts インストール済み。
Xcode 4.2.1 インストール済み。


したこと


MacPortsをアンインストールする

$ sudo port -f uninstall installed


MacPorts関係のディレクトリを削除する。


$ sudo rm -rf \
    /opt/local \
    /Applications/DarwinPorts \
    /Applications/MacPorts \
    /Library/LaunchDaemons/org.macports.* \
    /Library/Receipts/DarwinPorts*.pkg \
    /Library/Receipts/MacPorts*.pkg \
    /Library/StartupItems/DarwinPortsStartup \
    /Library/Tcl/darwinports1.0 \
    /Library/Tcl/macports1.0 \
    ~/.macports


Homebrew をセットアップする

$ ruby -e "$(curl -fsSL https://raw.github.com/gist/323731)"



参考

MacPortsからhomebrewに移行した
http://d.hatena.ne.jp/Johan511/20110708/1310054152

MacPorts から Homebrew に移行する
http://d.hatena.ne.jp/shogo0809/20110711/1310362071


macports.org chap2.5. Uninstall
http://guide.macports.org/chunked/installing.macports.uninstalling.html

0 コメント: