2003-11-16(日) 晴 小春日和 [長年日記]
_ mplayer-gtk-esound-0.92.0_3 野良 fix
昨日あれこれ調べたのですが configure をいじろうとすることが事を難しくしているのではと思い、単に
# cvs diff Makefile
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/multimedia/mplayer/Makefile,v
retrieving revision 1.74
diff -u -r1.74 Makefile
--- Makefile 14 Nov 2003 02:22:36 -0000 1.74
+++ Makefile 16 Nov 2003 01:37:14 -0000
@@ -385,9 +385,9 @@
.if defined(WITH_LIBUNGIF)
LIB_DEPENDS+= ungif.5:${PORTSDIR}/graphics/libungif
-CONFIGURE_ARGS+= --enable-gif
-.else
-CONFIGURE_ARGS+= --disable-gif
+#CONFIGURE_ARGS+= --enable-gif
+#.else
+#CONFIGURE_ARGS+= --disable-gif
.endif
.if defined(WITH_LIBDV)
として autodetect にしてみたところあっさりと portupgrade に成功しました。本家 ports との差分を調べるにはやはり Anonymous CVS が便利ですね。
_ portinstall japanese/acroread5-jpnfont editors/tamago japanese/xpdf
pkgtools.conf の MAKE_ARGS に
'editors/emacs21' => 'WITH_MENUBAR_FONTSET=yes WITHOUT_XIM=yes',
を追加して portinstall
===> Generating temporary packing list This installation requires 25MB of free disk space. Installing platform independent files ... Done Installing platform dependent files ... Done /bin/mkdir -p /usr/local/share/doc/acroread strings -1 /usr/ports/print/acroread5/work/README > /usr/local/share/doc/acroread/README /usr/bin/sed -i '' -E 's:Linux):FreeBSD|Linux):g' /usr/local/Acrobat5/bin/acroread /compat/linux/usr/bin/strip:No such file or directory *** Error code 1 (ignored) /usr/bin/sed -i '' -E 's:OSF1):FreeBSD|OSF1):g' /usr/local/Acrobat5/bin/acroread [ -e /usr/local/bin/acroread ] || (cd /usr/local/bin ; /bin/ln -sf acroread5 acroread) Be sure to read the license agreement in /usr/local/Acrobat5/Reader/license.txt ===> Registering installation for acroread-5.08
これは emulators/linux_base のデフォルトのバージョンが 7.x に変更になったのに acroread5 が対応していない為に出るようです。しかしインストールは一応できるので実行してみたところ
> acroread
ELF binary type "3" not known.
/usr/local/Acrobat5/Reader/intellinux/bin/acroread: 1: Syntax error: "(" unexpected
と怒られました。今のところ PDF ファイルが読みたいだけなので japanese/xpdf を入れてみました。
_ portupgrade devel/portlint
portlint-2.4.7 < needs updating (port has 2.4.8)
[ツッコミを入れる]