From owner-freebsd-ports@FreeBSD.ORG Wed Apr 22 18:10:04 2015 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id F13ABE6C for ; Wed, 22 Apr 2015 18:10:04 +0000 (UTC) Received: from mx1a.swcp.com (mx1a.swcp.com [216.184.2.64]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C4AC510EB for ; Wed, 22 Apr 2015 18:10:04 +0000 (UTC) Received: from ame3.swcp.com (ame3.swcp.com [216.184.2.120]) by mx1a.swcp.com (8.14.4/8.14.4/Debian-4) with ESMTP id t3MHoWsZ011776 for ; Wed, 22 Apr 2015 11:50:32 -0600 Received: from risu.swcp.com (risu.swcp.com [216.184.2.5]) by ame3.swcp.com (8.15.1/8.14.9) with ESMTPS id t3MHo4ri061901 (version=TLSv1 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Wed, 22 Apr 2015 11:50:06 -0600 (MDT) (envelope-from cheeks@swcp.com) Received: from risu.swcp.com (localhost.swcp.com [127.0.0.1]) by risu.swcp.com (8.13.3/8.13.1) with ESMTP id t3MHo4RN049881 for ; Wed, 22 Apr 2015 11:50:04 -0600 (MDT) (envelope-from cheeks@risu.swcp.com) Received: (from cheeks@localhost) by risu.swcp.com (8.13.3/8.13.1/Submit) id t3MHo4jr049880 for ports@FreeBSD.org; Wed, 22 Apr 2015 11:50:04 -0600 (MDT) (envelope-from cheeks) Date: Wed, 22 Apr 2015 11:50:04 -0600 From: Mark Costlow To: ports@FreeBSD.org Subject: How to set unsupported port build options in make.conf with poudriere? Message-ID: <20150422175004.GA48667@risu.swcp.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.12-2006-07-14 X-Scanned-By: MIMEDefang 2.75 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (ame3.swcp.com [216.184.2.127]); Wed, 22 Apr 2015 11:50:06 -0600 (MDT) X-Virus-Scanned: clamav-milter 0.98.6 at ame3 X-Virus-Status: Clean X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on ame3.swcp.com X-Spam-Status: No, hits=-1.0 tests=ALL_TRUSTED, T_RP_MATCHES_RCVD version=3.4.0 X-Spam-Level: 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 18:10:05 -0000 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" (My poudriere jail is named "build") The build completes, but the installed milter-greylist does not have DRAC support: # strings -a /usr/local/libexec/milter-greylist | grep DRAC Message whitelisted by DRAC access database DRAC support not compiled in, ignore line %d I've confirmed in the build log that poudriere is finding /usr/local/etc/poudriere.d/build-make.conf and using it for the milter-greylist build. So I must have the syntax wrong for _SET. Is it a problem that the port name has a hyphen? I found this thread which claimed hyphens are a problem http://lists.freebsd.org/pipermail/freebsd-ports/2014-January/089163.html but no resolution. Thanks, 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