pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/nagios-plugin-snmp net/nagios-plugin-snmp: Fix Dra...
details: https://anonhg.NetBSD.org/pkgsrc/rev/95e8265bdab4
branches: trunk
changeset: 604172:95e8265bdab4
user: marino <marino%pkgsrc.org@localhost>
date: Thu May 24 15:29:43 2012 +0000
description:
net/nagios-plugin-snmp: Fix DragonFly
diffstat:
net/nagios-plugin-snmp/distinfo | 3 ++-
net/nagios-plugin-snmp/patches/patch-lib_utils_base.c | 14 ++++++++++++++
2 files changed, 16 insertions(+), 1 deletions(-)
diffs (32 lines):
diff -r 2a76fac2fcee -r 95e8265bdab4 net/nagios-plugin-snmp/distinfo
--- a/net/nagios-plugin-snmp/distinfo Thu May 24 15:27:58 2012 +0000
+++ b/net/nagios-plugin-snmp/distinfo Thu May 24 15:29:43 2012 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.9 2011/04/08 22:50:17 morr Exp $
+$NetBSD: distinfo,v 1.10 2012/05/24 15:29:43 marino Exp $
SHA1 (nagios-plugins-1.4.15.tar.gz) = 1faab309c06d37e559490fd852ecb0dc8a8ab610
RMD160 (nagios-plugins-1.4.15.tar.gz) = c2780a3523cf4eaaed34a94c07f5f6bd6fb1f736
@@ -8,3 +8,4 @@
SHA1 (patch-ak) = dd9aba7a0930a6448e372b581ba04d62018a973b
SHA1 (patch-al) = 63e28ae36d671e773acfe6aeb45ab7603c112594
SHA1 (patch-am) = adc95ba1037a7d7caab6dde6ca1e27e47754db62
+SHA1 (patch-lib_utils_base.c) = 7e315711f8ca9ec033841c8f0eb9e037625c84ca
diff -r 2a76fac2fcee -r 95e8265bdab4 net/nagios-plugin-snmp/patches/patch-lib_utils_base.c
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/nagios-plugin-snmp/patches/patch-lib_utils_base.c Thu May 24 15:29:43 2012 +0000
@@ -0,0 +1,14 @@
+$NetBSD: patch-lib_utils_base.c,v 1.1 2012/05/24 15:29:43 marino Exp $
+
+--- lib/utils_base.c.orig 2010-07-27 20:47:16.000000000 +0000
++++ lib/utils_base.c
+@@ -28,6 +28,9 @@
+ #include <stdarg.h>
+ #include "utils_base.h"
+ #include <fcntl.h>
++#ifdef __DragonFly__
++#include <sys/stat.h>
++#endif
+
+ #define np_free(ptr) { if(ptr) { free(ptr); ptr = NULL; } }
+
Home |
Main Index |
Thread Index |
Old Index