From owner-freebsd-ports@freebsd.org Sun Feb 16 18:15:00 2020 Return-Path: Delivered-To: freebsd-ports@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 4588323CFBE for ; Sun, 16 Feb 2020 18:15:00 +0000 (UTC) (envelope-from hartzell@alerce.com) Received: from corvid.alerce.com (corvid.alerce.com [206.125.171.163]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 48LFdb3dD4z40cr for ; Sun, 16 Feb 2020 18:14:59 +0000 (UTC) (envelope-from hartzell@alerce.com) Received: from postfix.alerce.com (76-226-160-236.lightspeed.sntcca.sbcglobal.net [76.226.160.236]) (using TLSv1.2 with cipher ECDHE-ECDSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by corvid.alerce.com (Postfix) with ESMTPSA id 9597B46B73; Sun, 16 Feb 2020 10:14:57 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=alerce.com; s=dkim; t=1581876897; h=from:from:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=1ff1qyXPkKB56Z12OAVL1ehkq8D7w6AhM8cO7TSUPUE=; b=R0NG7QTj6MDJ6Iw1ERoU7vp6vGialAEDq9yQ+iwyfotydg1zyGupjEWf6gLGBc98JA8Qbq 2yEn5mQOwTgA+zXZUDh8Sjb0vmChIEgmfoR2bLhsXcZVOF1eV4yR1oZ88qQTdEVTrIfTnC PkbPzh8hXIZzUC9JpblZbvysGb4DQSkYxy3bagM45mXcIQUjCE4+SKQnHsOHsL3NaVa/Ep iBwNPs5ddX6rkcq0VQ+MwRs0uMcZUz2rgIlXH285wIU9MXxTCAU6uiv6HCbVUF5RYWc/ri VOTrqLjmzSv0R8Eapc076w4f9Zkj6r/3s0pFJHQWWqCQL1PMMOW7fvFvOmEsYg== Received: by postfix.alerce.com (Postfix, from userid 501) id 00F91201AB5BBB; Sun, 16 Feb 2020 10:14:55 -0800 (PST) From: George Hartzell MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <24137.34463.913583.732432@alice.local> Date: Sun, 16 Feb 2020 10:14:55 -0800 To: John Kennedy Cc: "\@lbutlr" , FreeBSD Subject: Re: Starting with poudriere In-Reply-To: <20200216053020.GA50490@phouka1.phouka.net> References: <3743CEAE-BCC9-479E-8367-F3DA0E30496E@kreme.com> <4D118F32-E38F-4860-BBE8-4D9F259BF653@kreme.com> <20200216053020.GA50490@phouka1.phouka.net> X-Mailer: VM undefined under 26.3 (x86_64-apple-darwin14.5.0) Reply-To: hartzell@alerce.com X-Rspamd-Queue-Id: 48LFdb3dD4z40cr X-Spamd-Bar: ----- Authentication-Results: mx1.freebsd.org; dkim=pass header.d=alerce.com header.s=dkim header.b=R0NG7QTj; dmarc=pass (policy=none) header.from=alerce.com; spf=pass (mx1.freebsd.org: domain of hartzell@alerce.com designates 206.125.171.163 as permitted sender) smtp.mailfrom=hartzell@alerce.com X-Spamd-Result: default: False [-5.82 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; R_DKIM_ALLOW(-0.20)[alerce.com:s=dkim]; HAS_REPLYTO(0.00)[hartzell@alerce.com]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[3]; R_SPF_ALLOW(-0.20)[+mx:c]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; MIME_GOOD(-0.10)[text/plain]; REPLYTO_ADDR_EQ_FROM(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; TO_MATCH_ENVRCPT_SOME(0.00)[]; TO_DN_ALL(0.00)[]; DKIM_TRACE(0.00)[alerce.com:+]; DMARC_POLICY_ALLOW(-0.50)[alerce.com,none]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; IP_SCORE(-2.82)[ip: (-9.15), ipnet: 206.125.168.0/21(-4.56), asn: 25795(-0.36), country: US(-0.05)]; ASN(0.00)[asn:25795, ipnet:206.125.168.0/21, country:US]; RCVD_COUNT_TWO(0.00)[2]; RCVD_TLS_ALL(0.00)[] X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Feb 2020 18:15:00 -0000 John Kennedy writes: > On Sat, Feb 15, 2020 at 09:02:39PM -0700, @lbutlr wrote: > > [...] > > Am I writing a config file for this every port I want to build? > > Personally, I have a single, custom make.conf that I maintain and shove into > /usr/local/etc/poudriere.d (default location I believe). > > Inside the make.conf, you can bracket non-default options like this: > > .if ${.CURDIR:M*/ftp/curl} > OPTIONS_FILE_UNSET += TLS_SRP > .endif > I managed these bits via ansible, using https://github.com/reallyenglish/ansible-role-poudriere g.