From owner-svn-ports-head@FreeBSD.ORG Tue Aug 28 14:05:00 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1033) id 16A511065673; Tue, 28 Aug 2012 14:05:00 +0000 (UTC) Date: Tue, 28 Aug 2012 14:05:00 +0000 From: Alexey Dokuchaev To: Jase Thew Message-ID: <20120828140500.GB87067@FreeBSD.org> References: <201208281114.q7SBEK17057935@svn.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <201208281114.q7SBEK17057935@svn.freebsd.org> User-Agent: Mutt/1.4.2.1i Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org Subject: Re: svn commit: r303272 - in head/audio/sphinxbase: . files X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Aug 2012 14:05:00 -0000 On Tue, Aug 28, 2012 at 11:14:20AM +0000, Jase Thew wrote: > New Revision: 303272 > URL: http://svn.freebsd.org/changeset/ports/303272 > > +OPTIONS_DEFINE= SNDFILE THREADS > +OPTIONS_DEFAULT= THREADS > + > +SNDFILE_DESC= libsndfile support > +THREADS_DESC= Build with thread safety support We have SNDFILE_DESC and THREADS_DESC already (while default description for the latter is different (more generic), SNDFILE_DESC is exactly the same) in Mk/bsd.options.desc.mk. ./danfe