From owner-freebsd-ports@freebsd.org Mon Dec 17 16:34:44 2018 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BFB3713456B3 for ; Mon, 17 Dec 2018 16:34:44 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 5AD4D76D09 for ; Mon, 17 Dec 2018 16:34:44 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 1E0BA13456B2; Mon, 17 Dec 2018 16:34:44 +0000 (UTC) Delivered-To: ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0C8C913456B1 for ; Mon, 17 Dec 2018 16:34:44 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A6DDE76D07; Mon, 17 Dec 2018 16:34:43 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1354) id 9369B9447; Mon, 17 Dec 2018 16:34:43 +0000 (UTC) From: Jan Beich To: Mel Pilgrim Cc: ports@freebsd.org Subject: Re: Is there an option to make poudriere install implicit ports from repo instead of building them References: Date: Mon, 17 Dec 2018 17:34:39 +0100 In-Reply-To: (Mel Pilgrim's message of "Mon, 17 Dec 2018 05:15:12 -0800") Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-Rspamd-Queue-Id: A6DDE76D07 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.88 / 15.00]; local_wl_from(0.00)[freebsd.org]; NEURAL_HAM_MEDIUM(-0.99)[-0.990,0]; NEURAL_HAM_SHORT(-0.90)[-0.903,0]; NEURAL_HAM_LONG(-0.99)[-0.990,0]; ASN(0.00)[asn:11403, ipnet:96.47.64.0/20, country:US] 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: Mon, 17 Dec 2018 16:34:44 -0000 Mel Pilgrim writes: > I only need to build a single port plus the handful of private > meta-ports I use for role management. It seems a terrible waste to > have poudriere build the 500+ completely stock dependencies they pull > in. Is there a way to have poudriere install implicitly-added pkgs > from pkg.freebsd.org instead of building them? See https://github.com/freebsd/poudriere/issues/319