From owner-svn-src-all@FreeBSD.ORG Wed Oct 6 06:39:47 2010 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DBEF210656D9; Wed, 6 Oct 2010 06:39:47 +0000 (UTC) (envelope-from niclas.zeising@gmail.com) Received: from mxf1.bahnhof.se (mxf1.bahnhof.se [213.80.101.25]) by mx1.freebsd.org (Postfix) with ESMTP id 948D68FC08; Wed, 6 Oct 2010 06:39:47 +0000 (UTC) Received: from localhost (mxf1.local [127.0.0.1]) by mxf1-reinject (Postfix) with ESMTP id 679CE1E31E0; Wed, 6 Oct 2010 08:39:46 +0200 (CEST) X-Virus-Scanned: by amavisd-new using ClamAV at bahnhof.se (MXF1) X-Spam-Score: 2.819 X-Spam-Level: ** X-Spam-Status: No, score=2.819 tagged_above=-99 required=5 tests=[DNS_FROM_RFC_POST=1.44, SPF_NEUTRAL=1.379] Received: from mxf1.bahnhof.se ([127.0.0.1]) by localhost (mxf1.bahnhof.se [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id l-uLo7VoG7QD; Wed, 6 Oct 2010 08:39:42 +0200 (CEST) Received: from [10.32.0.4] (h-90-99.A163.priv.bahnhof.se [79.136.90.99]) by mxf1.bahnhof.se (Postfix) with ESMTP id 56D2C1E3209; Wed, 6 Oct 2010 08:39:42 +0200 (CEST) Message-ID: <4CAC19A7.7070306@gmail.com> Date: Wed, 06 Oct 2010 08:39:35 +0200 From: Niclas Zeising User-Agent: Mutt/1.5.21 MIME-Version: 1.0 To: Oleksandr Tymoshenko References: <201010052226.o95MQ1cT074088@svn.freebsd.org> In-Reply-To: <201010052226.o95MQ1cT074088@svn.freebsd.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r213463 - head/tools/build/options X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 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: Wed, 06 Oct 2010 06:39:48 -0000 On 2010-10-06 00:26, Oleksandr Tymoshenko wrote: > Author: gonzo > Date: Tue Oct 5 22:26:01 2010 > New Revision: 213463 > URL: http://svn.freebsd.org/changeset/base/213463 > > Log: > - Add WITH_GPIO entry to src.conf(5) man page > > Added: > head/tools/build/options/WITH_GPIO (contents, props changed) Thanks! (For this and previous commit) You have to re-generate src.conf as well, and commit that. There's a tool for it in the same direcotry as above. Regards! //Niclas