head 1.4; access; symbols pkgsrc-2013Q2:1.4.0.50 pkgsrc-2013Q2-base:1.4 pkgsrc-2012Q4:1.4.0.48 pkgsrc-2012Q4-base:1.4 pkgsrc-2011Q4:1.4.0.46 pkgsrc-2011Q4-base:1.4 pkgsrc-2011Q2:1.4.0.44 pkgsrc-2011Q2-base:1.4 pkgsrc-2009Q4:1.4.0.42 pkgsrc-2009Q4-base:1.4 pkgsrc-2008Q4:1.4.0.40 pkgsrc-2008Q4-base:1.4 pkgsrc-2008Q3:1.4.0.38 pkgsrc-2008Q3-base:1.4 cube-native-xorg:1.4.0.36 cube-native-xorg-base:1.4 pkgsrc-2008Q2:1.4.0.34 pkgsrc-2008Q2-base:1.4 pkgsrc-2008Q1:1.4.0.32 pkgsrc-2008Q1-base:1.4 pkgsrc-2007Q4:1.4.0.30 pkgsrc-2007Q4-base:1.4 pkgsrc-2007Q3:1.4.0.28 pkgsrc-2007Q3-base:1.4 pkgsrc-2007Q2:1.4.0.26 pkgsrc-2007Q2-base:1.4 pkgsrc-2007Q1:1.4.0.24 pkgsrc-2007Q1-base:1.4 pkgsrc-2006Q4:1.4.0.22 pkgsrc-2006Q4-base:1.4 pkgsrc-2006Q3:1.4.0.20 pkgsrc-2006Q3-base:1.4 pkgsrc-2006Q2:1.4.0.18 pkgsrc-2006Q2-base:1.4 pkgsrc-2006Q1:1.4.0.16 pkgsrc-2006Q1-base:1.4 pkgsrc-2005Q4:1.4.0.14 pkgsrc-2005Q4-base:1.4 pkgsrc-2005Q3:1.4.0.12 pkgsrc-2005Q3-base:1.4 pkgsrc-2005Q2:1.4.0.10 pkgsrc-2005Q2-base:1.4 pkgsrc-2005Q1:1.4.0.8 pkgsrc-2005Q1-base:1.4 pkgsrc-2004Q4:1.4.0.6 pkgsrc-2004Q4-base:1.4 pkgsrc-2004Q3:1.4.0.4 pkgsrc-2004Q3-base:1.4 pkgsrc-2004Q2:1.4.0.2 pkgsrc-2004Q2-base:1.4 pkgsrc-2004Q1:1.3.0.2 pkgsrc-2004Q1-base:1.3 pkgsrc-2003Q4:1.2.0.2 pkgsrc-2003Q4-base:1.2 buildlink2-base:1.2 netbsd-1-5-PATCH001:1.1; locks; strict; comment @# @; 1.4 date 2004.03.29.16.30.24; author cube; state dead; branches; next 1.3; 1.3 date 2004.02.19.22.38.37; author christos; state Exp; branches; next 1.2; 1.2 date 2002.02.13.16.41.42; author tron; state dead; branches; next 1.1; 1.1 date 2001.03.14.10.29.42; author agc; state Exp; branches; next ; desc @@ 1.4 log @Remove ucd-snmp package, which is outdated, insecure, and now unused in pkgsrc since gkrellm1-snmp conversion to net-snmp. @ text @$NetBSD: patch-ai,v 1.3 2004/02/19 22:38:37 christos Exp $ --- snmplib/scapi.c.orig 2001-10-01 05:52:49.000000000 -0400 +++ snmplib/scapi.c 2004-02-19 17:35:12.000000000 -0500 @@@@ -53,6 +53,9 @@@@ #include "transform_oids.h" #ifdef USE_OPENSSL +#ifdef __NetBSD__ +#include +#endif #include #include #include @ 1.3 log @Include to make this compile under current. @ text @d1 1 a1 1 $NetBSD$ @ 1.2 log @Update "ucd-snmp" package to version 4.2.3nb1: - Replace with contents of "ucd-snmp-current" package to fix various security problems. - Add patch sent to "bugtraq" by Juan M. de la Torre to fix buffer overflow in "snmpnetstat" client. @ text @d1 1 a1 1 $NetBSD: patch-ai,v 1.1 2001/03/14 10:29:42 agc Exp $ d3 12 a14 21 A very quick and dirty workaround to an autoconf problem. The GNU configure script gets the HAVE_SYS_DISKLABEL_H wrong on NetBSD systems after January 2001, since the inclusion of will only compile cleanly if has been included previously, which the configure script doesn't do. Hence HAVE_SYS_DISKLABEL_H goes undefined. For now, make it work on NetBSD. --- agent/mibgroup/host/hr_disk.c 2001/03/14 10:20:40 1.1 +++ agent/mibgroup/host/hr_disk.c 2001/03/14 10:21:00 @@@@ -41,7 +41,7 @@@@ #if HAVE_LINUX_HDREG_H #include #endif -#if HAVE_SYS_DISKLABEL_H +#if defined(__NetBSD__) || HAVE_SYS_DISKLABEL_H #define DKTYPENAMES #include #endif @ 1.1 log @A very dirty workaround to a compilation problem on NetBSD hosts caused by configure script problems. @ text @d1 1 a1 1 $NetBSD$ @