aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-07-12 23:11:17 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-07-12 23:11:17 +0000
commit9b953f2ce40fb43141ad280a365d4f41ee06b3b1 (patch)
treefbc6e49059025d03ce7c501d24dddbd3598f5c47 /UPDATING
parente9f950b59c7b0a3409271557675327a3c3799304 (diff)
downloadsrc-9b953f2ce40fb43141ad280a365d4f41ee06b3b1.tar.gz
src-9b953f2ce40fb43141ad280a365d4f41ee06b3b1.zip
Disable building of pkg_install by default
If people still want to have pkg_install they can specify WITH_PKGTOOLS when building world
Notes
Notes: svn path=/head/; revision=253305
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING4
1 files changed, 4 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index b080c4707b81..fb9d583c101b 100644
--- a/UPDATING
+++ b/UPDATING
@@ -32,6 +32,10 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 10.x IS SLOW:
"ln -s 'abort:false,junk:false' /etc/malloc.conf".)
20130709:
+ pkg_install has been disconnected from the build if you really need it
+ you should add WITH_PKGTOOLS in your src.conf(5).
+
+20130709:
Most of network statistics structures were changed to be able
keep 64-bits counters. Thus all tools, that work with networking
statistics, must be rebuilded (netstat(1), bsnmpd(1), etc.)