pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/graphviz Include stdlib.h instead of malloc.h.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/18ed32bc1a1c
branches:  trunk
changeset: 524215:18ed32bc1a1c
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Sat Jan 20 22:17:53 2007 +0000

description:
Include stdlib.h instead of malloc.h.

diffstat:

 graphics/graphviz/distinfo         |   3 ++-
 graphics/graphviz/patches/patch-af |  13 +++++++++++++
 2 files changed, 15 insertions(+), 1 deletions(-)

diffs (31 lines):

diff -r e7254ae5697c -r 18ed32bc1a1c graphics/graphviz/distinfo
--- a/graphics/graphviz/distinfo        Sat Jan 20 20:08:31 2007 +0000
+++ b/graphics/graphviz/distinfo        Sat Jan 20 22:17:53 2007 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.21 2007/01/20 14:07:12 joerg Exp $
+$NetBSD: distinfo,v 1.22 2007/01/20 22:17:53 minskim Exp $
 
 SHA1 (graphviz-2.12.tar.gz) = aa48a926395a57c6c7e1e755b9432a29461538e3
 RMD160 (graphviz-2.12.tar.gz) = 68d55176cd5ce0e6a25c90b443529747e738d5c6
@@ -8,3 +8,4 @@
 SHA1 (patch-ac) = e0877aef8259172549e6b69f1478d1ccdef2bb6d
 SHA1 (patch-ad) = d14bfef61caec543812b9d5ea8d2c331bf350af8
 SHA1 (patch-ae) = df8ec6959bf1b8212f8bfcaf48586aa52537a457
+SHA1 (patch-af) = cd1c185038155d5bcb21009eafe5dec3eb5f347f
diff -r e7254ae5697c -r 18ed32bc1a1c graphics/graphviz/patches/patch-af
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/graphviz/patches/patch-af        Sat Jan 20 22:17:53 2007 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-af,v 1.7 2007/01/20 22:17:53 minskim Exp $
+
+--- tclpkg/gv/gv_lua.cpp.orig  2007-01-20 14:15:40.000000000 -0800
++++ tclpkg/gv/gv_lua.cpp
+@@ -708,7 +708,7 @@ extern "C" {
+ 
+ #include "lua.h"
+ #include "lauxlib.h"
+-#include <malloc.h>
++#include <stdlib.h>
+ #include <assert.h>   /* for a few sanity tests */
+ 
+ /* -----------------------------------------------------------------------------



Home | Main Index | Thread Index | Old Index