From owner-freebsd-ports@freebsd.org Mon Apr 2 06:21:29 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 6D9EFF75D36 for ; Mon, 2 Apr 2018 06:21:29 +0000 (UTC) (envelope-from danm@prime.gushi.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 05C6370002 for ; Mon, 2 Apr 2018 06:21:29 +0000 (UTC) (envelope-from danm@prime.gushi.org) Received: by mailman.ysv.freebsd.org (Postfix) id BA998F75D32; Mon, 2 Apr 2018 06:21:28 +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 A9219F75D2D for ; Mon, 2 Apr 2018 06:21:28 +0000 (UTC) (envelope-from danm@prime.gushi.org) Received: from prime.gushi.org (prime.gushi.org [IPv6:2001:4f8:3:3d::42]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "prime.gushi.org", Issuer "RapidSSL SHA256 CA - G3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 36B9370000 for ; Mon, 2 Apr 2018 06:21:27 +0000 (UTC) (envelope-from danm@prime.gushi.org) Received: from prime.gushi.org (danm@localhost [127.0.0.1]) by prime.gushi.org (8.15.2/8.15.2) with ESMTPS id w326LOvJ026398 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Sun, 1 Apr 2018 23:21:26 -0700 (PDT) (envelope-from danm@prime.gushi.org) DKIM-Filter: OpenDKIM Filter v2.10.3 prime.gushi.org w326LOvJ026398 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gushi.org; s=prime2014; t=1522650086; bh=lQ9bv7D3QNcXcm+2LlY1WJDbKcOcccP9w4IoeqrE3KY=; h=Date:From:To:Subject; z=Date:=20Sun,=201=20Apr=202018=2023:21:24=20-0700=20(PDT)|From:=20 "Dan=20Mahoney=20(Gushi)"=20|To:=20ports@freebs d.org|Subject:=20Poudriere=20and=20PkgBase; b=g3+0AZD0y4+o5zEhAW6yIvEM6i53AL+f2EE0Vx2oyQu6/J1AbnxaGtubAWA5P2GYL HPPRaQ70yT5i/LtErmDl0zyLvuwodEX/HWjwtizOCfZZRIhTvLdzRrAACmDWVpnV1T oK0w4ctn7mj8MOFbgH4/GAIfoeLN7kjJ/ZxJp1Ek97hIsqdiWqI5Ued0Um5dCH8SNK lio3TWIDDEJNmQioU7Ro6HNUvPaw8jOR/SHccFom1deXAibueyXJM5uHwfsISqajBz r2sX9iMoR3fZu2yjR253iP/1bszWEoDXXhZos+kwogsgi5/1oq+unEH94IHd5iVgeV wjo8l2kdHcOdw== Received: (from danm@localhost) by prime.gushi.org (8.15.2/8.15.2/Submit) id w326LOvF026395; Sun, 1 Apr 2018 23:21:24 -0700 (PDT) (envelope-from danm) Date: Sun, 1 Apr 2018 23:21:24 -0700 (PDT) From: "Dan Mahoney (Gushi)" X-X-Sender: danm@prime.gushi.org To: ports@freebsd.org Subject: Poudriere and PkgBase Message-ID: User-Agent: Alpine 2.20 (BSF 67 2015-01-07) X-OpenPGP-Key-ID: 0x624BB249 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset=US-ASCII X-Greylist: Sender passed SPF test, not delayed by milter-greylist-4.6.2 (prime.gushi.org [127.0.0.1]); Mon, 02 Apr 2018 06:21:26 +0000 (UTC) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Apr 2018 06:21:29 -0000 All, Slightly off topic, but as the poudriere experts are in this list, I think it's poignant. Is there a way to leverage my Poudriere Jails to build pkgbase repos? For example, to build different packages for amd64 and i386, or to build distinct packages against -stable, and -release? Specifically, my needs are for a custom kernel for -RELEASE -- but it looks like there's no easy way to *just* build that, it looks like the kernel package needs to track with the entire rest of the OS. Is this the case? Best, -Dan --