ports/54325: Update port: japanese/anthy to 4300 (fix ports/52574)
KATO Tsuguru
tkato at prontomail.com
Thu Jul 10 14:20:19 UTC 2003
>Number: 54325
>Category: ports
>Synopsis: Update port: japanese/anthy to 4300 (fix ports/52574)
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Thu Jul 10 07:20:14 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator: KATO Tsuguru
>Release: FreeBSD 4.8-RELEASE i386
>Organization:
>Environment:
>Description:
- Update to version 4300
New file:
files/patch-configure
Remove file:
files/patch-aa
Following PRs should be superseded by this one:
[2003/05/22] ports/52574 nakai Update port: japanese/anthy to 3900
>How-To-Repeat:
>Fix:
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 Wed Jul 9 11:19:41 2003
@@ -6,14 +6,20 @@
#
PORTNAME= anthy
-PORTVERSION= 2427b
+PORTVERSION= 4300
CATEGORIES= japanese
-MASTER_SITES= http://www.kyoto.trans-nt.com/anthy/
+MASTER_SITES= http://downloads.sourceforge.jp/anthy/4873/
MAINTAINER= nakai at FreeBSD.org
COMMENT= Another kana-kanji conversion system
-GNU_CONFIGURE= yes
-INSTALL_SHLIBS= yes
+USE_REINPLACE= yes
+USE_LIBTOOL= yes
+CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
+INSTALLS_SHLIB= 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 Wed Jul 9 11:10:37 2003
@@ -1 +1 @@
-MD5 (anthy-2427b.tar.gz) = aa35b1c295b531ad9349777c752bdad2
+MD5 (anthy-4300.tar.gz) = 8b76ecb79d775f2c470c0e97250d568a
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 Wed Jul 9 11:10:57 2003
@@ -0,0 +1,10 @@
+--- configure.orig Mon Jun 30 20:59:16 2003
++++ configure Wed Jul 9 11:10:46 2003
+@@ -7743,6 +7743,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 Wed Jul 9 11:18:56 2003
@@ -5,28 +5,29 @@
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
share/anthy/ajv.depword
share/anthy/anthy.dic
share/anthy/av.depword
+share/anthy/conjugate.table
share/anthy/dep.depword
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/struct.txt
+share/anthy/pred.depword
+share/anthy/subj.depword
share/anthy/typetab
share/anthy/v.depword
- at dirrm include/anthy
@dirrm share/anthy
+ at dirrm include/anthy
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list