[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: mlterm scrollbar
* Kouichirou Hiratsuka:
> [...]
>
> ところで、このパッチとは関係ないのですが、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
Thanks for pointing out the problem. I found that a path in
tool/mlconfig/po/Makevars was not set. Adding the attached patch and
regenerating distinfo will fix the problem. I filed a bug report at
the mlterm project homepage in sourceforge.net.
--
金 珉植
p.s.
It seems the tech-pkg-ja archive doesn't understand UTF-8. Is there
any way to fix it?
patch-aa:
------------------------------------------------------------------------
$NetBSD$
--- tool/mlconfig/po/Makevars.orig 2003-10-05 08:10:06.000000000 -0500
+++ tool/mlconfig/po/Makevars
@@ -4,7 +4,7 @@
DOMAIN = $(PACKAGE)
# These two variables depend on the location of this directory.
-subdir =
+subdir = tool/mlconfig/po
top_builddir = ../../..
# These options get passed to xgettext.
------------------------------------------------------------------------
PGP signature