pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/inputmethod/Chinput Fixed compile failed on DragonflyBSD.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0e6f23d6390b
branches:  trunk
changeset: 505528:0e6f23d6390b
user:      rxg <rxg%pkgsrc.org@localhost>
date:      Wed Jan 04 12:04:46 2006 +0000

description:
Fixed compile failed on DragonflyBSD.
Confirmed by LIU Xiang <neo dot liu at gmail dot com> in private mail.

diffstat:

 inputmethod/Chinput/distinfo         |   4 +++-
 inputmethod/Chinput/patches/patch-ag |  12 ++++++++++++
 inputmethod/Chinput/patches/patch-ah |  12 ++++++++++++
 3 files changed, 27 insertions(+), 1 deletions(-)

diffs (47 lines):

diff -r b97772c5968d -r 0e6f23d6390b inputmethod/Chinput/distinfo
--- a/inputmethod/Chinput/distinfo      Wed Jan 04 12:03:32 2006 +0000
+++ b/inputmethod/Chinput/distinfo      Wed Jan 04 12:04:46 2006 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.2 2005/02/23 21:00:34 agc Exp $
+$NetBSD: distinfo,v 1.3 2006/01/04 12:04:46 rxg Exp $
 
 SHA1 (Chinput-3.0.tar.gz) = de6da2c8c53b38c1b23aee73c1aced90628e57d8
 RMD160 (Chinput-3.0.tar.gz) = f51ee0f87bc38b760bf4d585466d25d4b6176518
@@ -9,3 +9,5 @@
 SHA1 (patch-ad) = 8a9fb407307bcd823e6050ab65e9e20bb512e367
 SHA1 (patch-ae) = f3854f86cb2780bf710db84e2bc38b51671dd4b1
 SHA1 (patch-af) = db621ebb06d22d948513451c4b5b670494dd5d46
+SHA1 (patch-ag) = ca121a6672f02808275b6ffe73ad1f2287e75443
+SHA1 (patch-ah) = 88caa0cd5a7c689c28096b2f6537570c6dc7b493
diff -r b97772c5968d -r 0e6f23d6390b inputmethod/Chinput/patches/patch-ag
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/inputmethod/Chinput/patches/patch-ag      Wed Jan 04 12:04:46 2006 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-ag,v 1.1 2006/01/04 12:04:46 rxg Exp $
+
+--- src/handw.c.orig   2006-01-04 19:57:26.000000000 +0800
++++ src/handw.c
+@@ -25,7 +25,6 @@
+ #define  F_STRING     0
+ #define  F_CONTROL    1
+ 
+-extern int ForwardEvent();
+ static int in_hwkeys(int x0, int y0);
+ static void set_hwkey(int n, char c, int f, char *label, char *blabel,
+       int x, int y, int w, int h);
diff -r b97772c5968d -r 0e6f23d6390b inputmethod/Chinput/patches/patch-ah
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/inputmethod/Chinput/patches/patch-ah      Wed Jan 04 12:04:46 2006 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-ah,v 1.1 2006/01/04 12:04:46 rxg Exp $
+
+--- src/keyboard.c.orig        2006-01-04 19:58:25.000000000 +0800
++++ src/keyboard.c
+@@ -24,7 +24,6 @@
+ #define INC (x0 += KEY_WIDTH)
+ #define HALFINC (x0 += KEY_WIDTH/2)
+ 
+-extern int ForwardEvent();
+ static void set_key(int n, unsigned long keysym, int x, int y, int w, int h);
+ static int in_keys(int x0, int y0);
+ 



Home | Main Index | Thread Index | Old Index