pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/inputmethod/Chinput Address of and register variables ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7088cd63213b
branches:  trunk
changeset: 395070:7088cd63213b
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Mon Jul 06 16:06:58 2009 +0000

description:
Address of and register variables don't play together, so fix it.

diffstat:

 inputmethod/Chinput/distinfo         |   3 ++-
 inputmethod/Chinput/patches/patch-aj |  13 +++++++++++++
 2 files changed, 15 insertions(+), 1 deletions(-)

diffs (31 lines):

diff -r b37976f10de3 -r 7088cd63213b inputmethod/Chinput/distinfo
--- a/inputmethod/Chinput/distinfo      Mon Jul 06 16:05:45 2009 +0000
+++ b/inputmethod/Chinput/distinfo      Mon Jul 06 16:06:58 2009 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.4 2007/07/24 15:14:49 joerg Exp $
+$NetBSD: distinfo,v 1.5 2009/07/06 16:06:58 joerg Exp $
 
 SHA1 (Chinput-3.0.tar.gz) = de6da2c8c53b38c1b23aee73c1aced90628e57d8
 RMD160 (Chinput-3.0.tar.gz) = f51ee0f87bc38b760bf4d585466d25d4b6176518
@@ -12,3 +12,4 @@
 SHA1 (patch-ag) = ca121a6672f02808275b6ffe73ad1f2287e75443
 SHA1 (patch-ah) = 88caa0cd5a7c689c28096b2f6537570c6dc7b493
 SHA1 (patch-ai) = 79d0e1ac1d99fe4cb79eea957ba9f1153c39a783
+SHA1 (patch-aj) = 7ba12e09e26b289be34e07c9e84eb2c69e890299
diff -r b37976f10de3 -r 7088cd63213b inputmethod/Chinput/patches/patch-aj
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/inputmethod/Chinput/patches/patch-aj      Mon Jul 06 16:06:58 2009 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-aj,v 1.1 2009/07/06 16:06:58 joerg Exp $
+
+--- src/IMdkit/lib/i18nClbk.c.orig     2010-05-31 09:18:25.000000000 +0200
++++ src/IMdkit/lib/i18nClbk.c
+@@ -129,7 +129,7 @@ int _Xi18nPreeditDrawCallback (XIMS ims,
+     XIMPreeditDrawCallbackStruct *draw =
+         (XIMPreeditDrawCallbackStruct *) &preedit_CB->todo.draw;
+     CARD16 connect_id = call_data->any.connect_id;
+-    register int feedback_count;
++    int feedback_count;
+     register int i;
+     BITMASK32 status = 0x0;
+ 



Home | Main Index | Thread Index | Old Index