pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/libscigraphica Fix malloc.h usage.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fcdc53c84830
branches:  trunk
changeset: 531931:fcdc53c84830
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Wed Aug 08 20:09:14 2007 +0000

description:
Fix malloc.h usage.

diffstat:

 graphics/libscigraphica/distinfo         |   3 ++-
 graphics/libscigraphica/patches/patch-ab |  12 ++++++++++++
 2 files changed, 14 insertions(+), 1 deletions(-)

diffs (28 lines):

diff -r 16c147e0e440 -r fcdc53c84830 graphics/libscigraphica/distinfo
--- a/graphics/libscigraphica/distinfo  Wed Aug 08 20:09:05 2007 +0000
+++ b/graphics/libscigraphica/distinfo  Wed Aug 08 20:09:14 2007 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.2 2006/07/27 09:03:28 rillig Exp $
+$NetBSD: distinfo,v 1.3 2007/08/08 20:09:14 joerg Exp $
 
 SHA1 (libscigraphica-2.1.1.tar.gz) = dcbadae82501f40ef366c7e543c26b289657dc60
 RMD160 (libscigraphica-2.1.1.tar.gz) = 1b04a432052ad3edd8e233349ee47f4f99bb1a4a
 Size (libscigraphica-2.1.1.tar.gz) = 774288 bytes
 SHA1 (patch-aa) = 950a445549cd55e2dbd1e20342b3dfec3e26fff7
+SHA1 (patch-ab) = 39b3cb4cade6a4a3ba49b61d46f87d1b12cd1181
diff -r 16c147e0e440 -r fcdc53c84830 graphics/libscigraphica/patches/patch-ab
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/libscigraphica/patches/patch-ab  Wed Aug 08 20:09:14 2007 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-ab,v 1.1 2007/08/08 20:09:14 joerg Exp $
+
+--- plugins/styles/sg_delaunay.c.orig  2007-08-08 19:40:54.000000000 +0000
++++ plugins/styles/sg_delaunay.c
+@@ -20,7 +20,6 @@
+ #include <stdlib.h>
+ #include <stdio.h>
+ #include <math.h>
+-#include <malloc.h>
+ #include <string.h>
+ #include <gtk/gtk.h>
+ #include <gtkextra/gtkplotdt.h>



Home | Main Index | Thread Index | Old Index