From owner-freebsd-ports@freebsd.org Thu Oct 5 07:58:53 2017 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0A771E2FD69 for ; Thu, 5 Oct 2017 07:58:53 +0000 (UTC) (envelope-from franco@lastsummer.de) 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 E78436449F for ; Thu, 5 Oct 2017 07:58:52 +0000 (UTC) (envelope-from franco@lastsummer.de) Received: by mailman.ysv.freebsd.org (Postfix) id E6CE5E2FD68; Thu, 5 Oct 2017 07:58:52 +0000 (UTC) Delivered-To: ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E6714E2FD67 for ; Thu, 5 Oct 2017 07:58:52 +0000 (UTC) (envelope-from franco@lastsummer.de) Received: from host64.shmhost.net (unknown [IPv6:2a01:4f8:a0:51d6::108:1]) (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 AD7F66449E for ; Thu, 5 Oct 2017 07:58:52 +0000 (UTC) (envelope-from franco@lastsummer.de) Received: from francos-mbp.homeoffice.local (dslb-178-012-106-076.178.012.pools.vodafone-ip.de [178.12.106.76]) by host64.shmhost.net (Postfix) with ESMTPSA id 3348185CBB; Thu, 5 Oct 2017 09:58:48 +0200 (CEST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 10.3 \(3273\)) Subject: Re: portmaster, portupgrade, etc From: Franco Fichtner In-Reply-To: <59D5E3A0.8030608@grosbein.net> Date: Thu, 5 Oct 2017 09:58:47 +0200 Cc: Adam Weinberger , "Michael W. Lucas" , ports@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: <3183A82D-0425-4B57-8A12-B72A88892C62@lastsummer.de> References: <20171004161649.GA51883@mail.michaelwlucas.com> <59D5E3A0.8030608@grosbein.net> To: Eugene Grosbein X-Mailer: Apple Mail (2.3273) X-Virus-Scanned: clamav-milter 0.99.2 at host64.shmhost.net X-Virus-Status: Clean X-Spam-Flag: NO X-Spam-Score: -1.0 X-Spam-Status: No score=-1.0 tagged_above=10.0 required=10.0 tests=[ALL_TRUSTED] X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Oct 2017 07:58:53 -0000 > On 5. Oct 2017, at 9:47 AM, Eugene Grosbein = wrote: >=20 > On 05.10.2017 08:14, Adam Weinberger wrote: >=20 >> Poudriere wants to be everything to everybody >=20 > First poudriere will have to learn how to run without noticeable = overhead > compared to "just build from ports" before it could became "everything = to everybody" > and it needs to became part of base system for that purpose. For OPNsense we broke down the poudriere approach into a simple equivalent that is capable of building inside a jail, resume after a faulty build and wrap everything into a ready to use (pkg-repo creation and signing) archive that can be moved to a remote location and unpacked to be used as an online package repo, but it would also work on a singular system. https://github.com/opnsense/tools/blob/master/build/ports.sh In case someone feels the need to know this before starting from scratch trying to build something simple. It does not support clever multi-threading, but then again it would work as anyone would use the ports tree manually and runs well in a headless mode setting via cron for nightly rebuild fun. Cheers, Franco=