From 857be7a47c8a42e433be090e92d89828a8ba1596 Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Thu, 1 Mar 2007 15:42:23 +0000 Subject: [PATCH] Bump the bootstrapping requirements for gensnmptree(1) and remove a note in UPDATING that tried to work around the build breakage. Tested by: jhb OK'ed by: njl --- Makefile.inc1 | 2 +- UPDATING | 13 ------------- 2 files changed, 1 insertion(+), 14 deletions(-) diff --git a/Makefile.inc1 b/Makefile.inc1 index 06b1fad26842..65b9128da195 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -857,7 +857,7 @@ _gencat= usr.bin/gencat _mklocale= usr.bin/mklocale .endif -.if ${BOOTSTRAPPING} < 700015 +.if ${BOOTSTRAPPING} < 700018 _gensnmptree= usr.sbin/bsnmpd/gensnmptree .endif diff --git a/UPDATING b/UPDATING index eefd5e775f8f..08bb7d1bbd1d 100644 --- a/UPDATING +++ b/UPDATING @@ -42,19 +42,6 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 7.x IS SLOW: module unless WITHOUT_INET6 or WITHOUT_INET6_SUPPORT options are set; see src.conf(5) for more information. -20070218: - The following build error may appear when upgrading from an old - -current (usr.sbin/bsnmpd/modules/snmp_bridge, depend stage): - line 31: '(' expected at begin of node - context: " TruthValue ENUM ( - *** Error code 1 - If so, run "make install" in usr.sbin/bsnmpd/gensnmptree. (It - should probably be a build tool). In the same module, you may - also get the error: - ...snmp_bridge/bridge_sys.c:39:27: - net/bridgestp.h: No such file or directory - If so, run "cp src/sys/net/bridgestp.h /usr/include/net". - 20070214: The output of netstat -r has changed. Without -n, we now only print a "network name" without the prefix length if the network