From owner-svn-src-head@FreeBSD.ORG Tue Aug 19 15:41:13 2014 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 054125B0; Tue, 19 Aug 2014 15:41:13 +0000 (UTC) Received: from mail.turbocat.net (heidi.turbocat.net [88.198.202.214]) (using TLSv1.1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B61BD3D17; Tue, 19 Aug 2014 15:41:12 +0000 (UTC) Received: from laptop015.home.selasky.org (cm-176.74.213.204.customer.telag.net [176.74.213.204]) (using TLSv1 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by mail.turbocat.net (Postfix) with ESMTPSA id 6B1551FE027; Tue, 19 Aug 2014 17:41:03 +0200 (CEST) Message-ID: <53F3701F.9040602@selasky.org> Date: Tue, 19 Aug 2014 17:41:19 +0200 From: Hans Petter Selasky User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0 MIME-Version: 1.0 To: Bryan Drewery , src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r267440 - in head: lib share/mk sys/modules sys/sys References: <201406130853.s5D8rowf084163@svn.freebsd.org> <53F36973.4080900@FreeBSD.org> In-Reply-To: <53F36973.4080900@FreeBSD.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.18-1 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: Tue, 19 Aug 2014 15:41:13 -0000 Hi, > You forgot to define a tools/build/options/WITHOUT_CUSE so it is added > to src.conf(5). > > ~/svn/base/tools/build/options # ./makeman > > ../../../share/man/man5/src.conf.5 > no description found for WITHOUT_CUSE, skipping > > See: http://svnweb.freebsd.org/changeset/base/270171 Thank you! --HPS