Path to this page:
./
net/net-snmp,
Extensible SNMP implementation
Branch: pkgsrc-2010Q3,
Version: 5.4.3nb1,
Package name: net-snmp-5.4.3nb1,
Maintainer: adamNet-SNMP contains various tools relating to the Simple Network Management
Protocol including:
* an extensible agent
* an SNMP library
* tools to request or set information from SNMP agents
* tools to generate and handle SNMP traps
* a version of the unix 'netstat' command using SNMP
This package is originally based on the Carnegie Mellon University
SNMP implementation (version 2.1.2.1), but has developed significantly
since then.
DEINSTALL [+/-]# $NetBSD: DEINSTALL,v 1.1.1.1 2002/10/24 08:29:33 jlam Exp $
# The config files could possibly be in either ${PKG_PREFIX}/share/snmp
# of in ${PKG_SYSCONFDIR}.
#
ALL_FILES="${ALL_FILES} /dev/null ${PKG_PREFIX}/share/snmp/snmpd.conf"
ALL_FILES="${ALL_FILES} /dev/null ${PKG_PREFIX}/share/snmp/snmptrapd.conf"
ALL_FILES="${ALL_FILES} /dev/null ${PKG_SYSCONFDIR}/snmpd.conf"
ALL_FILES="${ALL_FILES} /dev/null ${PKG_SYSCONFDIR}/snmptrapd.conf"
case ${STAGE} in
DEINSTALL)
${RM} -f ${PKG_PREFIX}/share/snmp/mibs/.index
;;
esac
Required to run:[
pkgtools/osabi] [
lang/perl5]
Required to build:[
lang/perl5] [
devel/libtool-base]
Package options: inet6, perl
Master sites:
SHA1: 849a20ddeaa90b1b0010e487876927e615b5c6bc
RMD160: 417f47c301c3221a64f37162b56b4661c9f6d8cb
Filesize: 5077.346 KB
Version history: (Expand)
- (2010-10-17) Package added to pkgsrc.se, version net-snmp-5.4.3nb1 (created)
CVS history: (Expand)
2010-11-28 15:04:37 by Matthias Scheler | Files touched by this commit (9) |
Log message:
Pullup ticket #3284 - requested by taca
net/net-snmp: build fix
Revisions pulled up:
- net/net-snmp/distinfo 1.57
- net/net-snmp/patches/patch-et 1.5
- net/net-snmp/patches/patch-eu 1.2
- net/net-snmp/patches/patch-ev 1.2
- net/net-snmp/patches/patch-ew 1.2
- net/net-snmp/patches/patch-ex 1.2
- net/net-snmp/patches/patch-ey 1.3
- net/net-snmp/patches/patch-ez 1.2
- net/net-snmp/patches/patch-fa 1.2
---
Module Name: pkgsrc
Committed By: taca
Date: Wed Nov 17 00:59:07 UTC 2010
Modified Files:
pkgsrc/net/net-snmp: distinfo
pkgsrc/net/net-snmp/patches: patch-et patch-eu patch-ev patch-ew
patch-ex patch-ey patch-ez patch-fa
Log message:
Fix build problem on NetBSD 4.
Previous patch for NetBSD wasn't really for netbsd4 but 4.99.58 and later.
So, I changed "#ifdef netbsd4" to "#ifdef \
NETBSD_STATS_VIA_SYSCTL" and
clean up patches. Should be fix PR pkg/43288.
It is fix of build problem only, so no PKG_REVISION bump.
|