From owner-freebsd-ports@FreeBSD.ORG Wed Apr 22 19:59:31 2015 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D8A85734 for ; Wed, 22 Apr 2015 19:59:31 +0000 (UTC) Received: from mail.egr.msu.edu (hill.egr.msu.edu [35.9.37.162]) by mx1.freebsd.org (Postfix) with ESMTP id B4A391E1C for ; Wed, 22 Apr 2015 19:59:31 +0000 (UTC) Received: from hill (localhost [127.0.0.1]) by mail.egr.msu.edu (Postfix) with ESMTP id 715BF2B2A3 for ; Wed, 22 Apr 2015 15:53:29 -0400 (EDT) X-Virus-Scanned: amavisd-new at egr.msu.edu Received: from mail.egr.msu.edu ([127.0.0.1]) by hill (hill.egr.msu.edu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 5gfSyOZt96c6 for ; Wed, 22 Apr 2015 15:53:29 -0400 (EDT) Received: from EGR authenticated sender mcdouga9 Message-ID: <5537FC35.8080401@egr.msu.edu> Date: Wed, 22 Apr 2015 09:53:25 -1000 From: Adam McDougall User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 MIME-Version: 1.0 To: freebsd-ports@freebsd.org Subject: Re: How to set unsupported port build options in make.conf with poudriere? References: <20150422175004.GA48667@risu.swcp.com> In-Reply-To: <20150422175004.GA48667@risu.swcp.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Apr 2015 19:59:31 -0000 On 4/22/2015 7:50 AM, Mark Costlow wrote: > I'm using poudriere on FreeBSD 10.1. I need to set --enable-drac when > building mail/milter-greylist. There is no corresponding option in > the milter-greylist port. In the past, I used portconf to achieve this: > > mail/milter-greylist: CONFIGURE_ARGS+=--enable-drac > > In the new post-portconf world, I tried this in > /usr/local/etc/poudriere.d/build-make.conf: > > milter-greylist_SET="CONFIGURE_ARGS+=--enable-drac" > > Try: .if ${.CURDIR:M*/mail/milter-greylist} CONFIGURE_ARGS+= --enable-drac .endif _SET and _UNSET are only for toggling options, an example would be: mail_spamassassin_SET=DCC DKIM RAZOR PYZOR RELAY_COUNTRY SPF_QUERY