ports

FreeBSDのパッケージ覚書き

ca_root_nss SSLのルート証明書のパッケージ FreeBSDのSSLのルート証明書のパッケージ ca_root_nss curl, gitなど pcre PCRE (Perl Compatible Regular Expressions) Perl5 互換の正規表現をC言語で実装したライブラリ 依存 ruby portupgrade perl mrtg muni…

portsの依存関係を調べる

pkg_glob -r -r (--recursive) : の依存関係を調べて表示するpkg_glob -R -R (--upward-recursive) を必要としている他のPortsを表示する。http://blog.unknown.jp/mt/archives/000291.html インストール済みのportsの依存関係 pkg_tree http://www.syon.co…

portupgrade オプション

-r --recursive Act on all those packages depending on the given packages as well. -R --upward-recursive Act on all those packages required by the given packages as well. (When specified with -F, fetch recursively, including the brand new, …

portmaster

インストール # cd /usr/ports/ports-mgmt/portmaster # make install clean 更新手順 更新可能なportsのバージョン情報を表示 portmaster -L | grep New #更新する前に,更新予定のportsの変更内容を確認(目を通した方が良い) less /usr/ports/UPDATING por…

ports管理

FrontPage - Tips for us. portsを最新にする # csup -g -h cvsup2.jp.FreeBSD.org /usr/share/examples/cvsup/ports-supfile (初回) # portsnap fetch && portsnap extract && portsnap update (2回目以降) # portsnap fetch && portsnap update パッケー…