From owner-svn-src-head@freebsd.org Mon Oct 22 15:52:28 2018 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 75AB51036414; Mon, 22 Oct 2018 15:52:28 +0000 (UTC) (envelope-from freebsd@pdx.rh.CN85.dnsmgr.net) Received: from pdx.rh.CN85.dnsmgr.net (br1.CN84in.dnsmgr.net [69.59.192.140]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E668681010; Mon, 22 Oct 2018 15:52:27 +0000 (UTC) (envelope-from freebsd@pdx.rh.CN85.dnsmgr.net) Received: from pdx.rh.CN85.dnsmgr.net (localhost [127.0.0.1]) by pdx.rh.CN85.dnsmgr.net (8.13.3/8.13.3) with ESMTP id w9MFqPvI010809; Mon, 22 Oct 2018 08:52:25 -0700 (PDT) (envelope-from freebsd@pdx.rh.CN85.dnsmgr.net) Received: (from freebsd@localhost) by pdx.rh.CN85.dnsmgr.net (8.13.3/8.13.3/Submit) id w9MFqPRl010808; Mon, 22 Oct 2018 08:52:25 -0700 (PDT) (envelope-from freebsd) From: "Rodney W. Grimes" Message-Id: <201810221552.w9MFqPRl010808@pdx.rh.CN85.dnsmgr.net> Subject: Re: svn commit: r339565 - in head: share/man/man4 share/man/man4/man4.i386 sys/conf sys/dev/aha sys/kern sys/modules sys/modules/aha sys/sparc64/conf In-Reply-To: To: Benjamin Kaduk Date: Mon, 22 Oct 2018 08:52:25 -0700 (PDT) CC: Warner Losh , src-committers , svn-src-all@freebsd.org, svn-src-head@freebsd.org Reply-To: rgrimes@freebsd.org X-Mailer: ELM [version 2.4ME+ PL121h (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.29 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: Mon, 22 Oct 2018 15:52:28 -0000 > On Sun, Oct 21, 2018 at 9:35 PM Warner Losh wrote: > > > Author: imp > > Date: Mon Oct 22 02:34:25 2018 > > New Revision: 339565 > > URL: https://svnweb.freebsd.org/changeset/base/339565 > > > > Log: > > Remove aha(4) from the tree. > > > > > The documentation build is now failing, as there's an entity reference to > the autogenerated > hardware list, which does not exist anymore. Will you be able to look at > those as part of your > removals or does someone from the doc team need to handle it? Please stop deprecaton processing until: 1) We have the new documented deprication policy 2) We have crafted a step by step deprication set of procedures so issues like this can be in it. 2) Release 12.0 is shipped. Thanks, Rod