summaryrefslogtreecommitdiff
path: root/net-mgmt/net-snmp53 (unfollow)
Commit message (Collapse)AuthorFilesLines
1999-03-10Add homepage.Jun Kuriyama1-0/+2
Notes: svn path=/head/; revision=17126
1998-11-14Use bsd.port.{pre,post}.mk to move PORTOBJFORMAT to front, or changeSatoshi Asami1-10/+13
shell loops to make loops. Use EXTRA_PKG_FLAGS to add install scripts instead of adding it to PKG_FLAGS after bsd.port.mk. Notes: svn path=/head/; revision=14512
1998-10-19* Upgrade to 3.5.3.Jacques Vidrine4-15/+42
* Patch for ELF. * Create ${PREFIX}/etc/snmpd.sh.sample instead of ${PREFIX}/etc/snmp.sh. Notes: svn path=/head/; revision=14088
1998-08-30Move one last manpage from PLIST to MANx in Makefile.Steve Price2-3/+2
Notes: svn path=/head/; revision=12931
1998-08-26"ln" -> "ln -f"Satoshi Asami1-2/+2
Notes: svn path=/head/; revision=12869
1998-08-18This netted the largest set of mis-installed manpages, yet!Tim Vanderhoek1-18/+0
Notes: svn path=/head/; revision=12624
1998-07-10* Update to ucd-snmp 3.5.Jacques Vidrine1-33/+44
Notes: svn path=/head/; revision=11813
1998-07-10* Update ucd-snmp to version 3.5.Jacques Vidrine2-6/+11
* Incidently fixes problem building on 3.0-CURRENT. PR: 7198 Notes: svn path=/head/; revision=11812
1998-04-06Committing John Hays patches. Big thanks to him !Andreas Klemm2-2/+3
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 ... Notes: svn path=/head/; revision=10429
1998-04-02Round II, add some mirror sites.Andreas Klemm1-2/+4
Notes: svn path=/head/; revision=10395
1998-04-02Update to newest version 3.3.1 for -stable,Andreas Klemm3-51/+48
-current needs some fine tuning, later this evening or week ... Notes: svn path=/head/; revision=10393
1997-11-23Unmark this port broken, operator error (old header file).Satoshi Asami1-2/+1
Reported by: fenner@parc.xerox.com, jhay@mikom.csir.co.za Notes: svn path=/head/; revision=8773
1997-11-22Mark this port broken, it does not build. If it builds for -current,Satoshi Asami1-2/+2
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> Notes: svn path=/head/; revision=8748
1997-07-05Add newline to end of fileGary Palmer1-1/+1
Pointed-Out-By: Dave Duchscher <Dave.Duchscher@net.tamu.edu> Notes: svn path=/head/; revision=7214
1997-07-03Upgrade to ucd-snmp 3.2, and make it work on -current.Bill Fenner3-38/+60
Notes: svn path=/head/; revision=7202
1997-07-02Mark this broken for -current. (Even Peter can't get it to work.)Satoshi Asami1-1/+6
Notes: svn path=/head/; revision=7185
1997-06-26Install libsnmp.a into ${PREFIX}/libJames FitzGibbon1-0/+18
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 Notes: svn path=/head/; revision=7080
1997-05-17Make the port not IS_INTERACTIVE if PACKAGE_BUILDINGBill Fenner1-2/+5
Notes: svn path=/head/; revision=6475
1997-03-07Remember to change the Required line :)Gary Palmer1-2/+2
Notes: svn path=/head/; revision=5905
1997-03-07Try to bring this port up to date. Upgrade to 3.1.3, and untangle theGary Palmer2-3/+3
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. Notes: svn path=/head/; revision=5904
1996-12-08No `.' is needed at the end of the reason string for NO_CDROM, NO_PACKAGE,Masafumi Max NAKANE1-2/+2
RESTRICTED or BROKEN. Pointed-out by: asami Notes: svn path=/head/; revision=4884
1996-12-07Now, string describing reason for defining these variables must be setMasafumi Max NAKANE1-2/+2
when you define NO_CDROM, NO_PACKAGE or RESTRICTED instead of just ``yes''. Notes: svn path=/head/; revision=4864
1996-12-01Cleaned up post-install target.David E. O'Brien1-8/+9
Notes: svn path=/head/; revision=4737
1996-11-22Dang, what am I thinking?!? It's NO_PACKAGE, not NO_PACKAGES dummy.Satoshi Asami1-2/+2
Maybe I should go to sleep. Notes: svn path=/head/; revision=4643
1996-11-22Make this NO_PACKAGE, it asks too many questions.Satoshi Asami1-1/+2
Notes: svn path=/head/; revision=4642
1996-11-18Use MAN? macros. CATEGORIES+= -> CATEGORIES.Satoshi Asami1-9/+3
Notes: svn path=/head/; revision=4575
1996-07-09It's net, not networking (which makes me wonder where I copied this from)Gary Palmer1-2/+2
Notes: svn path=/head/; revision=3329
1996-07-06The SNMP package from University of California at DavisGary Palmer5-0/+92
Ok'ed by: asami Notes: svn path=/head/; revision=3312