Date: Fri, 26 Nov 2004 04:57:32 +0900 (JST) From: KIMURA Yasuhiro <yasu@utahime.org> To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Cc: nork@FreeBSD.org Subject: Re: ports/74133: japanese/eb: Update to 4.1.1 Message-ID: <20041126.045732.128945997.yasu@utahime.org> In-Reply-To: <200411192120.iAJLKQxJ036797@freefall.freebsd.org> References: <20041119211830.99B7954E7@eastasia.home.utahime.org> <200411192120.iAJLKQxJ036797@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
I found that following additional patch is needed on 5.3-RELEASE (and probably 5-STABLE and 6-CURRENT). So please merge it with initial patch. diff -Nru japanese/eb-4.1.1/files/patch-po-eb::Makefile.in japanese/eb/files/patch-po-eb::Makefile.in --- japanese/eb-4.1.1/files/patch-po-eb::Makefile.in Thu Jan 1 09:00:00 1970 +++ japanese/eb/files/patch-po-eb::Makefile.in Fri Nov 26 04:30:04 2004 @@ -0,0 +1,11 @@ +--- po-eb/Makefile.in.dist Fri Nov 26 04:25:38 2004 ++++ po-eb/Makefile.in Fri Nov 26 04:27:28 2004 +@@ -32,7 +32,7 @@ + mkdir_p = @mkdir_p@ + INSTALL = @INSTALL@ + INSTALL_DATA = @INSTALL_DATA@ +-mkinstalldirs = $(mkdir_p) ++mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs + + MSGFMT = @MSGFMT@ + XGETTEXT = @XGETTEXT@ diff -Nru japanese/eb-4.1.1/files/patch-po-ebutils::Makefile.in japanese/eb/files/patch-po-ebutils::Makefile.in --- japanese/eb-4.1.1/files/patch-po-ebutils::Makefile.in Thu Jan 1 09:00:00 1970 +++ japanese/eb/files/patch-po-ebutils::Makefile.in Fri Nov 26 04:30:32 2004 @@ -0,0 +1,11 @@ +--- po-ebutils/Makefile.in.dist Fri Nov 26 04:27:42 2004 ++++ po-ebutils/Makefile.in Fri Nov 26 04:27:53 2004 +@@ -48,7 +48,7 @@ + mkdir_p = @mkdir_p@ + INSTALL = @INSTALL@ + INSTALL_DATA = @INSTALL_DATA@ +-mkinstalldirs = $(mkdir_p) ++mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs + + MSGFMT = @MSGFMT@ + XGETTEXT = @XGETTEXT@
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20041126.045732.128945997.yasu>