firefox-4.0.x に引っ越したばかりだが、wip/firefox が5に対応してる感じだったので ためしにmakeしてみたら行けちゃったので早くもfirefox-5.0 に引っ越し。
.mozconfig
には
--disable-gnomeui
と --with-system-libevent
を追加。ビルドスクリプト
は4のときと同じ。
Firefox-5のインストールのときに、too much recursion とかエラーが出て こけた。zipが悪いのかと思ったので調べてみたら、
-rwxr-xr-x 1 yuuji wheel 66912 Jan 2 2003 /usr/local/bin/zip*
こんな古いの使ってたのでいい加減いれるか。
でもcrypt.cをコピーしたり、面倒なんだよな……と思っていたら、
あらびっくり。zip-3.0からフルバージョンの crypt.c
がついて来てる。
READMEより…
Encryption. This version supports standard zip encryption. Until recently the encryption code was distributed separately because of the US export regulations but now is part of the main distribution. See crypt.c for details. Decryption can be made with unzip 5.0p1 or later, or with zipcloak.
おおお、長年の制約が取れたのか。てことで、ついでに unzip 6.0 も入れた。
けど、こけてたのはzipじゃなかったみたいだ。さてどうしたもんか。