aboutsummaryrefslogtreecommitdiff
path: root/japanese/kinput2
diff options
context:
space:
mode:
authorNorikatsu Shigemura <nork@FreeBSD.org>2003-06-02 16:39:26 +0000
committerNorikatsu Shigemura <nork@FreeBSD.org>2003-06-02 16:39:26 +0000
commit087d2ce3245e5a21fc0ce1db9b5ddf22c6daf1b4 (patch)
treeb68f5ca58794b1ba408857b4d2b6aefc1f20da8b /japanese/kinput2
parent86e4952c7e0ac2804feca0b5200fced85c983997 (diff)
downloadports-087d2ce3245e5a21fc0ce1db9b5ddf22c6daf1b4.tar.gz
ports-087d2ce3245e5a21fc0ce1db9b5ddf22c6daf1b4.zip
Fix XIM application freeze & Bump PORTREVISION.
PR: users-jp/74701 Submitted by: Hiromi Kimura <hiromi@tac.tsukuba.ac.jp> Reviewed by: ume Approved by: maintainer timeout (about 5 days)
Notes
Notes: svn path=/head/; revision=82029
Diffstat (limited to 'japanese/kinput2')
-rw-r--r--japanese/kinput2/Makefile2
-rw-r--r--japanese/kinput2/files/patch-lib::imlib::imconv.c12
2 files changed, 13 insertions, 1 deletions
diff --git a/japanese/kinput2/Makefile b/japanese/kinput2/Makefile
index 75d795f105c6..93ff20acbbd2 100644
--- a/japanese/kinput2/Makefile
+++ b/japanese/kinput2/Makefile
@@ -7,7 +7,7 @@
PORTNAME= kinput2
PORTVERSION= 3.1
-PORTREVISION= 1
+PORTREVISION= 2
PKGNAMESUFFIX= ${INPUT_METHOD}
CATEGORIES= japanese x11
MASTER_SITES= ftp://ftp.sra.co.jp/pub/x11/kinput2/
diff --git a/japanese/kinput2/files/patch-lib::imlib::imconv.c b/japanese/kinput2/files/patch-lib::imlib::imconv.c
new file mode 100644
index 000000000000..bfe8aefa01ae
--- /dev/null
+++ b/japanese/kinput2/files/patch-lib::imlib::imconv.c
@@ -0,0 +1,12 @@
+--- lib/imlib/imconv.c.orig Thu Oct 3 18:35:30 2002
++++ lib/imlib/imconv.c Tue Jun 3 01:34:56 2003
+@@ -591,6 +591,9 @@
+ }
+ }
+ IMFinishRequest(conn, offset);
++#ifdef STATUS_SYNC
++ IMFlush(conn);
++#endif /* STATUS_SYNC */
+ }
+
+ /*- preeditCaret: do actual preedit caret -*/