pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/docsis Workaround undefined prototype in net-snmp.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8a2ce1b7a7f4
branches:  trunk
changeset: 510011:8a2ce1b7a7f4
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Wed Mar 22 16:33:08 2006 +0000

description:
Workaround undefined prototype in net-snmp.

diffstat:

 net/docsis/distinfo         |   3 ++-
 net/docsis/patches/patch-aa |  13 +++++++++++++
 2 files changed, 15 insertions(+), 1 deletions(-)

diffs (28 lines):

diff -r 5a1504a99bed -r 8a2ce1b7a7f4 net/docsis/distinfo
--- a/net/docsis/distinfo       Wed Mar 22 15:59:56 2006 +0000
+++ b/net/docsis/distinfo       Wed Mar 22 16:33:08 2006 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.7 2005/07/02 13:03:53 symka Exp $
+$NetBSD: distinfo,v 1.8 2006/03/22 16:33:08 joerg Exp $
 
 SHA1 (docsis-0.9.4.tar.gz) = 226ee5989475fdb93f8879bebddb07a20738553c
 RMD160 (docsis-0.9.4.tar.gz) = 7e318cfce452e76fb4eb30bd5e43558837fb707f
 Size (docsis-0.9.4.tar.gz) = 506944 bytes
+SHA1 (patch-aa) = 946c40cc7a6545cc67eb666130156193aa17d0bd
diff -r 5a1504a99bed -r 8a2ce1b7a7f4 net/docsis/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/docsis/patches/patch-aa       Wed Mar 22 16:33:08 2006 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.3 2006/03/22 16:33:08 joerg Exp $
+
+--- src/docsis_snmp.h.orig     2006-03-22 16:02:21.000000000 +0000
++++ src/docsis_snmp.h
+@@ -24,6 +24,8 @@
+ #ifndef _DOCSIS_SNMP_H
+ #define _DOCSIS_SNMP_H
+ 
++#include <stdlib.h>
++
+ #include <net-snmp/net-snmp-config.h>
+ #include <net-snmp/utilities.h>
+ #include <net-snmp/config_api.h>



Home | Main Index | Thread Index | Old Index