diff --git a/UPDATING b/UPDATING index b080c4707b81..fb9d583c101b 100644 --- a/UPDATING +++ b/UPDATING @@ -31,6 +31,10 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 10.x IS SLOW: disable the most expensive debugging functionality run "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 diff --git a/tools/build/options/WITHOUT_PKGTOOLS b/tools/build/options/WITH_PKGTOOLS similarity index 74% rename from tools/build/options/WITHOUT_PKGTOOLS rename to tools/build/options/WITH_PKGTOOLS index a1c7c56964c2..0c09224f5c18 100644 --- a/tools/build/options/WITHOUT_PKGTOOLS +++ b/tools/build/options/WITH_PKGTOOLS @@ -1,4 +1,4 @@ .\" $FreeBSD$ -Set to not build +Set to build .Xr pkg_add 8 and related programs.