pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/misc/siag Really don't use malloc.h.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b0a0fe813238
branches:  trunk
changeset: 531941:b0a0fe813238
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Wed Aug 08 21:37:26 2007 +0000

description:
Really don't use malloc.h.

diffstat:

 misc/siag/distinfo         |   3 ++-
 misc/siag/patches/patch-aj |  12 ++++++++++++
 2 files changed, 14 insertions(+), 1 deletions(-)

diffs (31 lines):

diff -r bc944968737c -r b0a0fe813238 misc/siag/distinfo
--- a/misc/siag/distinfo        Wed Aug 08 21:31:26 2007 +0000
+++ b/misc/siag/distinfo        Wed Aug 08 21:37:26 2007 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.11 2007/08/08 21:36:16 joerg Exp $
+$NetBSD: distinfo,v 1.12 2007/08/08 21:37:26 joerg Exp $
 
 SHA1 (siag-3.5.7.tar.gz) = 007030eb29fc1a4d3a0d78f9d93893cf40b6b84b
 RMD160 (siag-3.5.7.tar.gz) = 41f20210e4b5b4704ecd0f539cbcf1d409bb9a1a
@@ -12,4 +12,5 @@
 SHA1 (patch-ag) = b8aa8ab9d51ab0254307f294234cbf2242e29d44
 SHA1 (patch-ah) = c89d424c45616e001c75bd8c4e7f58d8246de55c
 SHA1 (patch-ai) = 19d042cbd90fc6eb1c1fccf6fe59b92d9254e973
+SHA1 (patch-aj) = 5191d8032037e97e083a3494a24f4acf2cf62196
 SHA1 (patch-av) = 2e2598ca694ed93ff6bd34c9bb4625f915d412ad
diff -r bc944968737c -r b0a0fe813238 misc/siag/patches/patch-aj
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/siag/patches/patch-aj        Wed Aug 08 21:37:26 2007 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-aj,v 1.3 2007/08/08 21:37:26 joerg Exp $
+
+--- stocks/currency.c.orig     2007-08-08 21:14:02.000000000 +0000
++++ stocks/currency.c
+@@ -23,7 +23,6 @@
+ 
+ #include <stdio.h>
+ #include <string.h>
+-#include <malloc.h>
+ #include <stdlib.h>
+ 
+ #include "stocks.h"



Home | Main Index | Thread Index | Old Index