From owner-freebsd-ports-bugs@FreeBSD.ORG Thu May 22 08:20:16 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 70E0037B404 for ; Thu, 22 May 2003 08:20:16 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D0B7643FA3 for ; Thu, 22 May 2003 08:20:09 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h4MFK9Up052651 for ; Thu, 22 May 2003 08:20:09 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4MFK930052650; Thu, 22 May 2003 08:20:09 -0700 (PDT) Resent-Date: Thu, 22 May 2003 08:20:09 -0700 (PDT) Resent-Message-Id: <200305221520.h4MFK930052650@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, KATO Tsuguru Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7654A37B401 for ; Thu, 22 May 2003 08:09:30 -0700 (PDT) Received: from hfep08.dion.ne.jp (hfep08.dion.ne.jp [203.181.105.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id A0A1C43FA3 for ; Thu, 22 May 2003 08:09:29 -0700 (PDT) (envelope-from tkato@prontomail.com) Received: from localhost ([61.198.223.247]) by hfep08.dion.ne.jp with SMTP id <20030522150925156.JTSE@hfep08.dion.ne.jp> for ; Fri, 23 May 2003 00:09:25 +0900 Message-Id: <20030523000758.463089d0.tkato@prontomail.com> Date: Fri, 23 May 2003 00:07:58 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/52574: Update port: japanese/anthy to 3900 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 May 2003 15:20:16 -0000 >Number: 52574 >Category: ports >Synopsis: Update port: japanese/anthy to 3900 >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 May 22 08:20:09 PDT 2003 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.8-RELEASE i386 >Organization: >Environment: >Description: - Update to version 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 Thu May 22 18:46:42 2003 @@ -6,14 +6,15 @@ # 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_LIBTOOL= yes +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} INSTALL_SHLIBS= yes .include 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 May 22 18:47:34 2003 @@ -1,11 +1,19 @@ ---- 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 +--- 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' +@@ -7327,7 +7328,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 x"$EMACS" = xt && 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. + # 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/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 >Release-Note: >Audit-Trail: >Unformatted: