2004-03-21(日) 晴 [長年日記]
_ 墓参り
お彼岸ということで墓参りに出かけました。帰り際に銀座アスターで食事しました。海老とパインのクリームマヨネーズ炒めはまぁまぁだったんですが、私にとってはちょっと失敗だったかも。マヨラーにはいいかもしれません。はまぐりと蟹肉と豆腐のうま煮の方が無難だったかなぁ。
_ portupgrade www/apache2 devel/portlint editors/vim
apache-2.0.48_5 < needs updating (port has 2.0.49) portlint-2.5.8 < needs updating (port has 2.5.9) vim-6.2.263 < needs updating (port has 6.2.383)
_ update samidare 野良 port
htree と samidare に少し手が入っていたので直しました。ruby 1.8 しか面倒をみたくないので
.if ${RUBY_VER} < 1.8 IGNORE= only works with ruby 1.8 or later .endif
と他の ports を真似していれておいたのですが良かったかしら。
_ openssl の依存関係
openssl は OS 付属のものを利用していたのですが
# portversion -vL= Stale dependency: apache-2.0.49 --> openssl-0.9.7d -- manually run 'pkgdb -F' to fix, or specify -O to force.
となってしまいました。OPENSSL_VERSION_NUMBER から OPENSSL_VERSION_TEXT を見るようになったからでしょうか。
# pkgdb -F ---> Checking the package registry database Stale dependency: apache-2.0.49 -> openssl-0.9.7d (security/openssl): openldap-client-2.1.27 (score:23%) ? ([y]es/[n]o/[a]ll) [no] New dependency? (? to help): Delete this? ([y]es/[n]o/[a]ll) [yes] Deleted.
として依存関係を消してしまったのですが良いのかなぁ。