pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/inputmethod/ja-freewnn-lib More errno fixes for the re...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c7ac4152cc09
branches:  trunk
changeset: 505158:c7ac4152cc09
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sat Dec 31 00:51:27 2005 +0000

description:
More errno fixes for the rest of freewnn.

diffstat:

 inputmethod/ja-freewnn-lib/distinfo         |   6 +++++-
 inputmethod/ja-freewnn-lib/patches/patch-ai |  13 +++++++++++++
 inputmethod/ja-freewnn-lib/patches/patch-aj |  21 +++++++++++++++++++++
 inputmethod/ja-freewnn-lib/patches/patch-ak |  13 +++++++++++++
 inputmethod/ja-freewnn-lib/patches/patch-al |  12 ++++++++++++
 5 files changed, 64 insertions(+), 1 deletions(-)

diffs (92 lines):

diff -r fdd2cc39daed -r c7ac4152cc09 inputmethod/ja-freewnn-lib/distinfo
--- a/inputmethod/ja-freewnn-lib/distinfo       Sat Dec 31 00:39:01 2005 +0000
+++ b/inputmethod/ja-freewnn-lib/distinfo       Sat Dec 31 00:51:27 2005 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.6 2005/12/30 21:51:23 joerg Exp $
+$NetBSD: distinfo,v 1.7 2005/12/31 00:51:27 joerg Exp $
 
 SHA1 (freewnn/FreeWnn-1.10.tar.gz) = 66a0640d4632d82b7012c4aa2239bc1d69d45034
 RMD160 (freewnn/FreeWnn-1.10.tar.gz) = 8644371c258b1f32c36d5f0318032a0a50c5f640
@@ -14,3 +14,7 @@
 SHA1 (patch-af) = 26d45af3c65df5af5299c837a123129ec5919bd4
 SHA1 (patch-ag) = bf3d35e2499a602862758b322970c765ffea4052
 SHA1 (patch-ah) = 1795d35ffc0bdbc3d082c46afb86d616bef52d68
+SHA1 (patch-ai) = ecba683c308c4acf69f0e5835ee241dfbab5b71a
+SHA1 (patch-aj) = 33420feacb29abd59882672dfeb254527aa99fe6
+SHA1 (patch-ak) = d85b3ebd34e583f935ae517f338d522d21ebb44b
+SHA1 (patch-al) = bdfb622211d7fcc9d18ee33a545bec876664f3a4
diff -r fdd2cc39daed -r c7ac4152cc09 inputmethod/ja-freewnn-lib/patches/patch-ai
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/inputmethod/ja-freewnn-lib/patches/patch-ai       Sat Dec 31 00:51:27 2005 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ai,v 1.1 2005/12/31 00:51:27 joerg Exp $
+
+--- Xwnmo/xwnmo/do_socket.c.orig       2005-12-30 21:54:05.000000000 +0000
++++ Xwnmo/xwnmo/do_socket.c
+@@ -590,8 +590,6 @@ wait_for_socket()
+ {
+     register int i;
+     int n, ret;
+-    extern int errno;
+-    extern int select();
+ 
+     /*
+      * If recv_buf has some data, return with as cur_sock get data
diff -r fdd2cc39daed -r c7ac4152cc09 inputmethod/ja-freewnn-lib/patches/patch-aj
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/inputmethod/ja-freewnn-lib/patches/patch-aj       Sat Dec 31 00:51:27 2005 +0000
@@ -0,0 +1,21 @@
+$NetBSD: patch-aj,v 1.1 2005/12/31 00:51:27 joerg Exp $
+
+--- Wnn/uum/jhlp.c.orig        2005-12-30 21:54:27.000000000 +0000
++++ Wnn/uum/jhlp.c
+@@ -59,7 +59,7 @@ static char *rcs_id = "$Id: jhlp.c,v 1.4
+ #ifndef SYSVR2
+ #include <fcntl.h>
+ #endif /* !SYSVR2 */
+-#include <sys/errno.h>
++#include <errno.h>
+ #include <pwd.h>
+ #include <sys/time.h>
+ #ifdef UX386
+@@ -134,7 +134,6 @@ char *cmdnm = "csh";               /* char *cmdnm = "
+ int child_id;
+ char *prog;
+ 
+-extern int errno;
+ extern char *optarg;
+ extern int optind;
+ 
diff -r fdd2cc39daed -r c7ac4152cc09 inputmethod/ja-freewnn-lib/patches/patch-ak
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/inputmethod/ja-freewnn-lib/patches/patch-ak       Sat Dec 31 00:51:27 2005 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ak,v 1.1 2005/12/31 00:51:27 joerg Exp $
+
+--- Wnn/jserver/error.c.orig   2005-12-30 21:54:50.000000000 +0000
++++ Wnn/jserver/error.c
+@@ -46,8 +46,6 @@
+ #include "de_header.h"
+ #include <pwd.h>
+ 
+-extern int errno;
+-
+ static void my_error(), exit_hand();
+ void error1();
+ 
diff -r fdd2cc39daed -r c7ac4152cc09 inputmethod/ja-freewnn-lib/patches/patch-al
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/inputmethod/ja-freewnn-lib/patches/patch-al       Sat Dec 31 00:51:27 2005 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-al,v 1.1 2005/12/31 00:51:27 joerg Exp $
+
+--- Wnn/jserver/de.c.orig      2005-12-30 22:01:06.000000000 +0000
++++ Wnn/jserver/de.c
+@@ -57,7 +57,6 @@
+ 
+ #include <ctype.h>
+ #include <errno.h>
+-extern int errno;             /* Pure BSD */
+ 
+ #include <sys/ioctl.h>
+ 



Home | Main Index | Thread Index | Old Index