From owner-svn-ports-all@FreeBSD.ORG Tue Oct 30 12:26:00 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1033) id 42AB95D0; Tue, 30 Oct 2012 12:26:00 +0000 (UTC) Date: Tue, 30 Oct 2012 12:26:00 +0000 From: Alexey Dokuchaev To: Chris Rees Subject: Re: svn commit: r306669 - head/net-p2p/transmission-cli Message-ID: <20121030122600.GA5522@FreeBSD.org> References: <201210301209.q9UC9lAw086139@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <201210301209.q9UC9lAw086139@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-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Oct 2012 12:26:00 -0000 On Tue, Oct 30, 2012 at 12:09:47PM +0000, Chris Rees wrote: > New Revision: 306669 > URL: http://svn.freebsd.org/changeset/ports/306669 > > Log: > Add OPTION for lightweight build-- disables prefetching > > +OPTIONS_DEFINE= LIGHTWEIGHT > + > +LIGHTWEIGHT_DESC= Build for low memory / low speed devices We actually already have similar standard knob, maybe you will find it useful: LITE_DESC?= Reduced features/memory footprint ./danfe