なんだこれは

はてなダイアリーから移転しました。

port日記

MacPortsのBaseのバージョンがあがりました。

MacPorts base version 1.8.0 installed,
MacPorts base version 1.8.1 downloaded.

      • > MacPorts base is outdated, installing new version 1.8.1

Installing new MacPorts release in /opt/local as root:admin; permissions 0755; Tcl-Package in /Library/Tcl


The ports tree has been updated. To upgrade your installed ports, you should run
port upgrade outdated

それでupdateするのはこれだけ。

The following installed ports are outdated:
bash-completion 1.0_1 < 1.0_2
glib2 2.20.5_0 < 2.22.0_1
jasper 1.900.1_4 < 1.900.1_5
libpixman 0.16.0_0 < 0.16.2_0
libsdl 1.2.14_2 < 1.2.14_6
p5-libwww-perl 5.831_0 < 5.832_0
pango 1.26.0_0 < 1.24.5_0


さて、と。

 sudo port upgrade outdated

今回はこれだけでOKでした。

  • bash-completion @1.0_2

こんなこと言われた。

To use bash_completion, add the following lines at the end of your .bash_profile:

if [ -f /opt/local/etc/bash_completion ]; then
. /opt/local/etc/bash_completion
fi

引き続き、インストール

  • glib2 @2.22.0_1+darwin
  • jasper @1.900.1_5
  • libpixman @0.16.2_0
  • libsdl @1.2.14_6

おお、警告が

Warning: Skipping upgrade since openssl 0.9.8k_0 >= openssl 0.9.8k_0, even though installed variants "" do not match "+darwin". Use 'upgrade --enforce-variants' to switch to the requested variants.

これでおしまい