diff options
author | joerg <joerg@pkgsrc.org> | 2005-12-31 00:51:27 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2005-12-31 00:51:27 +0000 |
commit | 6ccd861345ec745edb6968caeb67dfbfc7066228 (patch) | |
tree | ec75b7308d0dd6a7069ecfb404b9089d097a5a85 /inputmethod/ja-freewnn-lib | |
parent | 7b199e3aa47f0c51f1d7e2b6572f812e21e2fb44 (diff) | |
download | pkgsrc-6ccd861345ec745edb6968caeb67dfbfc7066228.tar.gz |
More errno fixes for the rest of freewnn.
Diffstat (limited to 'inputmethod/ja-freewnn-lib')
-rw-r--r-- | inputmethod/ja-freewnn-lib/distinfo | 6 | ||||
-rw-r--r-- | inputmethod/ja-freewnn-lib/patches/patch-ai | 13 | ||||
-rw-r--r-- | inputmethod/ja-freewnn-lib/patches/patch-aj | 21 | ||||
-rw-r--r-- | inputmethod/ja-freewnn-lib/patches/patch-ak | 13 | ||||
-rw-r--r-- | inputmethod/ja-freewnn-lib/patches/patch-al | 12 |
5 files changed, 64 insertions, 1 deletions
diff --git a/inputmethod/ja-freewnn-lib/distinfo b/inputmethod/ja-freewnn-lib/distinfo index 6480755e149..df291197412 100644 --- a/inputmethod/ja-freewnn-lib/distinfo +++ b/inputmethod/ja-freewnn-lib/distinfo @@ -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-ae) = 5227329133667d5bdc9f519ddc219263c9bbb820 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 --git a/inputmethod/ja-freewnn-lib/patches/patch-ai b/inputmethod/ja-freewnn-lib/patches/patch-ai new file mode 100644 index 00000000000..4fbeacfca0a --- /dev/null +++ b/inputmethod/ja-freewnn-lib/patches/patch-ai @@ -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 --git a/inputmethod/ja-freewnn-lib/patches/patch-aj b/inputmethod/ja-freewnn-lib/patches/patch-aj new file mode 100644 index 00000000000..3c3e904f4dc --- /dev/null +++ b/inputmethod/ja-freewnn-lib/patches/patch-aj @@ -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 --git a/inputmethod/ja-freewnn-lib/patches/patch-ak b/inputmethod/ja-freewnn-lib/patches/patch-ak new file mode 100644 index 00000000000..f716250f454 --- /dev/null +++ b/inputmethod/ja-freewnn-lib/patches/patch-ak @@ -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 --git a/inputmethod/ja-freewnn-lib/patches/patch-al b/inputmethod/ja-freewnn-lib/patches/patch-al new file mode 100644 index 00000000000..52cf8f17d4d --- /dev/null +++ b/inputmethod/ja-freewnn-lib/patches/patch-al @@ -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> + |