summaryrefslogtreecommitdiff
path: root/net/nload
diff options
context:
space:
mode:
authorwiedi <wiedi@pkgsrc.org>2014-02-24 12:45:44 +0000
committerwiedi <wiedi@pkgsrc.org>2014-02-24 12:45:44 +0000
commit4ec3ab64d17b3849dc8a080178ffe1cdf6e56364 (patch)
treec9756a7789de355c8bca3787758f9954f17387ed /net/nload
parent70b6cac17bbd46c5b12f8b8d189fc7f2a644b9f5 (diff)
downloadpkgsrc-4ec3ab64d17b3849dc8a080178ffe1cdf6e56364.tar.gz
Need stdlib for free()
Diffstat (limited to 'net/nload')
-rw-r--r--net/nload/distinfo3
-rw-r--r--net/nload/patches/patch-src_devreader-solaris.cpp13
2 files changed, 15 insertions, 1 deletions
diff --git a/net/nload/distinfo b/net/nload/distinfo
index 9f218e1513b..b73e2c3390c 100644
--- a/net/nload/distinfo
+++ b/net/nload/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.6 2013/05/11 19:27:48 riastradh Exp $
+$NetBSD: distinfo,v 1.7 2014/02/24 12:45:44 wiedi Exp $
SHA1 (nload-0.7.4.tar.gz) = bb0a168c93c588ad4fd5e3a653b3620b79ada1e8
RMD160 (nload-0.7.4.tar.gz) = 77eb199ee73fdc45b25b0e246c2ba73fa6efe779
@@ -6,3 +6,4 @@ Size (nload-0.7.4.tar.gz) = 151005 bytes
SHA1 (patch-aa) = 1551e7059eb0ebde05ed8cdc561099192d048503
SHA1 (patch-ac) = bbc117e6801fc7918eeff56ce2a467402bf2a903
SHA1 (patch-configure.in) = e8858851c2514c1708d36d01e85ff83cdbf099b7
+SHA1 (patch-src_devreader-solaris.cpp) = 49ebc54633ee02bf1f44a1edb52ba09dece7b556
diff --git a/net/nload/patches/patch-src_devreader-solaris.cpp b/net/nload/patches/patch-src_devreader-solaris.cpp
new file mode 100644
index 00000000000..9d0e3de9c5d
--- /dev/null
+++ b/net/nload/patches/patch-src_devreader-solaris.cpp
@@ -0,0 +1,13 @@
+$NetBSD: patch-src_devreader-solaris.cpp,v 1.1 2014/02/24 12:45:44 wiedi Exp $
+
+Need stdlib for free()
+--- src/devreader-solaris.cpp.orig 2007-11-16 10:09:56.000000000 +0000
++++ src/devreader-solaris.cpp
+@@ -16,6 +16,7 @@
+
+ #include "devreader-solaris.h"
+
++#include <stdlib.h>
+ #include <string.h>
+ #include <kstat.h>
+ #include <sys/socket.h>