[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: mlterm scrollbar



平塚@福井大学です。

At Sun, 29 Feb 2004 04:05:56 -0600,
Min Sik Kim wrote:
> 
> [1  <multipart/mixed (7bit)>]
> [1.1  <text/plain; UTF-8 (base64)>]
> * Masao Uebayashi:
> > > 深海です。
> > 
> > こんにちは。
> > 
> > > mlterm なんですが
> > > 
> > > % ldd /usr/pkg/lib/mlterm/libsample.so
> > > /usr/pkg/lib/mlterm/libsample.so:
> > > 	-lX11.6 => not found
> > > 
> > > ってな感じなので、こいつらに RPATH を教えてあげないと scrollbar の種類ど
> > > れを選んでもデフォルトの白黒のぺったんこなやつになってしまいます。
> > 
> > そこら辺は私がさぼっているからです、すみません。ちょっと見てみます。
> 
> パッチを添付しました。
> 
> (Sorry for writing in English.  My Japanese is not good enough for
> writing yet.)
> 
> I should have tested the scrollbar when I updated this package.
> Hopefully, the attached patch will fix the problem.  It adds
> -R${X11BASE}/lib to a libtool command whenever it builds a dynamic
> module.  The patch also replaces more hardcoded paths with either
> ${PREFIX} or ${X11BASE}.
> 
> I'll commit the patch if there's no more problem.
> 
私は LD_LIBRARY_PATH を設定してしまっていました。

ところで、このパッチとは関係ないのですが、mlterm をビルドすると
/Makefile.in というファイルができてしまいます。

gmake[2]: Entering directory `/tmp/pkgsrc/x11/mlterm/work/mlterm-2.8.0/tool/mlconfig/po'
cd ../../.. \
  && CONFIG_FILES=/Makefile.in CONFIG_HEADERS= \
       /bin/sh ./config.status
mkdir: : No such file or directory
creating /Makefile.in
sed: .//Makefile.in.in: No such file or directory

config.status を override してはいけないようですので、

CONFIG_STATUS_OVERRIDE= # empty

を Makefile に加える必要がありそうです。
こちらも commit していただけますでしょうか?

--
 平塚紘一郎
   hira@po6.nsk.ne.jp

Index: Makefile
===================================================================
RCS file: /cvs/cvsroot/pkgsrc/x11/mlterm/Makefile,v
retrieving revision 1.21
diff -u -r1.21 Makefile
--- Makefile	25 Feb 2004 17:15:42 -0000	1.21
+++ Makefile	29 Feb 2004 12:48:19 -0000
@@ -20,6 +20,7 @@
 USE_LIBTOOL=		yes
 USE_GNU_TOOLS+=		make
 GNU_CONFIGURE=		yes
+CONFIG_STATUS_OVERRIDE=	# empty
 
 .include "../../mk/bsd.prefs.mk"