git: a3a657318f57 - main - ports-mgmt/poudriere-devel: Update to 3.3.0-2465-g5b7655549

From: Bryan Drewery <bdrewery_at_FreeBSD.org>
Date: Thu, 27 Nov 2025 22:27:42 UTC
The branch main has been updated by bdrewery:

URL: https://cgit.FreeBSD.org/ports/commit/?id=a3a657318f57672259a28356f38cb29a1672e8ce

commit a3a657318f57672259a28356f38cb29a1672e8ce
Author:     Bryan Drewery <bdrewery@FreeBSD.org>
AuthorDate: 2025-11-27 22:27:20 +0000
Commit:     Bryan Drewery <bdrewery@FreeBSD.org>
CommitDate: 2025-11-27 22:27:20 +0000

    ports-mgmt/poudriere-devel: Update to 3.3.0-2465-g5b7655549
    
    Changes:
    
    New features:
      - bulk -t / testport: Enable errors for undeclared shared library
        dependencies (PROXYDEPS_FATAL).
      - Add poudriere-repo(8) to rebuild repo.
      - Add a 'pkgrepo publish' hook.
        See https://github.com/freebsd/poudriere/wiki/hooks
        Called from bulk, testport, pkgclean, repo.
      - bulk build log: Record times(1) at start and end.
      - gather_distfiles: symlink to existing files rather than copy.
        This saves IO and space during the build.
      - poudriere -s var[=value]: Inherit from env or set var default.
      - Allow MAX_(MEMORY|FILES)_pkgname="" to override global value.
      - bulk log: Also show jail name.
      - bulk -v: Show logfile location for failed builds.
      - bulk PKG_NO_VERSION_FOR_DEPS: Add a ORPHAN_SHLIB_REBUILD_IGNORELIST
        to list packages to not rebuild on missed shlibs. These ports likely
        are failing stage-qa.
    
    Fixes:
      - Revert IMMUTABLE_BASE default to "no".
      - bulk: Fix ancient queue race resulting in crashed builder during
        'starting'.
      - jail: pkgbase creation fixes for 15.0
      - bulk: Fix ref jail sticking around after detecting a crashed
        builder.
      - bulk jail: /distfiles is now properly kept read-only.
      - Fix qemu error executing `service qemu_user_static onestart` rather than
        advising it.
      - Fix parallel builds stomping on shared TMPFS_BLACKLIST_TMPDIR.
      - read*(): Fix some issues with recent timeout support.
      - siginfo_handler: Protect against arith error.
      - bulk: Fix priority boosting after job queue added run type.
      - dirwatch: Fix startup race when used for queue watching.
      - html: Avoid numeric error during SIGTERM.
      - PKG_NO_VERSION_FOR_DEPS=yes: Ensure delete_pkg() is called on
        shlib-rebuilt package. This fixes using PKG_HASH=yes resulting in
        pkg-upgrade(8) SQL constraint errors.
      - Fix PKG_HASH not using proper timestamp for build cache.
      - pkgclean -f: Fix not installing pkg into jail after recent change.
      - bulk: Hide bmake read-only /usr/obj warning during ports env setup.
      - dev show_build_summary: Don't recursive error.
      - bulk: urlencode '+' in link to web.
      - Fix some inconsistent SIGINT cleanup races.
    
    Misc:
      - A lot of tweaks to builtins.
      - A lot of various optimizations.
      - A lot of new tests and test stability improvements.
      - More use of vfork(2).
      - Factor/optimize some common code for removing files which reduces
        some fork(2)/execve(2).
      - Factor common code for whitelist/blacklist/list handling.
      - package git note now contains unabbreviated commit hash.
      - bulk: For shlib rebuild show specific reason.
      - write_atomic: Avoid unneeded unlink(2) when creating tmpfile.
      - Tweaks to bulk package copying from jail .npkg dir.
      - testport/bulk -i: If suing to nobody don't land in /root.
      - crashed_build: Ensure telling about queue failures.
      - bulk parallel jobs: tweak process reaping frequency.
      - bulk build_port: Avoid regathering PREFIX/NEED_ROOT/DISTFILES vars.
      - bulk: Always save the datadir listing to logdir even on success.
      - completions: Add poudriere-audit.
      - zsh completions: Document testport/bulk -NN.
      - lockf is always bundled to simplify compat for tests.
      - jails: Check for mlock support now.
      - timestamp: Forward signals TERM,ALRM,INT,HUP.
      - timestamp: Support sub-second resolution/units.
      - bulk/testport: check_leftovers: Remove backwards-compat for pre-2014
        ports/Mk/Scripts/check_leftovers.sh.
      - Add fallback-compat for `nproc` and `date -I`.
      - build_repo: Remove old {data,packagesite}.txz files if found.
      - jail: commands using make will use `make -s` if not running in
        verbose mode.
---
 ports-mgmt/poudriere-devel/Makefile  | 4 ++--
 ports-mgmt/poudriere-devel/distinfo  | 6 +++---
 ports-mgmt/poudriere-devel/pkg-plist | 4 ++++
 3 files changed, 9 insertions(+), 5 deletions(-)

diff --git a/ports-mgmt/poudriere-devel/Makefile b/ports-mgmt/poudriere-devel/Makefile
index 79abcc565524..5f12810fd015 100644
--- a/ports-mgmt/poudriere-devel/Makefile
+++ b/ports-mgmt/poudriere-devel/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	poudriere
-DISTVERSION=	3.4.99.20251026
+DISTVERSION=	3.4.99.20251127
 PORTREVISION=	0
 CATEGORIES=	ports-mgmt
 MASTER_SITES=	LOCAL/bdrewery/${PORTNAME}/ \
@@ -17,7 +17,7 @@ CONFLICTS_INSTALL=	poudriere
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	freebsd
-GH_TAGNAME=	3.3.0-2210-ge92c28b8d
+GH_TAGNAME=	3.3.0-2465-g5b7655549
 
 GNU_CONFIGURE=	yes
 ETCDIR=		${PREFIX}/etc/poudriere.d
diff --git a/ports-mgmt/poudriere-devel/distinfo b/ports-mgmt/poudriere-devel/distinfo
index 4bca46bfd55c..21df2a683b57 100644
--- a/ports-mgmt/poudriere-devel/distinfo
+++ b/ports-mgmt/poudriere-devel/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1761519440
-SHA256 (freebsd-poudriere-3.4.99.20251026-3.3.0-2210-ge92c28b8d_GH0.tar.gz) = 90868fb6d643e378035535795c56400a8b2a0888730e5a1b670679e41a744f22
-SIZE (freebsd-poudriere-3.4.99.20251026-3.3.0-2210-ge92c28b8d_GH0.tar.gz) = 5793236
+TIMESTAMP = 1764281644
+SHA256 (freebsd-poudriere-3.4.99.20251127-3.3.0-2465-g5b7655549_GH0.tar.gz) = 4bdf3825b98b56bbc1c306131becee677cb73e9c55a43dd167559dd164e60f12
+SIZE (freebsd-poudriere-3.4.99.20251127-3.3.0-2465-g5b7655549_GH0.tar.gz) = 5826443
diff --git a/ports-mgmt/poudriere-devel/pkg-plist b/ports-mgmt/poudriere-devel/pkg-plist
index f024cc384f39..b35525fd3b39 100644
--- a/ports-mgmt/poudriere-devel/pkg-plist
+++ b/ports-mgmt/poudriere-devel/pkg-plist
@@ -9,7 +9,9 @@ libexec/poudriere/clock
 libexec/poudriere/cpdup
 libexec/poudriere/dirempty
 libexec/poudriere/dirwatch
+libexec/poudriere/getpid
 libexec/poudriere/locked_mkdir
+libexec/poudriere/lockf
 libexec/poudriere/nc
 libexec/poudriere/poudriered
 libexec/poudriere/ptsort
@@ -31,6 +33,7 @@ share/man/man8/poudriere-options.8.gz
 share/man/man8/poudriere-pkgclean.8.gz
 share/man/man8/poudriere-ports.8.gz
 share/man/man8/poudriere-queue.8.gz
+share/man/man8/poudriere-repo.8.gz
 share/man/man8/poudriere-status.8.gz
 share/man/man8/poudriere-testport.8.gz
 share/man/man8/poudriere-version.8.gz
@@ -113,6 +116,7 @@ share/man/man8/poudriere.8.gz
 %%DATADIR%%/ports.sh
 %%DATADIR%%/processonelog.sh
 %%DATADIR%%/queue.sh
+%%DATADIR%%/repo.sh
 %%DATADIR%%/status.sh
 %%DATADIR%%/testport.sh
 %%ZSH%%share/zsh/site-functions/_poudriere