1996-07-06 08:14:49 +00:00
|
|
|
# New ports collection makefile for: ucd-snmp
|
1997-07-03 04:59:05 +00:00
|
|
|
# Version required: 3.2
|
1996-07-06 08:14:49 +00:00
|
|
|
# Date created: 26 June 1996
|
|
|
|
# Whom: gpalmer
|
|
|
|
#
|
Committing John Hays patches. Big thanks to him !
Runs fine on stable, on SMP current I still get race
conditions very easily, so that tkined says "no Response"
on snmp queries, and in the meantime it fills your /var
partition with the /var/log/snmp.log file:
1998-04-06 22:35:16 UCD-SNMP version 3.3.1
Opening port(s): 161
system.sysORLastChange.0 -- OID Doesn't exist
system.sysORLastChange.0 -- OID Doesn't exist
system.sysORLastChange.0 -- OID Doesn't exist
system.sysORLastChange.0 -- OID Doesn't exist
system.sysORLastChange.0 -- OID Doesn't exist
system.sysORLastChange.0 -- OID Doesn't exist
system.sysORLastChange.0 -- OID Doesn't exist
system.sysORLastChange.0 -- OID Doesn't exist
klookup(3, 0xefbfbf60, 96): klread: Bad address
TCP_Count_Connections - inpcb: Bad address
klookup(3, 0xefbfbf60, 96): klread: Bad address
TCP_Count_Connections - inpcb: Bad address
klookup(3, 0xefbfbf60, 96): klread: Bad address
TCP_Count_Connections - inpcb: Bad address
klookup(3, 0xefbfbf60, 96): klread: Bad address
TCP_Count_Connections - inpcb: Bad address
and so on.
This might be -current and/or SMP related.
John Hay says it runs ok on his -current.
I'll committ it anyay¸ because it runs on -STABLE
and that counts.
BTW: added an @unexec in PLIST ...
1998-04-06 20:50:32 +00:00
|
|
|
# $Id: Makefile,v 1.17 1998/04/02 20:43:45 andreas Exp $
|
1996-07-06 08:14:49 +00:00
|
|
|
#
|
|
|
|
|
1998-04-02 18:04:56 +00:00
|
|
|
DISTNAME= ucd-snmp-3.3.1
|
1996-11-18 11:44:27 +00:00
|
|
|
CATEGORIES= net
|
1998-04-02 20:43:45 +00:00
|
|
|
MASTER_SITES= ftp://ftp.ece.ucdavis.edu/pub/snmp/ \
|
|
|
|
ftp://sunsite.cnlab-switch.ch/mirror/ucd-snmp/ \
|
|
|
|
ftp://ftp.win.or.jp/pub/network/snmp/ucd-snmp/
|
1996-07-06 08:14:49 +00:00
|
|
|
|
|
|
|
MAINTAINER= gpalmer@FreeBSD.ORG
|
|
|
|
|
Committing John Hays patches. Big thanks to him !
Runs fine on stable, on SMP current I still get race
conditions very easily, so that tkined says "no Response"
on snmp queries, and in the meantime it fills your /var
partition with the /var/log/snmp.log file:
1998-04-06 22:35:16 UCD-SNMP version 3.3.1
Opening port(s): 161
system.sysORLastChange.0 -- OID Doesn't exist
system.sysORLastChange.0 -- OID Doesn't exist
system.sysORLastChange.0 -- OID Doesn't exist
system.sysORLastChange.0 -- OID Doesn't exist
system.sysORLastChange.0 -- OID Doesn't exist
system.sysORLastChange.0 -- OID Doesn't exist
system.sysORLastChange.0 -- OID Doesn't exist
system.sysORLastChange.0 -- OID Doesn't exist
klookup(3, 0xefbfbf60, 96): klread: Bad address
TCP_Count_Connections - inpcb: Bad address
klookup(3, 0xefbfbf60, 96): klread: Bad address
TCP_Count_Connections - inpcb: Bad address
klookup(3, 0xefbfbf60, 96): klread: Bad address
TCP_Count_Connections - inpcb: Bad address
klookup(3, 0xefbfbf60, 96): klread: Bad address
TCP_Count_Connections - inpcb: Bad address
and so on.
This might be -current and/or SMP related.
John Hay says it runs ok on his -current.
I'll committ it anyay¸ because it runs on -STABLE
and that counts.
BTW: added an @unexec in PLIST ...
1998-04-06 20:50:32 +00:00
|
|
|
USE_AUTOCONF= yes
|
1998-04-02 18:04:56 +00:00
|
|
|
.if defined(BATCH)
|
1997-07-03 04:59:05 +00:00
|
|
|
CONFIGURE_ARGS= --with-defaults --with-sys-contact=nobody@no.where
|
1997-05-17 17:24:59 +00:00
|
|
|
.else
|
1996-07-06 08:14:49 +00:00
|
|
|
IS_INTERACTIVE= yes
|
1997-05-17 17:24:59 +00:00
|
|
|
.endif
|
1998-04-02 18:04:56 +00:00
|
|
|
MAN1= snmpbulkwalk.1 snmpd.1 snmpdelta.1 snmpget.1 snmpgetnext.1 \
|
|
|
|
snmpnetstat.1 snmpset.1 snmpstatus.1 snmptable.1 snmptest.1 \
|
|
|
|
snmptranslate.1 snmptrap.1 snmpwalk.1
|
|
|
|
MAN3= mib_api.3 snmp_api.3
|
|
|
|
MAN5= snmpd.conf.5 variables.5
|
|
|
|
MAN8= snmptrapd.8
|
|
|
|
BIN= snmpbulkwalk snmpget snmpgetnext snmpnetstat snmpset \
|
|
|
|
snmpstatus snmptest snmptranslate snmptrap snmpwalk
|
|
|
|
SBIN= snmpd snmptrapd
|
1996-12-01 01:20:15 +00:00
|
|
|
|
1996-07-06 08:14:49 +00:00
|
|
|
post-install:
|
|
|
|
( cd ${PREFIX}/bin; strip ${BIN} )
|
|
|
|
( cd ${PREFIX}/sbin; strip ${SBIN} )
|
1996-12-01 01:20:15 +00:00
|
|
|
@${MKDIR} ${PREFIX}/share/examples/ucd-snmp
|
|
|
|
@for F in ${WRKSRC}/etc/* ; do \
|
|
|
|
${INSTALL_DATA} $$F ${PREFIX}/share/examples/ucd-snmp ; done
|
1997-07-03 04:59:05 +00:00
|
|
|
@if [ ! -f ${PREFIX}/etc/rc.d/snmpd.sh ]; then \
|
|
|
|
echo "Creating ${PREFIX}/etc/rc.d/snmpd.sh startup file."; \
|
|
|
|
echo "#!/bin/sh" > ${PREFIX}/etc/rc.d/snmpd.sh; \
|
|
|
|
echo "[ -x /usr/local/sbin/snmpd ] && /usr/local/sbin/snmpd && echo -n ' snmpd'" >> ${PREFIX}/etc/rc.d/snmpd.sh; \
|
|
|
|
chmod 751 ${PREFIX}/etc/rc.d/snmpd.sh; \
|
|
|
|
fi
|
|
|
|
|
1996-07-06 08:14:49 +00:00
|
|
|
.include <bsd.port.mk>
|