diff options
author | nork <nork@FreeBSD.org> | 2003-06-02 16:39:26 +0000 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2003-06-02 16:39:26 +0000 |
commit | 11a5f08fb2cc41406bd5204c6a41149c11bebe9b (patch) | |
tree | b82caf611907796dfbb59b79e79082008fef9f2d /japanese/kinput2 | |
parent | 7eecc129747b4f40706f477e590d44bbcb2db54d (diff) | |
download | FreeBSD-ports-11a5f08fb2cc41406bd5204c6a41149c11bebe9b.zip FreeBSD-ports-11a5f08fb2cc41406bd5204c6a41149c11bebe9b.tar.gz |
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)
Diffstat (limited to 'japanese/kinput2')
-rw-r--r-- | japanese/kinput2/Makefile | 2 | ||||
-rw-r--r-- | japanese/kinput2/files/patch-lib::imlib::imconv.c | 12 |
2 files changed, 13 insertions, 1 deletions
diff --git a/japanese/kinput2/Makefile b/japanese/kinput2/Makefile index 75d795f..93ff20a 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 0000000..bfe8aef --- /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 -*/ |