summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-07-12 23:11:17 +0000
committerbapt <bapt@FreeBSD.org>2013-07-12 23:11:17 +0000
commit3ea3f0e782ea987f2b6c227fa00e8b416127ef3e (patch)
treefbc6e49059025d03ce7c501d24dddbd3598f5c47
parent9dffe707d30713b28b05151a1b59ec7bc9a8ae57 (diff)
downloadFreeBSD-src-3ea3f0e782ea987f2b6c227fa00e8b416127ef3e.zip
FreeBSD-src-3ea3f0e782ea987f2b6c227fa00e8b416127ef3e.tar.gz
Disable building of pkg_install by default
If people still want to have pkg_install they can specify WITH_PKGTOOLS when building world
-rw-r--r--UPDATING4
-rw-r--r--tools/build/options/WITH_PKGTOOLS (renamed from tools/build/options/WITHOUT_PKGTOOLS)2
2 files changed, 5 insertions, 1 deletions
diff --git a/UPDATING b/UPDATING
index b080c47..fb9d583 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.)
diff --git a/tools/build/options/WITHOUT_PKGTOOLS b/tools/build/options/WITH_PKGTOOLS
index a1c7c56..0c09224 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.
OpenPOWER on IntegriCloud