summaryrefslogtreecommitdiff
path: root/japanese/kinput2/files
diff options
context:
space:
mode:
Diffstat (limited to 'japanese/kinput2/files')
-rw-r--r--japanese/kinput2/files/Kinput2.conf22
-rw-r--r--japanese/kinput2/files/patch-kinput2.ad14
-rw-r--r--japanese/kinput2/files/patch-lib::imlib::imconv.c12
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 -*/