ports/53495: Update port: japanese/jmode to 0.6.6 (fix ports/52575)

KATO Tsuguru tkato at prontomail.com
Thu Jun 19 12:20:18 UTC 2003


>Number:         53495
>Category:       ports
>Synopsis:       Update port: japanese/jmode to 0.6.6 (fix ports/52575)
>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 Jun 19 05:20:13 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.8-RELEASE i386
>Organization:
>Environment:
>Description:
- Update to version

New file:
files/patch-Makefile.in

Folowing PRs should be superseded by this one:
[2003/05/22] ports/52575  nakai       Update port: japanese/jmode to 0.6.5

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/japanese/jmode/Makefile japanese/jmode/Makefile
--- /usr/ports/japanese/jmode/Makefile	Tue May  6 21:11:21 2003
+++ japanese/jmode/Makefile	Thu Jun 19 14:18:32 2003
@@ -6,22 +6,20 @@
 #
 
 PORTNAME=	jmode
-PORTVERSION=	0.4.29
+PORTVERSION=	0.6.6
 CATEGORIES=	japanese
-MASTER_SITES=	http://www.kmc.gr.jp/proj/heke/
+MASTER_SITES=	http://downloads.sourceforge.jp/anthy/4445/
 
 MAINTAINER=	nakai at FreeBSD.org
 COMMENT=	XIM server for Anthy input method
 
-BROKEN=		"Bad dependency"
+LIB_DEPENDS=	anthy.0:${PORTSDIR}/japanese/anthy
 
-BUILD_DEPENDS=	${LOCALBASE}/include/anthy.h:${PORTSDIR}/japanese/anthy
-
-GNU_CONFIGURE=	yes
 USE_X_PREFIX=	yes
-USE_GNOME=	gtk12
-
+USE_GNOME=	gnometarget gtk12
+GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
-		LIBS="-L${LOCALBASE}/lib"
+		LDFLAGS="-L${LOCALBASE}/lib"
+CONFIGURE_ARGS=	--with-skk
 
 .include <bsd.port.mk>
diff -urN /usr/ports/japanese/jmode/distinfo japanese/jmode/distinfo
--- /usr/ports/japanese/jmode/distinfo	Tue Feb 26 15:38:01 2002
+++ japanese/jmode/distinfo	Thu Jun 19 14:24:31 2003
@@ -1 +1 @@
-MD5 (jmode-0.4.29.tar.gz) = 5c7d4276cf3a29b5c5f6efec1c0c76f5
+MD5 (jmode-0.6.6.tar.gz) = 4f5b31cbc669152c4cad578dba043b11
diff -urN /usr/ports/japanese/jmode/files/patch-Makefile.in japanese/jmode/files/patch-Makefile.in
--- /usr/ports/japanese/jmode/files/patch-Makefile.in	Thu Jan  1 09:00:00 1970
+++ japanese/jmode/files/patch-Makefile.in	Thu May 22 19:01:02 2003
@@ -0,0 +1,11 @@
+--- Makefile.in.orig	Mon Apr 14 22:12:05 2003
++++ Makefile.in	Thu May 22 19:00:49 2003
+@@ -430,7 +430,7 @@
+ 
+ info-am:
+ 
+-install-data-am: install-gnorbaDATA install-pkgdataDATA
++install-data-am: install-pkgdataDATA
+ 
+ install-exec-am:
+ 
diff -urN /usr/ports/japanese/jmode/files/patch-aa japanese/jmode/files/patch-aa
--- /usr/ports/japanese/jmode/files/patch-aa	Tue Feb 26 15:38:03 2002
+++ japanese/jmode/files/patch-aa	Thu May 22 18:36:10 2003
@@ -1,11 +1,11 @@
---- src/main.cpp.orig	Tue Feb 26 15:35:22 2002
-+++ src/main.cpp	Tue Feb 26 15:35:26 2002
-@@ -29,7 +29,7 @@
- FILE *ctrl_in,*ctrl_out;
+--- src/main.cpp.orig	Mon Feb 17 00:03:37 2003
++++ src/main.cpp	Thu May 22 18:36:01 2003
+@@ -27,7 +27,7 @@
  
  //______
--#define LANG "ja_JP"
-+#define LANG "ja_JP.EUC"
- #define VERSION_NAME "jmode out of the way! Version "VERSION"\n"
- char *version_name=VERSION_NAME;
- char *usage=
+ #ifdef __FreeBSD__
+-#define LANG "ja_JP.EUC"
++#define LANG "ja_JP.eucJP"
+ #else
+ #define LANG "ja_JP"
+ #endif
diff -urN /usr/ports/japanese/jmode/pkg-descr japanese/jmode/pkg-descr
--- /usr/ports/japanese/jmode/pkg-descr	Tue Feb 26 15:38:01 2002
+++ japanese/jmode/pkg-descr	Thu Jun 19 14:14:30 2003
@@ -1,3 +1,3 @@
 XIM server for Anthy input method
 
-WWW: http://www.kmc.gr.jp/proj/heke/
+WWW: http://anthy.sourceforge.jp/
diff -urN /usr/ports/japanese/jmode/pkg-plist japanese/jmode/pkg-plist
--- /usr/ports/japanese/jmode/pkg-plist	Tue Feb 26 15:38:01 2002
+++ japanese/jmode/pkg-plist	Thu May 22 18:56:27 2003
@@ -1,3 +1,4 @@
 bin/jmode
 share/jmode/jmode-default.conf
+share/jmode/jmode-kana.conf
 @dirrm share/jmode
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list