From owner-svn-ports-all@FreeBSD.ORG Tue Nov 20 14:23:52 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1033) id 69819B8; Tue, 20 Nov 2012 14:23:52 +0000 (UTC) Date: Tue, 20 Nov 2012 14:23:52 +0000 From: Alexey Dokuchaev To: Baptiste Daroussin Subject: Re: svn commit: r307565 - head/net/silc-client Message-ID: <20121120142352.GA2912@FreeBSD.org> References: <201211191622.qAJGMZps097391@svn.freebsd.org> <20121120111700.GI71195@ithaqua.etoilebsd.net> MIME-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <20121120111700.GI71195@ithaqua.etoilebsd.net> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: svn-ports-head@freebsd.org, Wesley Shields , 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, 20 Nov 2012 14:23:52 -0000 On Tue, Nov 20, 2012 at 12:17:00PM +0100, Baptiste Daroussin wrote: > I know I already told you the following, but I think it is worth saying it > loudly for other people who don't know yet about OPTIONS_DEFINE_${arch} > On Mon, Nov 19, 2012 at 04:22:35PM +0000, Wesley Shields wrote: > ... > > WANT_PERL= yes > > > > +OPTIONS_DEFINE= PTHREADS IPV6 ICONV PERL OPTIMIZED_ASM > > +PTHREADS_DESC= "Enable pthreads support" > > +OPTIMIZED_ASM_DESC= "Use assembler optimizations (i386 only)" > > +OPTIONS_DEFAULT= IPV6 ICONV PERL OPTIMIZED_ASM > > OPTIONS_DEFINE= -PTHREADS IPV6 ICONV PERL > OPTIONS_DEFINE_i386= OPTIMIZED_ASM > OPTIMIZED_ASM_DESC= Use assembler optimizations Not to mention we already have ASM option with standard description. ./danfe