Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Jul 2013 23:11:17 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r253305 - in head: . tools/build/options
Message-ID:  <201307122311.r6CNBH9V086585@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307122311.r6CNBH9V086585>