summaryrefslogtreecommitdiffstats
path: root/net/net-snmp4
Commit message (Collapse)AuthorAgeFilesLines
* chmod -> ${CHMOD}mharo1999-08-221-2/+2
| | | | chown -> ${CHOWN}
* Remove trailing spaces, and any periods that were hidden by them.hoek1999-06-281-1/+1
|
* Unbreak.kris1999-04-301-3/+3
|
* Another bunch off WWW: links in DESCRscrappy1999-04-221-1/+1
|
* * Mark this BROKEN for a.out systems.nectar1999-04-181-8/+4
| | | | | | | | | | | | 3.6.1 tickles a linker bug in the a.out ld: ``ld: internal error: RRS relocs exceed allocation 343'' * Remove the patches.aout directory since it was forgotten during upgrade 3.5.3->3.6.1 by <kuriyama@FreeBSD.ORG> * Remove most of the crud from the main Makefile that was there for the a.out build I'm going to add a tag for the 3.5.3 (1999/04/06 really) port in case someone must build ucd-snmp for a 2.2.x FreeBSD
* Remove empty line.asami1999-04-121-2/+1
|
* Upgrade to v3.6.1 and apply some patches. But this version still haskuriyama1999-04-078-31/+89
| | | | | | | kvm_read() problem on some RELENG_3 system. No response from: maintainer PR: ports/7330, ports/8908, ports/8909
* Master site moved.fenner1999-04-061-2/+2
|
* Make this build again.steve1999-03-241-0/+40
| | | | PR: 10561
* Add homepage.kuriyama1999-03-101-0/+2
|
* Use bsd.port.{pre,post}.mk to move PORTOBJFORMAT to front, or changeasami1998-11-141-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.
* * Upgrade to 3.5.3.nectar1998-10-194-15/+42
| | | | | * Patch for ELF. * Create ${PREFIX}/etc/snmpd.sh.sample instead of ${PREFIX}/etc/snmp.sh.
* Move one last manpage from PLIST to MANx in Makefile.steve1998-08-302-3/+2
|
* "ln" -> "ln -f"asami1998-08-261-2/+2
|
* This netted the largest set of mis-installed manpages, yet!hoek1998-08-181-18/+0
|
* * Update to ucd-snmp 3.5.nectar1998-07-101-33/+44
|
* * Update ucd-snmp to version 3.5.nectar1998-07-102-6/+11
| | | | | * Incidently fixes problem building on 3.0-CURRENT. PR: 7198
* Committing John Hays patches. Big thanks to him !andreas1998-04-062-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 ...
* Round II, add some mirror sites.andreas1998-04-021-2/+4
|
* Update to newest version 3.3.1 for -stable,andreas1998-04-023-51/+48
| | | | -current needs some fine tuning, later this evening or week ...
* Unmark this port broken, operator error (old header file).asami1997-11-231-2/+1
| | | | Reported by: fenner@parc.xerox.com, jhay@mikom.csir.co.za
* Mark this port broken, it does not build. If it builds for -current,asami1997-11-221-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>
* Add newline to end of filegpalmer1997-07-051-1/+1
| | | | Pointed-Out-By: Dave Duchscher <Dave.Duchscher@net.tamu.edu>
* Upgrade to ucd-snmp 3.2, and make it work on -current.fenner1997-07-033-38/+60
|
* Mark this broken for -current. (Even Peter can't get it to work.)asami1997-07-021-1/+6
|
* Install libsnmp.a into ${PREFIX}/libjfitz1997-06-261-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
* Make the port not IS_INTERACTIVE if PACKAGE_BUILDINGfenner1997-05-171-2/+5
|
* Remember to change the Required line :)gpalmer1997-03-071-2/+2
|
* Try to bring this port up to date. Upgrade to 3.1.3, and untangle thegpalmer1997-03-072-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.
* No `.' is needed at the end of the reason string for NO_CDROM, NO_PACKAGE,max1996-12-081-2/+2
| | | | | RESTRICTED or BROKEN. Pointed-out by: asami
* Now, string describing reason for defining these variables must be setmax1996-12-071-2/+2
| | | | when you define NO_CDROM, NO_PACKAGE or RESTRICTED instead of just ``yes''.
* Cleaned up post-install target.obrien1996-12-011-8/+9
|
* Dang, what am I thinking?!? It's NO_PACKAGE, not NO_PACKAGES dummy.asami1996-11-221-2/+2
| | | | Maybe I should go to sleep.
* Make this NO_PACKAGE, it asks too many questions.asami1996-11-221-1/+2
|
* Use MAN? macros. CATEGORIES+= -> CATEGORIES.asami1996-11-181-9/+3
|
* It's net, not networking (which makes me wonder where I copied this from)gpalmer1996-07-091-2/+2
|
* The SNMP package from University of California at Davisgpalmer1996-07-065-0/+92
Ok'ed by: asami
OpenPOWER on IntegriCloud