summaryrefslogtreecommitdiff
path: root/net-mgmt/net-snmp53 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Unmark this port broken, operator error (old header file).Satoshi Asami1997-11-231-2/+1
| | | | | | | Reported by: fenner@parc.xerox.com, jhay@mikom.csir.co.za Notes: svn path=/head/; revision=8773
* Mark this port broken, it does not build. If it builds for -current,Satoshi 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> Notes: svn path=/head/; revision=8748
* Add newline to end of fileGary Palmer1997-07-051-1/+1
| | | | | | | Pointed-Out-By: Dave Duchscher <Dave.Duchscher@net.tamu.edu> Notes: svn path=/head/; revision=7214
* Upgrade to ucd-snmp 3.2, and make it work on -current.Bill Fenner1997-07-033-38/+60
| | | | Notes: svn path=/head/; revision=7202
* Mark this broken for -current. (Even Peter can't get it to work.)Satoshi Asami1997-07-021-1/+6
| | | | Notes: svn path=/head/; revision=7185
* Install libsnmp.a into ${PREFIX}/libJames FitzGibbon1997-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 Notes: svn path=/head/; revision=7080
* Make the port not IS_INTERACTIVE if PACKAGE_BUILDINGBill Fenner1997-05-171-2/+5
| | | | Notes: svn path=/head/; revision=6475
* Remember to change the Required line :)Gary Palmer1997-03-071-2/+2
| | | | Notes: svn path=/head/; revision=5905
* Try to bring this port up to date. Upgrade to 3.1.3, and untangle theGary Palmer1997-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. Notes: svn path=/head/; revision=5904
* No `.' is needed at the end of the reason string for NO_CDROM, NO_PACKAGE,Masafumi Max NAKANE1996-12-081-2/+2
| | | | | | | | RESTRICTED or BROKEN. Pointed-out by: asami Notes: svn path=/head/; revision=4884
* Now, string describing reason for defining these variables must be setMasafumi Max NAKANE1996-12-071-2/+2
| | | | | | | when you define NO_CDROM, NO_PACKAGE or RESTRICTED instead of just ``yes''. Notes: svn path=/head/; revision=4864
* Cleaned up post-install target.David E. O'Brien1996-12-011-8/+9
| | | | Notes: svn path=/head/; revision=4737
* Dang, what am I thinking?!? It's NO_PACKAGE, not NO_PACKAGES dummy.Satoshi Asami1996-11-221-2/+2
| | | | | | | Maybe I should go to sleep. Notes: svn path=/head/; revision=4643
* Make this NO_PACKAGE, it asks too many questions.Satoshi Asami1996-11-221-1/+2
| | | | Notes: svn path=/head/; revision=4642
* Use MAN? macros. CATEGORIES+= -> CATEGORIES.Satoshi Asami1996-11-181-9/+3
| | | | Notes: svn path=/head/; revision=4575
* It's net, not networking (which makes me wonder where I copied this from)Gary Palmer1996-07-091-2/+2
| | | | Notes: svn path=/head/; revision=3329
* The SNMP package from University of California at DavisGary Palmer1996-07-065-0/+92
Ok'ed by: asami Notes: svn path=/head/; revision=3312