From owner-svn-src-all@FreeBSD.ORG Fri Jan 2 21:37:13 2015 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B9763AB2; Fri, 2 Jan 2015 21:37:13 +0000 (UTC) Received: from elvis.mu.org (elvis.mu.org [IPv6:2001:470:1f05:b76::196]) by mx1.freebsd.org (Postfix) with ESMTP id 9FC4D1AA9; Fri, 2 Jan 2015 21:37:13 +0000 (UTC) Received: from AlfredMacbookAir.local (c-76-21-10-192.hsd1.ca.comcast.net [76.21.10.192]) by elvis.mu.org (Postfix) with ESMTPSA id E5563341F85F; Fri, 2 Jan 2015 13:37:12 -0800 (PST) Message-ID: <54A70FB7.1060202@freebsd.org> Date: Fri, 02 Jan 2015 13:37:59 -0800 From: Alfred Perlstein Organization: FreeBSD User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: Steve Kargl , Benjamin Kaduk Subject: Re: svn commit: r276565 - in head/gnu: lib/libstdc++/doc usr.bin/diff usr.bin/diff/doc usr.bin/gdb usr.bin/gperf usr.bin/gperf/doc References: <201501022034.t02KYu1I030453@svn.freebsd.org> <20150102204458.GA72199@troutmask.apl.washington.edu> <20150102213341.GA72376@troutmask.apl.washington.edu> In-Reply-To: <20150102213341.GA72376@troutmask.apl.washington.edu> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Cc: "svn-src-head@freebsd.org" , "svn-src-all@freebsd.org" , "src-committers@freebsd.org" , Garrett Cooper X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jan 2015 21:37:13 -0000 On 1/2/15 1:33 PM, Steve Kargl wrote: > On Fri, Jan 02, 2015 at 03:59:11PM -0500, Benjamin Kaduk wrote: >> On Fri, Jan 2, 2015 at 3:44 PM, Steve Kargl < >> sgk@troutmask.apl.washington.edu> wrote: >> >>> On Fri, Jan 02, 2015 at 08:34:56PM +0000, Garrett Cooper wrote: >>>> Author: ngie >>>> Date: Fri Jan 2 20:34:55 2015 >>>> New Revision: 276565 >>>> URL: https://svnweb.freebsd.org/changeset/base/276565 >>>> >>>> Log: >>>> Remove gnu/ info pages to unbreak the build with MK_GCC != no, etc >>>> >>> Does this mean that FreeBSD is now shipping utilities without >>> documentation? >>> >> I'm pretty sure we've been doing that for a long, long time. >> >> Note that MK_GCC=no is the default on head for the tier-1 platforms. >> > Yeah, I know what the default is for tier-1, which is somewhat > irrelevant to my question. bapt@ has removed info pages (and > Garrett seems to have cleanup after bapt). Noting that FreeBSD > has more than just tier-1, the question remains. Is FreeBSD > now shipping utilities without proper documentation? > The docs are there, you just need to install a package to read them. It was explained in the commit log. -Alfred