Summary: | [REPOCOPY] japanese/eb: Update to 4.1.1 | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Yasuhiro Kimura <yasu> | ||||
Component: | Individual Port(s) | Assignee: | Norikatsu Shigemura <nork> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | ||||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Yasuhiro Kimura
![]() ![]() Responsible Changed From-To: freebsd-ports-bugs->nork I'll handle this. 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@ State Changed From-To: open->repocopy Please repocopy following port. ports/japanese/eb(ORIGINAL) to ports/japanese/eb3(NEW) Responsible Changed From-To: nork->portmgr Please repocopy following port. ports/japanese/eb(ORIGINAL) to ports/japanese/eb3(NEW) State Changed From-To: repocopy->open Repo-copy complete. Responsible Changed From-To: portmgr->nork Repo-copy complete. State Changed From-To: open->closed Committed, thanks! |