彩音のBSD日記
日記一覧
17件中:4 〜 6 件目:«  1 | 2 | 3 | 4 | 5 | 6  »  
2009年01月15日(portupggrade コマンドでアプリケーションの更新 詳細

portupggrade を使用して、インストール済みのアプリケーションを一括で更新。


# portupgrade -a

2009年01月15日(fastest_cvsup をインストールしよう! 詳細

ports collection で便利な fastest_cvsup をインストール。


# cd /usr/ports/sysutils/fastest_cvsup
# make
# make install
# rehash

2009年01月15日(portupdgade をインストールしよう! 詳細

最新のportsを追いかけたいので、portupdgadeをインストール。


# cd /usr/ports/ports-mgmt/portupgrade-devel
# make

とするとエラーがでた。

On FreeBSD before 6.2 ports system unfortunately can not set default X11BASE by itself so please help it a bit by setting X11BASE=${LOCALBASE} in make.conf.
On the other hand, if you do wish to use non-default X11BASE, please set variable USE_NONDEFAULT_X11BASE.
*** Error code 1

Stop.

/etc/make.conf に以下の行を追加。


X11BASE=${LOCALBASE}

そして再び。


# cd /usr/ports/ports-mgmt/portupgrade-devel
# make
# make install
# rehash
# mkdir /var/log/ports
# mkdir /usr/ports/packages
# mkdir /usr/ports/packages/All

17件中:4 〜 6 件目:«  1 | 2 | 3 | 4 | 5 | 6  »