pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/inputmethod/Chinput malloc.h is an anachroism, use std...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f793ea6baed0
branches:  trunk
changeset: 531188:f793ea6baed0
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Tue Jul 24 15:14:49 2007 +0000

description:
malloc.h is an anachroism, use stdlib.h instead.

diffstat:

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

diffs (31 lines):

diff -r 3a80e7441945 -r f793ea6baed0 inputmethod/Chinput/distinfo
--- a/inputmethod/Chinput/distinfo      Tue Jul 24 14:26:31 2007 +0000
+++ b/inputmethod/Chinput/distinfo      Tue Jul 24 15:14:49 2007 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.3 2006/01/04 12:04:46 rxg Exp $
+$NetBSD: distinfo,v 1.4 2007/07/24 15:14:49 joerg Exp $
 
 SHA1 (Chinput-3.0.tar.gz) = de6da2c8c53b38c1b23aee73c1aced90628e57d8
 RMD160 (Chinput-3.0.tar.gz) = f51ee0f87bc38b760bf4d585466d25d4b6176518
@@ -11,3 +11,4 @@
 SHA1 (patch-af) = db621ebb06d22d948513451c4b5b670494dd5d46
 SHA1 (patch-ag) = ca121a6672f02808275b6ffe73ad1f2287e75443
 SHA1 (patch-ah) = 88caa0cd5a7c689c28096b2f6537570c6dc7b493
+SHA1 (patch-ai) = 79d0e1ac1d99fe4cb79eea957ba9f1153c39a783
diff -r 3a80e7441945 -r f793ea6baed0 inputmethod/Chinput/patches/patch-ai
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/inputmethod/Chinput/patches/patch-ai      Tue Jul 24 15:14:49 2007 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ai,v 1.1 2007/07/24 15:14:50 joerg Exp $
+
+--- src/IMdkit/lib/IMConn.c.orig       2007-07-24 14:18:46.000000000 +0000
++++ src/IMdkit/lib/IMConn.c
+@@ -30,7 +30,7 @@ IN CONNECTION WITH THE USE OR PERFORMANC
+ ******************************************************************/
+ 
+ #include <X11/Xlib.h>
+-#include <malloc.h>
++#include <stdlib.h>
+ #include "IMdkit.h"
+ #include <stdarg.h>
+ 



Home | Main Index | Thread Index | Old Index