From owner-freebsd-ports@FreeBSD.ORG Sat Jul 21 20:10:43 2012 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B7FCA106566B; Sat, 21 Jul 2012 20:10:43 +0000 (UTC) (envelope-from sem@semmy.ru) Received: from sunner.semmy.ru (sunner.semmy.ru [IPv6:2a00:14d0:0:20::3]) by mx1.freebsd.org (Postfix) with ESMTP id 3F3A08FC14; Sat, 21 Jul 2012 20:10:43 +0000 (UTC) Received: from [31.130.115.29] (helo=[192.168.1.13]) by sunner.semmy.ru with esmtpa (Exim 4.77 (FreeBSD)) (envelope-from ) id 1Ssg0c-000A66-DP; Sun, 22 Jul 2012 00:10:38 +0400 Message-ID: <500B0CB7.40006@semmy.ru> Date: Sun, 22 Jul 2012 00:10:31 +0400 From: Sergey Matveychuk User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:14.0) Gecko/20120713 Thunderbird/14.0 MIME-Version: 1.0 To: Chris Rees References: In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Cc: ports@freebsd.org, Alexey Kouznetsov , Sunpoet Hsieh , Sergey Matveychuk Subject: Re: port DNS/UNBOUND X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Jul 2012 20:10:43 -0000 20.07.2012 10:36, Chris Rees пишет: > On 20 July 2012 05:07, Sunpoet Hsieh wrote: >> Hi, >> >> You can use ".if empty(PORT_OPTIONS:Mfoo)" to check if option "foo" is >> off. Try this: >> >> .if empty(PORT_OPTIONS:MTHREADS) >> CONFIGURE_ARGS+=--without-pthreads >> .endif >> > > Quite correct, and I've filed such in a PR. > > http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/170007 > > Thanks for noticing Alexey! > > Chris > I'm on vacation now. Could you commit it please? Thank you.