Import of pkgsrc-2014Q1
This commit is contained in:
@@ -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
|
||||
|
||||
13
net/nload/patches/patch-src_devreader-solaris.cpp
Normal file
13
net/nload/patches/patch-src_devreader-solaris.cpp
Normal file
@@ -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>
|
||||
Reference in New Issue
Block a user