summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2007-08-01 16:16:11 +0000
committerjoerg <joerg@pkgsrc.org>2007-08-01 16:16:11 +0000
commit1545a749fc6cdf3b9fff3cc9417a9a595b477e97 (patch)
tree82b428df1364570b710316e9e588c7e8e1b3f266
parent29777c8ec515d539bd0c24665aebd511ea61d8c3 (diff)
downloadpkgsrc-1545a749fc6cdf3b9fff3cc9417a9a595b477e97.tar.gz
Don't use malloc.h.
-rw-r--r--math/qalculate/distinfo4
-rw-r--r--math/qalculate/patches/patch-ab13
-rw-r--r--math/qalculate/patches/patch-ae13
3 files changed, 29 insertions, 1 deletions
diff --git a/math/qalculate/distinfo b/math/qalculate/distinfo
index 02ac6476f94..dda6c0ba005 100644
--- a/math/qalculate/distinfo
+++ b/math/qalculate/distinfo
@@ -1,8 +1,10 @@
-$NetBSD: distinfo,v 1.15 2007/02/22 16:15:14 joerg Exp $
+$NetBSD: distinfo,v 1.16 2007/08/01 16:16:11 joerg Exp $
SHA1 (libqalculate-0.9.5.tar.gz) = df44162bfb41907851817306b6599d27d74de0ce
RMD160 (libqalculate-0.9.5.tar.gz) = 7839c56e275979157f6bace072d1fc9f500c8953
Size (libqalculate-0.9.5.tar.gz) = 1118827 bytes
SHA1 (patch-aa) = fda2983150bbbdecc1578e747d8a6aa7ef965f3f
+SHA1 (patch-ab) = b1a4b0ffe5dc19ff2b1c640960c3f3a524fd524b
SHA1 (patch-ac) = 98e817d60fc4cd521e7d227ecd330364ec072ecd
SHA1 (patch-ad) = 0e767ff393ea2d54da8a49527d24842ca0b90d28
+SHA1 (patch-ae) = 7c9685c578a848cb4e9c55756110d891b9254f2b
diff --git a/math/qalculate/patches/patch-ab b/math/qalculate/patches/patch-ab
new file mode 100644
index 00000000000..1a5951306e5
--- /dev/null
+++ b/math/qalculate/patches/patch-ab
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.10 2007/08/01 16:16:11 joerg Exp $
+
+--- src/qalc.cc.orig 2007-08-01 15:38:35.000000000 +0000
++++ src/qalc.cc
+@@ -16,7 +16,7 @@
+ #include <time.h>
+ #include <pthread.h>
+ #include <dirent.h>
+-#include <malloc.h>
++#include <stdlib.h>
+ #include <stdio.h>
+ #include <vector>
+ #include <glib.h>
diff --git a/math/qalculate/patches/patch-ae b/math/qalculate/patches/patch-ae
new file mode 100644
index 00000000000..48982a87111
--- /dev/null
+++ b/math/qalculate/patches/patch-ae
@@ -0,0 +1,13 @@
+$NetBSD: patch-ae,v 1.1 2007/08/01 16:16:11 joerg Exp $
+
+--- src/defs2doc.cc.orig 2007-08-01 15:38:32.000000000 +0000
++++ src/defs2doc.cc
+@@ -16,7 +16,7 @@
+ #include <time.h>
+ #include <pthread.h>
+ #include <dirent.h>
+-#include <malloc.h>
++#include <stdlib.h>
+ #include <stdio.h>
+ #include <vector>
+ #include <glib.h>