| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
* Incidently fixes problem building on 3.0-CURRENT.
PR: 7198
|
| |
|
|
|
|
|
| |
PR: 7088
Submitted by: maintainer
|
|
|
|
|
|
| |
PR: 6809
Noticed by: Edwin Culp <eculp@ver1.telmex.net.mx>
Suggested by: se
|
|
|
|
|
|
|
| |
Change maintainer to Hideyuki Suzuki <hideyuki@sat.t.u-tokyo.ac.jp>
PR: 6469
Submitted by: new maintainer
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
-------
## make
>> Checksum OK for SNMP-1.6.tar.gz.
===> Extracting for p5-SNMP-1.6
===> p5-SNMP-1.6 depends on file: /usr/local/lib/libsnmp.a - found
===> p5-SNMP-1.6 depends on executable: perl5.00404 - found
===> Patching for p5-SNMP-1.6
===> Applying FreeBSD patches for p5-SNMP-1.6
===> Configuring for p5-SNMP-1.6
Checking if your kit is complete...
Looks good
Writing Makefile for SNMP
===> Building for p5-SNMP-1.6
mkdir ./blib
mkdir ./blib/lib
cp SNMP.pm ./blib/lib/SNMP.pm
AutoSplitting SNMP (./blib/lib/auto/SNMP)
make: don't know how to make /asn1.h. Stop
*** Error code 2
Stop.
|
|
|
|
| |
PR: 6286
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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 ...
|
| |
|
|
|
|
| |
-current needs some fine tuning, later this evening or week ...
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
===> Installing for scotty-2.1.8
===> scotty-2.1.8 depends on shared library: tk80\.1\. - found
Installing ntping
Installing straps
Making directory /usr/local/lib/tnm2.1.8
Installing scotty2.1.8 and tnm2.1.8.so
Making directory /usr/local/lib/tnm2.1.8/library
Installing ./../tnm/library/README
Installing ./../tnm/library/dialog.tcl
Installing ./../tnm/library/output.tcl
Installing ./../tnm/library/snmp.tcl
Installing ./../tnm/library/monitor.tcl
Installing ./../tnm/library/obsolete.tcl
Installing ./../tnm/library/init.tcl
initialization failed: couldn't load file "/usr/local/lib/tnm2.1.8": bad magic number in "/usr/local/lib/tnm2.1.8"
*** Error code 1
|
| |
|
|
|
|
| |
Submitted by: phk (two typos fixed by committer)
|
|
|
|
|
| |
further by adding unquoted ()'s to the BROKEN string! (Now how's that
for recursive brokenness.)
|
| |
|
|
|
|
| |
Obtained from: David Pennell <dpennell@xyplex.com>
|
|
|
|
| |
Obtained from: David Pennell <dpennell@xyplex.com>
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Reported by: fenner@parc.xerox.com, jhay@mikom.csir.co.za
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
please add some sysctl -n kern.osreldate magic, Justin.
NFIGURE_ARGS= --with-defaults --with-sys-contact=nobody@no.where
.else
IS_INTERACTIVE= yes
.endif
MAN1= snmpget.1 snmpset.1 snmpwalk.1 snmpbulkwalk.1 \
snmpgetnext.1 snmptest.1 snmpnetstat.1 snmptranslate.1 \
snmptrap.1 snmpstatus.1
MAN3= snmp_api.3 mib_api.3
MAN5= variables.5 snmpd.conf.5
MAN8= snmptrapd.8 snmpd.8
BIN= snmpbulkwalk snmpget snmpgetnext snmpnetstat \
snmpset snmpstatus snmptest snmptranslate \
snmptrap snmptrapd snmpwalk
SBIN= snmpd
post-install:
( cd ${PREFIX}/bin; strip ${BIN} )
( cd ${PREFIX}/sbin; strip ${SBIN} )
@${MKDIR} ${PREFIX}/share/examples/ucd-snmp
@for F in ${WRKSRC}/etc/* ; do \
${INSTALL_DATA} $$F ${PREFIX}/share/examples/ucd-snmp ; done
@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
.include <bsd.port.mk>
|
|
|
|
| |
change "BROKEN".
|
|
|
|
|
|
| |
pcap(3) packet capture library to log any SYN packets to a logfile. The
output format is designed to be very easily parsed by various text
processing tools.
|
|
|
|
|
| |
that tkined couldn't be called with an argument : tkined filename1
Reviewed by: agreed by phk
|
| |
|
|
|
|
|
| |
small and simplified proxy arp daemon.
Submitted by: itojun@itojun.org
|
|
|
|
| |
Suggested by: Joao Carlos Mendes Luis <jonny@coppe.ufrj.br>
|
|
|
|
| |
I'm don't really care where under /var it lives, but I do want it out of /etc.
|
|
|
|
|
|
|
|
| |
patch-af is new to adjust configure in order to find the tcl/tk config
files.
Also adjust patch-aa which didn't completely reflect the previous upgrade
to scotty-2.1.6 (version numbers off-by-one.)
|
| |
|
|
|
|
|
|
| |
the version number in directory names *sigh*)
Reminded by: The Portmeister
|
|
|
|
| |
be for support of TCL 8. patch-ac is now part of the dist.
|
| |
|
|
|
|
| |
Permission from: brian@awfulhak.org
|
| |
|
|
|
|
| |
Pointed-Out-By: Dave Duchscher <Dave.Duchscher@net.tamu.edu>
|
| |
|
|
|
|
| |
Locked-in-a-room,bound,gagged,and-beaten-up-by: Satoshi
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
Suggested by: neil.long@materials.oxford.ac.uk (Neil J Long)
Add etc/rc.d/arpwatch.sh
Don't mention arp.dat as an "installed" file - we may want
this after pkg_delete.
|
| |
|