From owner-svn-ports-head@FreeBSD.ORG Tue Oct 30 13:06:02 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E0E99253; Tue, 30 Oct 2012 13:06:02 +0000 (UTC) (envelope-from utisoft@gmail.com) Received: from mail-bk0-f54.google.com (mail-bk0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id E34768FC16; Tue, 30 Oct 2012 13:06:01 +0000 (UTC) Received: by mail-bk0-f54.google.com with SMTP id jf20so162380bkc.13 for ; Tue, 30 Oct 2012 06:06:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type; bh=oOEopDndP7xeutgLUXh1ATZNJYKUnmjXfWbnNaug1q0=; b=x9yHPC5xq0XwxR7TlOvaB6le9SsOVJHlFZJnyuY3I0WdxGXB7JOEpBSxqEwp819Xkt 0BcuBr621y6Zcxt5kZ21pSKlujPtiAfryyGogEY1YRuFEDRaG6ys9igjkKG0TYYC2VYp QdcW/OcSgGHzm6/YTLUwMtOisYbS1i7iiAEUhhNOfyOtn8pfUIyDUJdEt3uRQT69tTnM ZJC/luS+R/6rWAb3s1yFW+tKc2qqMt7MkG3RjQ/3xRZFAQyL1dBQ9out3Ig8CPQ9XOtF UDMqHg4aNgZ6Tx+IIKR0OtNvhyKW7bK3vqMruGqu/RKEkimHdjDPBSk7efHxanv9UAJz ij9Q== Received: by 10.204.150.213 with SMTP id z21mr10462749bkv.45.1351602360792; Tue, 30 Oct 2012 06:06:00 -0700 (PDT) MIME-Version: 1.0 Sender: utisoft@gmail.com Received: by 10.204.50.197 with HTTP; Tue, 30 Oct 2012 06:05:30 -0700 (PDT) In-Reply-To: <20121030122600.GA5522@FreeBSD.org> References: <201210301209.q9UC9lAw086139@svn.freebsd.org> <20121030122600.GA5522@FreeBSD.org> From: Chris Rees Date: Tue, 30 Oct 2012 13:05:30 +0000 X-Google-Sender-Auth: aHtoa8H8igamdsRLsaCMSnlmiNs Message-ID: Subject: Re: svn commit: r306669 - head/net-p2p/transmission-cli To: Alexey Dokuchaev Content-Type: text/plain; charset=ISO-8859-1 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: Tue, 30 Oct 2012 13:06:03 -0000 On 30 October 2012 12:26, Alexey Dokuchaev wrote: > 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 > Great, I've used that instead. Thanks! Chris