From 6a5159fe047b80ae3f3813e7ee39553bc8d713fc Mon Sep 17 00:00:00 2001 From: Edwin Groothuis Date: Sun, 28 Dec 2003 11:18:18 +0000 Subject: New port: iiimf-* IIIMF stands for Internet/Intranet Input Method Framework. IIIMF is designed to be the next generation of input method framework which provides the following capabilities; * Multiplatform, platform independent. * Multlingual and Full UNICODE support, but satisfactory for native speakers. * Windowing System Independent. * Multiple language engines concurrently run. * Multiuser. * Distributed, lightweight clients and scalable server. * Extensible in multiple means. * Input method protocol efficient enough to be used over low-speed modem connection. * Easy input method engine development with plugin API. * Easy input method enabling with libiiimcf, even on console apps. * Small core part to start from. WWW: http://www.openi18n.org/subgroups/im/IIIMF/ PR: ports/60087 Submitted by: Kuang-che Wu --- textproc/iiimf-server/files/patch-iiimsf_src_watchdog.c | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 textproc/iiimf-server/files/patch-iiimsf_src_watchdog.c (limited to 'textproc/iiimf-server/files/patch-iiimsf_src_watchdog.c') diff --git a/textproc/iiimf-server/files/patch-iiimsf_src_watchdog.c b/textproc/iiimf-server/files/patch-iiimsf_src_watchdog.c new file mode 100644 index 000000000000..0ea2ed146c79 --- /dev/null +++ b/textproc/iiimf-server/files/patch-iiimsf_src_watchdog.c @@ -0,0 +1,11 @@ +--- src/watchdog.c.orig Sat Dec 6 02:47:06 2003 ++++ src/watchdog.c Sat Dec 6 02:47:34 2003 +@@ -324,6 +324,8 @@ + if ((pid_t)(-1) == pgrp) + fprintf (stderr,"cannot set session id"); + ++#elif defined(__FreeBSD__) ++ setsid(); + #else /* !SunOS */ + pgrp = setpgrp(); + #endif /* !SunOS */ -- cgit v1.2.3