SLOG

おもにWeb開発・UNIX関連の備忘録もどきに10年後にはなる予定 とりあえず忘れるためのメモ

Homebrew への移行メモ

参考にしたサイト:
Mac OSX LionでMacPortsからHomebrewに移行する手順
http://blog.youria.jp/kyo/mac/change_pms_macports_to_homebrew_on_lion/

−−−

やったことメモ:

1) sudo mv /opt/local ~/macports

2) root権限で実行
/Developer/Library/uninstall-developer-folder

3) fuse 関連ファイルの削除 ( あとで影響でそう )
Warning: Unbrewed .pc files were found in /usr/local/lib/pkgconfig.
If you didn't put them there on purpose they could cause problems when
building Homebrew formulae, and may need to be deleted.

Unexpected .pc files:
/usr/local/lib/pkgconfig/fuse.pc

4) PATH設定の修正 ( パスの最後にスラッシュが入っていた )

Warning: Some directories in your path end in a slash.
Directories in your path should not end in a slash. This can break other
doctor checks. The following directories should be edited:
/usr/sbin/


関連サイト:

[Mac] Mountain Lionへパッケージ管理「Homebrew」をインストールする手順のメモ
http://tools4hack.santalab.me/howto-mountainlion-install-homebrew.html