pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/denemo Don't use malloc.h.
details: https://anonhg.NetBSD.org/pkgsrc/rev/f0f9bf0418eb
branches: trunk
changeset: 531922:f0f9bf0418eb
user: joerg <joerg%pkgsrc.org@localhost>
date: Wed Aug 08 18:48:32 2007 +0000
description:
Don't use malloc.h.
diffstat:
graphics/denemo/distinfo | 3 ++-
graphics/denemo/patches/patch-ab | 18 ++++++++++++++++++
2 files changed, 20 insertions(+), 1 deletions(-)
diffs (36 lines):
diff -r 4460f265bf5a -r f0f9bf0418eb graphics/denemo/distinfo
--- a/graphics/denemo/distinfo Wed Aug 08 18:32:54 2007 +0000
+++ b/graphics/denemo/distinfo Wed Aug 08 18:48:32 2007 +0000
@@ -1,8 +1,9 @@
-$NetBSD: distinfo,v 1.5 2007/03/30 16:22:52 joerg Exp $
+$NetBSD: distinfo,v 1.6 2007/08/08 18:48:32 joerg Exp $
SHA1 (denemo-0.7.6.tar.gz) = 6cb41657052964e69235722cf789f32cd4a29b9b
RMD160 (denemo-0.7.6.tar.gz) = 2c3805fc9d608a4a9fcdc093f4a712423dd40169
Size (denemo-0.7.6.tar.gz) = 1947693 bytes
SHA1 (patch-aa) = 200ae491fe5db81ff5db043e795f39e0c9be1a63
+SHA1 (patch-ab) = 3b95f78bba437f4fb62db18850e810a14f8b36d2
SHA1 (patch-configure) = e713b0073a24b46838e3e61f06f3a551ac0bf934
SHA1 (patch-midic) = 71d411805173650c9a4ee533334a246995b74bd0
diff -r 4460f265bf5a -r f0f9bf0418eb graphics/denemo/patches/patch-ab
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/denemo/patches/patch-ab Wed Aug 08 18:48:32 2007 +0000
@@ -0,0 +1,18 @@
+$NetBSD: patch-ab,v 1.3 2007/08/08 18:48:32 joerg Exp $
+
+--- src/file.c.orig 2007-08-08 18:23:41.000000000 +0000
++++ src/file.c
+@@ -31,12 +31,12 @@
+ #include "binreloc.h"
+ #include "view.h"
+
++#include <stdlib.h>
+ #include <stdio.h>
+ #include <string.h>
+ #include <sys/stat.h> /* check existance and type of files */
+ #include <dirent.h> /* filter and sort filenames */
+ #include <fnmatch.h> /* find filenames matches */
+-#include <malloc.h> /* I use free() */
+
+
+ typedef enum
Home |
Main Index |
Thread Index |
Old Index