summaryrefslogtreecommitdiff
path: root/inputmethod/sj3-lib/patches/patch-ae
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2010-02-15 13:35:21 +0000
committerobache <obache@pkgsrc.org>2010-02-15 13:35:21 +0000
commit778d65ea5f04ca8061bbad5d504e051983a88961 (patch)
tree40e1f213a84ec8f81a20482616fc6a2c2c5beb5f /inputmethod/sj3-lib/patches/patch-ae
parent982390a4ca9cfd61198fa51efb90f685952cbe1e (diff)
downloadpkgsrc-778d65ea5f04ca8061bbad5d504e051983a88961.tar.gz
Update sj3 to 2.0.1.23p1.
Re-arranged packages: * sj3-lib:removed * sj3-dict: removed * sj3-server-bin: removed * sj3-client: added (lib + client tools) * sj3-server: no more meta-pkg (server + dict) * sj3: added (sj3-server + sj3-client) Notable changes since 2.0.1.21: * changed to gnu-configure. * sj3lib is shared library. * using lua for server settings. * sj3 command was removed. * sj3serv no longer listen network socket. Set "false" to "strict_auth" and invoke sj3proxy additionaly if require it. * dictionaty directry was changed, please refer MigrationGuide from HOMEPAGE. On pkgsrc, new location is ${VARBASE}/sj3/dict.
Diffstat (limited to 'inputmethod/sj3-lib/patches/patch-ae')
-rw-r--r--inputmethod/sj3-lib/patches/patch-ae28
1 files changed, 0 insertions, 28 deletions
diff --git a/inputmethod/sj3-lib/patches/patch-ae b/inputmethod/sj3-lib/patches/patch-ae
deleted file mode 100644
index 4ab7f251130..00000000000
--- a/inputmethod/sj3-lib/patches/patch-ae
+++ /dev/null
@@ -1,28 +0,0 @@
-$NetBSD: patch-ae,v 1.3 2002/08/25 19:23:01 jlam Exp $
-
---- include/Paths.h.in.orig Thu Jan 23 20:20:57 1997
-+++ include/Paths.h.in Tue Aug 18 11:29:00 1998
-@@ -33,7 +33,22 @@
- * $SonyDate: 1997/01/23 11:20:55 $
- */
-
--#define ErrorOutFile "/dev/console"
-+/*
-+ * Change ErrotOutFile variable.
-+ * Because suppress a error when sj3serv start up, change to "/dev/stderr".
-+ * This error is "Cannot Open "/dev/console".".
-+ * Patched by Hidekazu Kuroki(hidekazu@cs.titech.ac.jp) 1996/8/10
-+ *
-+ * Change ErrotOutFile variable.
-+ * This default value is "/dev/null" in document.
-+ * Patched by Hidekazu Kuroki(hidekazu@cs.titech.ac.jp) 1996/8/11
-+ */
-+#if !defined(__FreeBSD__) && !defined(__NetBSD__) && !defined(__OpenBSD__)
-+#define ErrorOutFile "/dev/console"
-+#else
-+/* #define ErrorOutFile "/dev/stderr" */ /* for test */
-+#define ErrorOutFile "/dev/null"
-+#endif
-
- #define SocketName "/tmp/sj3sock"
- #define LockFile "/tmp/SJ3SERV.EXIST"