From owner-svn-src-head@FreeBSD.ORG Fri Jul 12 23:11:17 2013 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id E03BE5D7; Fri, 12 Jul 2013 23:11:17 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id D344E161B; Fri, 12 Jul 2013 23:11:17 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r6CNBHHN086588; Fri, 12 Jul 2013 23:11:17 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r6CNBH9V086585; Fri, 12 Jul 2013 23:11:17 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201307122311.r6CNBH9V086585@svn.freebsd.org> From: Baptiste Daroussin Date: Fri, 12 Jul 2013 23:11:17 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r253305 - in head: . tools/build/options X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Jul 2013 23:11:18 -0000 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.