summaryrefslogtreecommitdiffstats
path: root/release/picobsd/isp
diff options
context:
space:
mode:
authorabial <abial@FreeBSD.org>1998-09-15 11:12:25 +0000
committerabial <abial@FreeBSD.org>1998-09-15 11:12:25 +0000
commite878e33d0161d975fc0cdfd429a0f83591a48d39 (patch)
tree74a848f63b207c659090f7c18b3b62c9819ea203 /release/picobsd/isp
parentaa2d4df340b0463283fcffabf2aacc362dd6ff56 (diff)
downloadFreeBSD-src-e878e33d0161d975fc0cdfd429a0f83591a48d39.zip
FreeBSD-src-e878e33d0161d975fc0cdfd429a0f83591a48d39.tar.gz
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>
Diffstat (limited to 'release/picobsd/isp')
-rw-r--r--release/picobsd/isp/crunch1/crunch.conf9
1 files changed, 6 insertions, 3 deletions
diff --git a/release/picobsd/isp/crunch1/crunch.conf b/release/picobsd/isp/crunch1/crunch.conf
index 78dc2c7..7418d0b 100644
--- a/release/picobsd/isp/crunch1/crunch.conf
+++ b/release/picobsd/isp/crunch1/crunch.conf
@@ -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
OpenPOWER on IntegriCloud