View | Details | Raw Unified | Return to bug 53495
Collapse All | Expand All

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

Return to bug 53495