Date: Tue, 3 Jun 2003 06:20:07 -0700 (PDT) From: KATO Tsuguru <tkato@prontomail.com> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/52574: Update port: japanese/anthy to 3900 Message-ID: <200306031320.h53DK78A044626@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/52574; it has been noted by GNATS. From: KATO Tsuguru <tkato@prontomail.com> To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: Re: ports/52574: Update port: japanese/anthy to 3900 Date: Tue, 3 Jun 2003 22:12:59 +0900 Here is an up-to-date patch: diff -urN /usr/ports/japanese/anthy/Makefile japanese/anthy/Makefile --- /usr/ports/japanese/anthy/Makefile Sat Apr 12 22:50:16 2003 +++ japanese/anthy/Makefile Tue Jun 3 11:28:10 2003 @@ -6,14 +6,20 @@ # PORTNAME= anthy -PORTVERSION= 2427b +PORTVERSION= 3900 CATEGORIES= japanese -MASTER_SITES= http://www.kyoto.trans-nt.com/anthy/ +MASTER_SITES= http://downloads.sourceforge.jp/anthy/2513/ MAINTAINER= nakai@FreeBSD.org COMMENT= Another kana-kanji conversion system -GNU_CONFIGURE= yes +USE_REINPLACE= yes +USE_LIBTOOL= yes +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} INSTALL_SHLIBS= yes + +post-patch: + @${REINPLACE_CMD} -e \ + 's| install-lispLISP||g' ${WRKSRC}/src-util/Makefile.in .include <bsd.port.mk> diff -urN /usr/ports/japanese/anthy/distinfo japanese/anthy/distinfo --- /usr/ports/japanese/anthy/distinfo Tue Feb 26 15:37:08 2002 +++ japanese/anthy/distinfo Thu May 22 18:44:18 2003 @@ -1 +1 @@ -MD5 (anthy-2427b.tar.gz) = aa35b1c295b531ad9349777c752bdad2 +MD5 (anthy-3900.tar.gz) = c8fd5543ac82af45d7196454e434a301 diff -urN /usr/ports/japanese/anthy/files/patch-aa japanese/anthy/files/patch-aa --- /usr/ports/japanese/anthy/files/patch-aa Tue Feb 26 15:37:10 2002 +++ japanese/anthy/files/patch-aa Thu Jan 1 09:00:00 1970 @@ -1,11 +0,0 @@ ---- configure.orig Tue Feb 26 15:16:15 2002 -+++ configure Tue Feb 26 15:16:23 2002 -@@ -5068,7 +5068,7 @@ - # If set to t, that means we are running in a shell under Emacs. - # If you have an Emacs named "t", then use the full path. - test "$EMACS" = t && EMACS= -- for ac_prog in emacs xemacs -+ for ac_prog in - do - # Extract the first word of "$ac_prog", so it can be a program name with args. - set dummy $ac_prog; ac_word=$2 diff -urN /usr/ports/japanese/anthy/files/patch-configure japanese/anthy/files/patch-configure --- /usr/ports/japanese/anthy/files/patch-configure Thu Jan 1 09:00:00 1970 +++ japanese/anthy/files/patch-configure Tue Jun 3 11:23:58 2003 @@ -0,0 +1,10 @@ +--- configure.orig Fri Feb 28 19:36:17 2003 ++++ configure Thu May 22 18:47:26 2003 +@@ -7306,6 +7306,7 @@ + + # This can be used to rebuild libtool when needed + LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" ++$ac_aux_dir/ltconfig $LIBTOOL_DEPS + + # Always use our own libtool. + LIBTOOL='$(SHELL) $(top_builddir)/libtool' diff -urN /usr/ports/japanese/anthy/pkg-descr japanese/anthy/pkg-descr --- /usr/ports/japanese/anthy/pkg-descr Tue Feb 26 15:37:08 2002 +++ japanese/anthy/pkg-descr Thu May 22 18:25:56 2003 @@ -1,3 +1,4 @@ -another kana-kanji conversion system +Anthy is a Japanese input method working on X11 and emacs. +It converts Hiragana text to Kana Kanji mixed text. -WWW: http://www.kyoto.trans-nt.com/anthy/ (Japanese) +WWW: http://anthy.sourceforge.jp/ (Japanese) diff -urN /usr/ports/japanese/anthy/pkg-plist japanese/anthy/pkg-plist --- /usr/ports/japanese/anthy/pkg-plist Thu Sep 19 21:06:52 2002 +++ japanese/anthy/pkg-plist Thu May 22 18:53:01 2003 @@ -5,15 +5,12 @@ include/anthy/dicutil.h include/anthy/input.h lib/libanthy.a -lib/libanthy.la lib/libanthy.so lib/libanthy.so.0 lib/libanthydic.a -lib/libanthydic.la lib/libanthydic.so lib/libanthydic.so.0 lib/libanthyinput.a -lib/libanthyinput.la lib/libanthyinput.so lib/libanthyinput.so.0 share/anthy/a.depword @@ -24,9 +21,13 @@ share/anthy/dic-tool-usage.txt share/anthy/indepword.txt share/anthy/master.depword +share/anthy/mod.depword +share/anthy/noun-variant.depword share/anthy/noun.depword +share/anthy/pred.depword share/anthy/struct.txt +share/anthy/subj.depword share/anthy/typetab share/anthy/v.depword -@dirrm include/anthy @dirrm share/anthy +@dirrm include/anthy
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200306031320.h53DK78A044626>