Update to 4.1.1. Since this is major version update and shlib number of libeb.so is also changed (from 7 to 9), following steps should be taken: 1. Repocopy japanese/eb to japanese/eb3. 2. Update japanese/eb to 4.1.1. 3. Update LIB_DEPENDS and bump PORTREVISION in the Makefile of following ports which depend on japanese/eb. japanese/eblook japanese/ebnetd japanese/ebview japanese/ebview-gtk2 japanese/ruby-eb 4. Warn maintainers of ports above that japanese/eb is major updated and that japanese/eb3 can be used instead of japanese/eb in case of library compatibility issue. 5. Wait for a while and remove japanese/eb3 if no problem happens.
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!