pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/nagios-plugin-radius net/nagios-plugin-radius: Fix...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2a76fac2fcee
branches:  trunk
changeset: 604171:2a76fac2fcee
user:      marino <marino%pkgsrc.org@localhost>
date:      Thu May 24 15:27:58 2012 +0000

description:
net/nagios-plugin-radius: Fix DragonFly

diffstat:

 net/nagios-plugin-radius/distinfo                       |   3 ++-
 net/nagios-plugin-radius/patches/patch-lib_utils_base.c |  14 ++++++++++++++
 2 files changed, 16 insertions(+), 1 deletions(-)

diffs (32 lines):

diff -r e52f1eda5eee -r 2a76fac2fcee net/nagios-plugin-radius/distinfo
--- a/net/nagios-plugin-radius/distinfo Thu May 24 15:26:14 2012 +0000
+++ b/net/nagios-plugin-radius/distinfo Thu May 24 15:27:58 2012 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.6 2011/05/20 05:02:13 taca Exp $
+$NetBSD: distinfo,v 1.7 2012/05/24 15:27:58 marino Exp $
 
 SHA1 (nagios-plugins-1.4.15.tar.gz) = 1faab309c06d37e559490fd852ecb0dc8a8ab610
 RMD160 (nagios-plugins-1.4.15.tar.gz) = c2780a3523cf4eaaed34a94c07f5f6bd6fb1f736
@@ -7,3 +7,4 @@
 SHA1 (patch-ak) = dd9aba7a0930a6448e372b581ba04d62018a973b
 SHA1 (patch-al) = 63e28ae36d671e773acfe6aeb45ab7603c112594
 SHA1 (patch-am) = adc95ba1037a7d7caab6dde6ca1e27e47754db62
+SHA1 (patch-lib_utils_base.c) = 7e315711f8ca9ec033841c8f0eb9e037625c84ca
diff -r e52f1eda5eee -r 2a76fac2fcee net/nagios-plugin-radius/patches/patch-lib_utils_base.c
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/nagios-plugin-radius/patches/patch-lib_utils_base.c   Thu May 24 15:27:58 2012 +0000
@@ -0,0 +1,14 @@
+$NetBSD: patch-lib_utils_base.c,v 1.1 2012/05/24 15:27:59 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