ports-mgmt/poudriere-devel: Update to 3.3.0-2186-gdb737522d
Changes:
- bulk: set PKG_REPRODUCIBLE=yes by default.
- Use `nproc` rather than `sysctl -n hw.ncpu`.
- bulk: Change WRKDIR_ARCHIVE_FORMAT default to txz.
- Misc changes around jobs, signal interrupt handling, jexec (not jexecd).
- More setproctitle(3) use.
- bulk: More errors from parallel jobs checked.
- testport: Fix an error when not running in a git checkout.
- logclean: Fix some race errors.
- image zfs: Populate /etc/fstab with efi mount.
- sh: More context shown on errors.
- bulk: Save queue dir listing to builddir/.poudriere.datadir% on failure.
graphics/R-cran-ggforce: New port
The aim of 'ggplot2' is to aid in visual data investigations. This focus has led
to a lack of facilities for composing specialised plots. 'ggforce' aims to be a
collection of mainly new stats and geoms that fills this gap. All additional
functionality is aimed to come through the official extension system so using
'ggforce' should be a stable experience.
java/openjdk17: fix parallel build on 14.3
Got a report that build is also flapping on 14.3, so extent the range
of OSVERSIONs.
Allow parallel jobs, but limited to the number of jobs that is
currently used (and works) on the official FreeBSD pkg build cluster.
PR: 290148