From owner-svn-src-head@FreeBSD.ORG Sun Feb 12 17:44:41 2012 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 171F71065673; Sun, 12 Feb 2012 17:44:41 +0000 (UTC) (envelope-from zeising@daemonic.se) Received: from mail.lysator.liu.se (mail.lysator.liu.se [IPv6:2001:6b0:17:f0a0::3]) by mx1.freebsd.org (Postfix) with ESMTP id 7F6228FC13; Sun, 12 Feb 2012 17:44:40 +0000 (UTC) Received: from mail.lysator.liu.se (localhost [127.0.0.1]) by mail.lysator.liu.se (Postfix) with ESMTP id A8BEB40002; Sun, 12 Feb 2012 18:44:38 +0100 (CET) Received: by mail.lysator.liu.se (Postfix, from userid 1004) id 9DD8340006; Sun, 12 Feb 2012 18:44:38 +0100 (CET) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on bernadotte.lysator.liu.se X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=AWL autolearn=disabled version=3.3.1 X-Spam-Score: 0.0 Received: from mx.daemonic.se (mx.daemonic.se [IPv6:2001:470:dca9:0:1::3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.lysator.liu.se (Postfix) with ESMTPSA id 9473B40002; Sun, 12 Feb 2012 18:44:37 +0100 (CET) Received: from mailscanner.daemonic.se (mailscanner.daemonic.se [IPv6:2001:470:dca9:0:1::6]) by mx.daemonic.se (Postfix) with ESMTPS id 2830C119C1B; Sun, 12 Feb 2012 18:44:37 +0100 (CET) X-Virus-Scanned: amavisd-new at daemonic.se Received: from mx.daemonic.se ([IPv6:2001:470:dca9:0:1::3]) (using TLS with cipher CAMELLIA256-SHA) by mailscanner.daemonic.se (mailscanner.daemonic.se [2001:470:dca9:0:1::6]) (amavisd-new, port 10025) with ESMTPS id uBDFuAvlRkHZ; Sun, 12 Feb 2012 18:44:34 +0100 (CET) Received: from mail.daemonic.se (mail.daemonic.se [IPv6:2001:470:dca9:0:1::4]) by mx.daemonic.se (Postfix) with ESMTPS id B547A119C17; Sun, 12 Feb 2012 18:44:34 +0100 (CET) Received: from [IPv6:2001:470:dca9:1::4] (vivi.daemonic.se [IPv6:2001:470:dca9:1::4]) by mail.daemonic.se (Postfix) with ESMTPSA id 9DABA12B20D; Sun, 12 Feb 2012 18:44:34 +0100 (CET) Message-ID: <4F37FA7D.4070808@daemonic.se> Date: Sun, 12 Feb 2012 18:44:29 +0100 From: Niclas Zeising User-Agent: Mutt/1.5.21 MIME-Version: 1.0 To: Robert Millan References: <201202040054.q140siBP012241@svn.freebsd.org> <4F2CFEE3.6070306@daemonic.se> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP Cc: svn-src-head@freebsd.org, Kostik Belousov , svn-src-all@freebsd.org, src-committers@freebsd.org, Adrian Chadd Subject: Re: svn commit: r230972 - in head: share/mk sys/amd64/conf sys/i386/conf sys/modules sys/modules/drm sys/modules/sound/driver sys/modules/usb tools/build/options X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 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: Sun, 12 Feb 2012 17:44:41 -0000 On 2012-02-12 17:43, Robert Millan wrote: > El 4 de febrer de 2012 9:48, Niclas Zeising ha escrit: >>> +++ head/sys/amd64/conf/WITHOUT_SOURCELESS_HOST Sat Feb 4 00:54:43 2012 (r230972) >>> @@ -0,0 +1,10 @@ >>> +# >>> +# WITHOUT_SOURCELESS_UCODE -- Disable drivers that include sourceless >> ^^^^^ >> This seems like a typo. Shouldn't it read HOST instead? > > Oops, yes of course. Thanks for pointing it out. > >> Also, can you please regenerate the src.conf manual page? > > Sure. But as I've never done this before, I don't know the right way > to do this. Is it: > > cd /usr/src/tools/build/options && ./makeman > > ../../../share/man/man5/src.conf.5 > > ? > > I notice that this command replaces "from FreeBSD" lines with > $FreeBSD$. I'm not sure if this is a problem: > > -.\" from FreeBSD: head/tools/build/options/WITHOUT_WIRELESS 183242 > 2008-09-21 22:02:26Z sam > +.\" $FreeBSD$ I am not 100% sure about how makeman works, but something akin to what you described above seems right. I think the change in the FreeBSD: line depends on if you do it from a svn repo or from a repo updated using cvsup or similar. With that said, I think dim@ already has regenerated src.conf for you, and commited it. Have a look at r231055 Regards! -- Niclas