Steve Price
55f64949d1
Make this build again.
...
PR: 10561
1999-03-24 17:44:51 +00:00
Jun Kuriyama
1bee4c9df0
Add homepage.
1999-03-10 16:00:12 +00:00
Satoshi Asami
96bc8048c3
Use bsd.port.{pre,post}.mk to move PORTOBJFORMAT to front, or change
...
shell loops to make loops. Use EXTRA_PKG_FLAGS to add install scripts
instead of adding it to PKG_FLAGS after bsd.port.mk.
1998-11-14 09:43:39 +00:00
Jacques Vidrine
1ba8503392
* Upgrade to 3.5.3.
...
* Patch for ELF.
* Create ${PREFIX}/etc/snmpd.sh.sample instead of ${PREFIX}/etc/snmp.sh.
1998-10-19 22:43:09 +00:00
Steve Price
82625d7402
Move one last manpage from PLIST to MANx in Makefile.
1998-08-30 15:51:16 +00:00
Satoshi Asami
36c4de4992
"ln" -> "ln -f"
1998-08-26 21:20:40 +00:00
Tim Vanderhoek
26e78bb69f
This netted the largest set of mis-installed manpages, yet!
1998-08-18 19:48:45 +00:00
Jacques Vidrine
a2161ba0b9
* Update to ucd-snmp 3.5.
1998-07-10 21:12:45 +00:00
Jacques Vidrine
1672e1e388
* Update ucd-snmp to version 3.5.
...
* Incidently fixes problem building on 3.0-CURRENT.
PR: 7198
1998-07-10 21:06:23 +00:00
Andreas Klemm
efe2885c02
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
Andreas Klemm
458a30ced8
Round II, add some mirror sites.
1998-04-02 20:43:45 +00:00
Andreas Klemm
5135386bac
Update to newest version 3.3.1 for -stable,
...
-current needs some fine tuning, later this evening or week ...
1998-04-02 18:04:56 +00:00
Satoshi Asami
06edab4007
Unmark this port broken, operator error (old header file).
...
Reported by: fenner@parc.xerox.com , jhay@mikom.csir.co.za
1997-11-23 16:59:12 +00:00
Satoshi Asami
0c4c115d81
Mark this port broken, it does not build. If it builds for -current,
...
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>
1997-11-22 01:27:13 +00:00
Gary Palmer
f1ba5c4d8a
Add newline to end of file
...
Pointed-Out-By: Dave Duchscher <Dave.Duchscher@net.tamu.edu>
1997-07-05 02:42:48 +00:00
Bill Fenner
6e7adb7599
Upgrade to ucd-snmp 3.2, and make it work on -current.
1997-07-03 04:59:05 +00:00
Satoshi Asami
688da587cc
Mark this broken for -current. (Even Peter can't get it to work.)
1997-07-02 09:39:17 +00:00
James FitzGibbon
8fd36313da
Install libsnmp.a into ${PREFIX}/lib
...
Install SNMP headers into ${PREFIX}/include/snmp
Compile libsnmp.a with "-DPIC -fpic" to allow dynamic linking without RRS
Text Relocation errors.
PR: ports/3880
1997-06-26 23:28:01 +00:00
Bill Fenner
65901f8d98
Make the port not IS_INTERACTIVE if PACKAGE_BUILDING
1997-05-17 17:24:59 +00:00
Gary Palmer
abcbcf3adc
Remember to change the Required line :)
1997-03-07 11:36:04 +00:00
Gary Palmer
76bd4dfdd7
Try to bring this port up to date. Upgrade to 3.1.3, and untangle the
...
patches a bit (author incorporated a fair number of them, and made
even more cross-platfrm portability improvements). I'll deal with
any packaging changes tomorrow.
1997-03-07 11:33:51 +00:00
Masafumi Max NAKANE
86913ca557
No `.' is needed at the end of the reason string for NO_CDROM, NO_PACKAGE,
...
RESTRICTED or BROKEN.
Pointed-out by: asami
1996-12-08 01:45:16 +00:00
Masafumi Max NAKANE
3e17de1c73
Now, string describing reason for defining these variables must be set
...
when you define NO_CDROM, NO_PACKAGE or RESTRICTED instead of just ``yes''.
1996-12-07 11:26:58 +00:00
David E. O'Brien
6d580f890e
Cleaned up post-install target.
1996-12-01 01:20:15 +00:00
Satoshi Asami
3c01626a9d
Dang, what am I thinking?!? It's NO_PACKAGE, not NO_PACKAGES dummy.
...
Maybe I should go to sleep.
1996-11-22 11:48:53 +00:00
Satoshi Asami
3919ad374a
Make this NO_PACKAGE, it asks too many questions.
1996-11-22 11:45:46 +00:00
Satoshi Asami
300c45cf2e
Use MAN? macros. CATEGORIES+= -> CATEGORIES.
1996-11-18 11:44:27 +00:00
Gary Palmer
a8ec3d04fc
It's net, not networking (which makes me wonder where I copied this from)
1996-07-09 19:00:08 +00:00
Gary Palmer
d3cb3cb927
The SNMP package from University of California at Davis
...
Ok'ed by: asami
1996-07-06 08:14:49 +00:00