Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Apr 2015 16:24:02 -0600
From:      Mark Costlow <cheeks@swcp.com>
To:        Adam McDougall <mcdouga9@egr.msu.edu>
Cc:        freebsd-ports@freebsd.org
Subject:   Re: How to set unsupported port build options in make.conf with poudriere?
Message-ID:  <20150422222402.GA58592@risu.swcp.com>
In-Reply-To: <5537FC35.8080401@egr.msu.edu>
References:  <20150422175004.GA48667@risu.swcp.com> <5537FC35.8080401@egr.msu.edu>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Apr 22, 2015 at 09:53:25AM -1000, Adam McDougall wrote:
> 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

Thank you!  That worked perfectly.


> _SET and _UNSET are only for toggling options, an example would be:
> mail_spamassassin_SET=DCC DKIM RAZOR PYZOR RELAY_COUNTRY SPF_QUERY

That certainly explains why I couldn't find any examples of _SET being
used that way.

Mark
-- 
Mark Costlow    | Southwest Cyberport | Fax:   +1-505-232-7975
cheeks@swcp.com | Web:   www.swcp.com | Voice: +1-505-232-7992

Mail Minder - Intelligent Push Notifications for Email on the iPhone
http://mailminderapp.com/download  or in the App Store




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20150422222402.GA58592>