From owner-svn-ports-head@FreeBSD.ORG Fri May 17 14:38:56 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1033) id C53B8E05; Fri, 17 May 2013 14:38:56 +0000 (UTC) Date: Fri, 17 May 2013 14:38:56 +0000 From: Alexey Dokuchaev To: Ganael LAPLANCHE Subject: Re: svn commit: r318379 - in head/comms: . gr-osmosdr gr-osmosdr/files Message-ID: <20130517143856.GA68891@FreeBSD.org> References: <201305171310.r4HDABEk052378@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201305171310.r4HDABEk052378@svn.freebsd.org> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 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: Fri, 17 May 2013 14:38:56 -0000 On Fri, May 17, 2013 at 01:10:11PM +0000, Ganael LAPLANCHE wrote: > New Revision: 318379 > URL: http://svnweb.freebsd.org/changeset/ports/318379 > > +BUILD_DEPENDS= swig:${PORTSDIR}/devel/swig13 \ > + doxygen:${PORTSDIR}/devel/doxygen \ Oh, is doxygen being used for documentation, or this port actually really needs it for something functional? If it's only for docs, can it be made OPTIONal? > + cheetah:${PORTSDIR}/devel/py-cheetah > +LIB_DEPENDS= gnuradio-core:${PORTSDIR}/comms/gnuradio \ > + gnuradio-fcd:${PORTSDIR}/comms/gnuradio \ > + gruel:${PORTSDIR}/comms/gnuradio \ > + boost_system:${PORTSDIR}/devel/boost-libs \ > + boost_thread:${PORTSDIR}/devel/boost-libs Doubling dependencies of comms/gnuradio and boost-libs looks a bit silly; just picking one library per port would be sufficient. > +OPTIONS_DEFINE= RTLSDR > +RTLSDR_DESC= Enable rtl-sdr (RTL2832) support We've been discouraging starting support-type descriptions with 'Enable' word, but in this case it also helps to avoid starting description with lower-case letter (presuming that "rtl-sdr" spelled correctly), so maybe it's OK. ./danfe