summaryrefslogtreecommitdiff
path: root/misc/siag
diff options
context:
space:
mode:
authorjoerg <joerg>2007-08-08 21:37:26 +0000
committerjoerg <joerg>2007-08-08 21:37:26 +0000
commit2990c25874ab62b31ed4418b9866c39853651335 (patch)
tree40241f76094ca6788b22d3f8db6294f9466c3617 /misc/siag
parentedc49fb4ac89b2c30cfac3ab14c3dea7ccb39882 (diff)
downloadpkgsrc-2990c25874ab62b31ed4418b9866c39853651335.tar.gz
Really don't use malloc.h.
Diffstat (limited to 'misc/siag')
-rw-r--r--misc/siag/distinfo3
-rw-r--r--misc/siag/patches/patch-aj12
2 files changed, 14 insertions, 1 deletions
diff --git a/misc/siag/distinfo b/misc/siag/distinfo
index 01c461c0af3..6557b7cf33d 100644
--- a/misc/siag/distinfo
+++ b/misc/siag/distinfo
@@ -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-af) = 6df3759696b2d30314d007a58a4604f97accd769
SHA1 (patch-ag) = b8aa8ab9d51ab0254307f294234cbf2242e29d44
SHA1 (patch-ah) = c89d424c45616e001c75bd8c4e7f58d8246de55c
SHA1 (patch-ai) = 19d042cbd90fc6eb1c1fccf6fe59b92d9254e973
+SHA1 (patch-aj) = 5191d8032037e97e083a3494a24f4acf2cf62196
SHA1 (patch-av) = 2e2598ca694ed93ff6bd34c9bb4625f915d412ad
diff --git a/misc/siag/patches/patch-aj b/misc/siag/patches/patch-aj
new file mode 100644
index 00000000000..3ffc9fc8b70
--- /dev/null
+++ b/misc/siag/patches/patch-aj
@@ -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"