Author: bapt
Date: Fri Jul 12 23:11:17 2013
New Revision: 253305
URL: http://svnweb.freebsd.org/changeset/base/253305
Log:
Disable building of pkg_install by default
If people still want to have pkg_install they can specify WITH_PKGTOOLS when
building world
Added:
head/tools/build/options/WITH_PKGTOOLS
- copied, changed from r253303, head/tools/build/options/WITHOUT_PKGTOOLS
Deleted:
head/tools/build/options/WITHOUT_PKGTOOLS
Modified:
head/UPDATING
Modified: head/UPDATING
==============================================================================
--- head/UPDATING Fri Jul 12 23:08:44 2013 (r253304)
+++ head/UPDATING Fri Jul 12 23:11:17 2013 (r253305)
@@ -32,6 +32,10 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 10
"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.)
Copied and modified: head/tools/build/options/WITH_PKGTOOLS (from r253303,
head/tools/build/options/WITHOUT_PKGTOOLS)
==============================================================================
--- head/tools/build/options/WITHOUT_PKGTOOLS Fri Jul 12 22:36:26 2013
(r253303, copy source)
+++ head/tools/build/options/WITH_PKGTOOLS Fri Jul 12 23:11:17 2013
(r253305)
@@ -1,4 +1,4 @@
.\" $FreeBSD$
-Set to not build
+Set to build
.Xr pkg_add 8
and related programs.
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"