pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/comms/xtel Don't use malloc.h.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6e5d6a3aba8d
branches:  trunk
changeset: 531901:6e5d6a3aba8d
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Wed Aug 08 16:50:26 2007 +0000

description:
Don't use malloc.h.

diffstat:

 comms/xtel/distinfo         |   3 ++-
 comms/xtel/patches/patch-ah |  13 +++++++++++++
 2 files changed, 15 insertions(+), 1 deletions(-)

diffs (31 lines):

diff -r 156446feb315 -r 6e5d6a3aba8d comms/xtel/distinfo
--- a/comms/xtel/distinfo       Wed Aug 08 16:39:05 2007 +0000
+++ b/comms/xtel/distinfo       Wed Aug 08 16:50:26 2007 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.4 2006/01/02 16:17:09 joerg Exp $
+$NetBSD: distinfo,v 1.5 2007/08/08 16:50:26 joerg Exp $
 
 SHA1 (xtel-3.3.0.tar.gz) = 7ee5a5afa20bea46e08c346605c53cdd32d69dc9
 RMD160 (xtel-3.3.0.tar.gz) = 0ba51e9129b24db33ac96cff23ffc88d3f13b653
@@ -10,3 +10,4 @@
 SHA1 (patch-ae) = ece76180605a5310044ff06506fd298f3dde3234
 SHA1 (patch-af) = c52f5b39da50c350ac3ce929b3f77eafdce4942c
 SHA1 (patch-ag) = 6addd47ca368ed78011162b0b843124329909fc1
+SHA1 (patch-ah) = 18f454bba7898a4d80f68215e7b6995d2ba26a71
diff -r 156446feb315 -r 6e5d6a3aba8d comms/xtel/patches/patch-ah
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/comms/xtel/patches/patch-ah       Wed Aug 08 16:50:26 2007 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ah,v 1.1 2007/08/08 16:50:26 joerg Exp $
+
+--- Videotex/Videotex.c.orig   2007-08-08 16:22:41.000000000 +0000
++++ Videotex/Videotex.c
+@@ -22,7 +22,7 @@ static char rcsid[] = "$Id: Videotex.c,v
+ /* 
+  * Widget Videotex:   VideotexWidgetClass
+  */
+-#include <malloc.h>
++#include <stdlib.h>
+ #include <ctype.h>
+ #include <X11/IntrinsicP.h>
+ #include <X11/StringDefs.h>



Home | Main Index | Thread Index | Old Index