Created attachment 254422 [details] poudriere-dsh2dsh.patch poudriere is a tool primarily designed to test package production on FreeBSD. However, most people will find it useful to bulk build ports for FreeBSD. Changes from upstream: * Better reuse of prebuilded FreeBSD packages. * Speedup building by rebuilding only changed ports. * Share go mod cache between builders and store downloaded modules in `DISTFILES_CACHE`. https://github.com/dsh2dsh/poudriere
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=2b48bc59c42b252ac5fd76db33e04e9a230fcb37 commit 2b48bc59c42b252ac5fd76db33e04e9a230fcb37 Author: Denis Shaposhnikov <dsh@bamus.cz> AuthorDate: 2024-10-21 17:52:08 +0000 Commit: Matthias Fechner <mfechner@FreeBSD.org> CommitDate: 2024-10-21 17:53:57 +0000 ports-mgmt/poudriere-dsh2dsh: added fork of poudriere 3.4.99.20240812 Changes from upstream: * Better reuse of prebuilded FreeBSD packages. * Speedup building by rebuilding only changed ports. * Share go mod cache between builders and store downloaded modules in `DISTFILES_CACHE`. https://github.com/dsh2dsh/poudriere PR: 282248 ports-mgmt/Makefile | 1 + ports-mgmt/poudriere-dsh2dsh/Makefile (new) | 88 ++++++++++++++++++++ ports-mgmt/poudriere-dsh2dsh/distinfo (new) | 3 + ports-mgmt/poudriere-dsh2dsh/pkg-descr (new) | 9 +++ ports-mgmt/poudriere-dsh2dsh/pkg-plist (new) | 115 +++++++++++++++++++++++++++ 5 files changed, 216 insertions(+)
Comitted, thanks a lot!
(In reply to Matthias Fechner from comment #2) Thanks Matthias.