FreeBSD ports to packages build system web UI?

Is there a web UI somewhere that shows the progress of ports being queued and building them to the corresponding packages?

I'm looking specifically for mariadb1011-server version 10.11.13 which according to freshports.org is related to a commit 2 days ago (6th June).

I've done pkg update --force, but even so, at the moment pkg search mariadb1011-server only shows version 10.11.11.
 
Is there a web UI somewhere that shows the progress of ports being queued and building them to the corresponding packages?
Try https://pkg-status.freebsd.org/, "latest" (default) branch.

pkg-builds.png


Follow poudriere server https://pkg-status.freebsd.org/beefy22/ (the link is on the right side, "Server" column, between the funnel symbol and beefy22).

From there follow https://pkg-status.freebsd.org/beefy22/build.html?mastername=142amd64-default&build=b897278fcc4b, enter in "Search" text box search term.

Poudriere bulk results for 142amd64-default b897278fcc4b.png


The package builder has finished on Sat. 07 Jun 2025, the distribution of the packages may take hours or days, check from "pkg update" or https://pkg.freebsd.org/FreeBSD:14:amd64/latest/ "Date" column.
 
Back
Top