diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2003-12-12 19:19:02 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2003-12-12 19:19:02 +0000 |
commit | a0848d727648aa70f6a89c013203f2b82a4e972e (patch) | |
tree | 37ec8e378ec2d731e9ba9c15cd58724325a5637c /japanese/kinput2/files | |
parent | Fix build by syncing with gaim-0.73. (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_5_2_0'.release/5.2.0
Diffstat (limited to '')
-rw-r--r-- | japanese/kinput2/files/Kinput2.conf | 22 | ||||
-rw-r--r-- | japanese/kinput2/files/patch-kinput2.ad | 14 | ||||
-rw-r--r-- | japanese/kinput2/files/patch-lib::imlib::imconv.c | 12 |
3 files changed, 0 insertions, 48 deletions
diff --git a/japanese/kinput2/files/Kinput2.conf b/japanese/kinput2/files/Kinput2.conf deleted file mode 100644 index c7c714ad1dae..000000000000 --- a/japanese/kinput2/files/Kinput2.conf +++ /dev/null @@ -1,22 +0,0 @@ -XCOMM Each parameter in this file is explained in the original -XCOMM Kinput2.conf (probably Kinput2.conf.org) - -XCOMM Redefine $(IMAKE_CMD) for FreeBSD ports (by S. Taoka) - -IMAKE_CMD = $(IMAKE) -DUseInstalled -I$(IRULESRC) $(IMAKE_DEFINES) $(PORT_IMAKE_DEFINES) - -CCDEF_DIR = $(LIBDIR)/ccdef - -WNNSRC = port_WNNSRC -WNNINCDIR = port_WNNINCDIR -WNNLIB = port_WNNLIB - -CANNAINSTDIR = port_CANNAINSTDIR -CANNASRC = port_CANNASRC -CANNALIB = port_CANNALIB - -SJ3DEF_DIR = $(LIBDIR)/sj3def -SJ3SRC = port_SJ3SRC -SJ3LIB = port_SJ3LIB - -TRANSPORTDEFS = diff --git a/japanese/kinput2/files/patch-kinput2.ad b/japanese/kinput2/files/patch-kinput2.ad deleted file mode 100644 index ac578576b9fa..000000000000 --- a/japanese/kinput2/files/patch-kinput2.ad +++ /dev/null @@ -1,14 +0,0 @@ ---- cmd/Kinput2.ad.orig Tue May 20 14:13:43 2003 -+++ cmd/Kinput2.ad Tue May 20 14:14:46 2003 -@@ -34,7 +34,10 @@ - !! - !*CcWnn.Jserver: "primary-jserver-host" - !*CcWnn.jserver2nd: "secondary-jserver-host-if-any" --*CcWnn.ccdef: ccdef.kinput2 -+!!! Uncomment below if you like legacy key bindings -+!*CcWnn.ccdef: ccdef.kinput2 -+!!! Anc comment below if you like legacy key bindings -+*CcWnn.ccdef: ccdef.kinput2.egg - !*CcWnn.wnnEnvrc4: "wnenvrc-file-for-Wnn4" - !*CcWnn.wnnEnvrc6: "wnenvrc-file-for-Wnn6" - !! diff --git a/japanese/kinput2/files/patch-lib::imlib::imconv.c b/japanese/kinput2/files/patch-lib::imlib::imconv.c deleted file mode 100644 index bfe8aefa01ae..000000000000 --- a/japanese/kinput2/files/patch-lib::imlib::imconv.c +++ /dev/null @@ -1,12 +0,0 @@ ---- 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 -*/ |