Update ucd-snmp to version 3.5. It's slightly bigger, so also increase

the MFS size of net and isp floppies.

Add comment to crunch.conf on how to prepare the ucd-snmp port to work
with the build process.

Submitted by:	Jim Flowers <jflowers@ezo.net>
This commit is contained in:
Andrzej Bialecki 1998-09-15 11:12:25 +00:00
parent 110a65c26d
commit d687e84172
3 changed files with 15 additions and 9 deletions

View File

@ -1,7 +1,7 @@
#!/bin/sh -
#
# $Id: build,v 1.4 1998/09/04 19:38:57 abial Exp $
# $Id: build,v 1.5 1998/09/07 06:46:25 abial Exp $
#
# You can set the SRC variable which points to your source tree. It's
@ -17,8 +17,8 @@ OBJFORMAT=aout; export OBJFORMAT
DIAL_DFLT_SIZE=1600
ROUTER_DFLT_SIZE=820
NET_DFLT_SIZE=2100
ISP_DFLT_SIZE=2100
NET_DFLT_SIZE=2200
ISP_DFLT_SIZE=2200
# SET THIS if you're building on 2.2.x system
#

View File

@ -1,5 +1,5 @@
#
# $Id: crunch.conf,v 1.2 1998/09/14 20:39:16 abial Exp $
# $Id: crunch.conf,v 1.3 1998/09/15 07:35:31 abial Exp $
#
# NOTE: the string "/usr/src" will be automatically replaced with the
# correct value set in 'build' script - you should change it there
@ -8,12 +8,15 @@
srcdirs ../../tinyware
# sources for ucd-snmp - they must be already patched & configured!
# The necessary steps are given below:
# * you have to comment out the line with 'CONFIGURE_ARGS' in
# /usr/ports/net/ucd-snmp/Makefile - otherwise you'll end up with
# shared libsnmp library, and we want a static one.
# * you have to symlink subdirectory agent -> snmpd
# * you have to properly construct an OBJS variable in snmpd/Makefile:
# OBJS=${MIBOBJS} ${AGENTOBJS}
# * we install a special version of MIB files - stripped of comments and
# descriptions. These MIBs are included here to save you the stripping.
srcdirs /usr/ports/net/ucd-snmp/work/ucd-snmp-3.3.1
srcdirs /usr/ports/net/ucd-snmp/work/ucd-snmp-3.5
# other sources
srcdirs /usr/src/bin
srcdirs /usr/src/sbin/i386
@ -51,7 +54,7 @@ ln msg dmesg
ln ns netstat
# For snmpd
libs /usr/ports/net/ucd-snmp/work/ucd-snmp-3.3.1/snmplib/libsnmp.a
libs /usr/ports/net/ucd-snmp/work/ucd-snmp-3.5/snmplib/libsnmp.a
libs -ledit -lutil -lmd -lcrypt -lmp -lgmp -lm -lkvm
libs -lmytinfo -lipx -lz -lpcap -lalias
libs -ltermcap -lgnuregex -ltelnet -lcurses

View File

@ -1,5 +1,5 @@
#
# $Id: crunch.conf,v 1.2 1998/09/14 20:39:24 abial Exp $
# $Id: crunch.conf,v 1.3 1998/09/15 07:35:38 abial Exp $
#
# NOTE: the string "/usr/src" will be automatically replaced with the
# correct value set in 'build' script - you should change it there
@ -8,12 +8,15 @@
srcdirs ../../tinyware
# sources for ucd-snmp - they must be already patched & configured!
# The necessary steps are given below:
# * you have to comment out the line with 'CONFIGURE_ARGS' in
# /usr/ports/net/ucd-snmp/Makefile - otherwise you'll end up with
# shared libsnmp library, and we want a static one.
# * you have to symlink subdirectory agent -> snmpd
# * you have to properly construct an OBJS variable in snmpd/Makefile:
# OBJS=${MIBOBJS} ${AGENTOBJS}
# * we install a special version of MIB files - stripped of comments and
# descriptions. These MIBs are included here to save you the stripping.
srcdirs /usr/ports/net/ucd-snmp/work/ucd-snmp-3.3.1
srcdirs /usr/ports/net/ucd-snmp/work/ucd-snmp-3.5
# other sources
srcdirs /usr/src/bin
srcdirs /usr/src/sbin/i386
@ -51,7 +54,7 @@ ln ns netstat
ln chown chgrp
# For snmpd
libs /usr/ports/net/ucd-snmp/work/ucd-snmp-3.3.1/snmplib/libsnmp.a
libs /usr/ports/net/ucd-snmp/work/ucd-snmp-3.5/snmplib/libsnmp.a
libs -lncurses -lmytinfo -lipx -lz -lpcap -lalias
libs -ledit -lutil -lmd -lcrypt -lmp -lgmp -lm -lkvm
libs -lgnuregex -ltelnet