| Port details on branch 2025Q4 |
- poudriere-devel Port build and test system
- 3.4.99.20251205 ports-mgmt
=0 3.4.99.20251205Version of this port present on the latest quarterly branch. - Maintainer: bdrewery@FreeBSD.org
 - Port Added: 2025-10-06 14:54:20
- Last Update: 2025-12-06 03:55:33
- Commit Hash: 786bd3a
- License: BSD2CLAUSE
- WWW:
- https://github.com/freebsd/poudriere/wiki
- Description:
- 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.
¦ ¦ ¦ ¦ 
- Manual pages:
-
- pkg-plist: as obtained via:
make generate-plist - USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- poudriere-devel>0:ports-mgmt/poudriere-devel
- Conflicts:
- CONFLICTS_INSTALL:
- To install the port:
- cd /usr/ports/ports-mgmt/poudriere-devel/ && make install clean
- To add the package, run one of these commands:
- pkg install ports-mgmt/poudriere-devel
- pkg install poudriere-devel
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: poudriere-devel
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1764992644
SHA256 (freebsd-poudriere-3.4.99.20251205-3.3.0-2473-gd507571d3_GH0.tar.gz) = f79cfd06a3fca76f5236c24e8e2e68557fad78d3626938a7a27658df689182e6
SIZE (freebsd-poudriere-3.4.99.20251205-3.3.0-2473-gd507571d3_GH0.tar.gz) = 5827704
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:

- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Test dependencies:
-
- gmake>0 : devel/gmake
- Runtime dependencies:
-
- freebsd-release-manifests>0 : misc/freebsd-release-manifests
- portconfig>0 : ports-mgmt/portconfig
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for poudriere-devel-3.4.99.20251205:
BASH=on: Install programmable completions for Bash
EXAMPLES=on: Build and/or install examples
MANIFESTS=on: Install manifests for jail creation
PORTCONFIG=on: Install portconfig for options command
QEMU=off: Add qemu-user-static for non-x86 architectures
ZSH=on: Install programmable completions for zsh
===> Use 'make config' to modify these settings
- Options name:
- ports-mgmt_poudriere-devel
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
3.4.99.20251205 06 Dec 2025 03:55:33
    |
Bryan Drewery (bdrewery)  |
ports-mgmt/poudriere-devel: Update to 3.3.0-2473-gd507571d3
Changes:
- testport: Fix testing of an IGNORE/BROKEN port.
- bulk/testport SIGINFO: Avoid error if trap starts with set -u.
- jail -d: Don't try destroyfs if JAILMNT is not set
- Revert "testport/bulk -t: Make stage-qa library dependencies check fatal."
This reverts the PROXYDEPS_FATAL=yes change.
(cherry picked from commit 4434bb7aa6d0ee763c8348cbe56d974cfb8f6c22) |
3.4.99.20251127_2 01 Dec 2025 22:37:24
    |
Bryan Drewery (bdrewery)  |
ports-mgmt/poudriere-devel: Fix build with WITH_PIE.
This updates the tag but only includes a fix for the port itself.
(cherry picked from commit 0e118b00db5c251270755067c2908056367019b2) |
3.4.99.20251127_1 28 Nov 2025 03:04:20
    |
Bryan Drewery (bdrewery)  |
ports-mgmt/poudriere-devel: Remove DEBUG for now.
This isn't activating properly and the name is confused with WITH_DEBUG
which is different.
(cherry picked from commit 60d18bc315249ee2d94e080296fe0b08fcbbc0f5) |
3.4.99.20251127_1 28 Nov 2025 02:48:43
    |
Bryan Drewery (bdrewery)  |
ports-mgmt/poudriere-devel: Update to 3.3.0-2467-g1e1cd81b9
Changes:
- Fix dev asserts causing error when DEBUG option not enabled.
- jail -c -m pkgbase: Use pkg.freebsd.org for pkgbase now that it has
redirects setup.
(cherry picked from commit 5d111deb32554d79a0280ca76c04da25548909d9) |
3.4.99.20251127 28 Nov 2025 02:20:48
    |
Bryan Drewery (bdrewery)  |
ports-mgmt/poudriere-devel: Mark BROKEN for now due to a bulk error.
(cherry picked from commit 9b7c03a8d79c2b9b1883d097e1afa9b25e6b4b4c) |
3.4.99.20251127 27 Nov 2025 22:58:01
    |
Bryan Drewery (bdrewery)  |
ports-mgmt/poudriere-devel: Clarify what DEBUG is
(cherry picked from commit f0742d338b31f3ee84b37f3ed57c63a9b16168c7) |
3.4.99.20251127 27 Nov 2025 22:28:23
    |
Bryan Drewery (bdrewery)  |
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.(Only the first 15 lines of the commit message are shown above ) |
3.4.99.20251026 27 Nov 2025 22:28:20
    |
Bryan Drewery (bdrewery)  |
ports-mgmt/poudriere-devel: Update to 3.3.0-2210-ge92c28b8d
Changes:
- testport: Fix fetching the port-to-test (which could cause a -1 stats error)
(cherry picked from commit 401e02acf7df7d6a7c8756142dba7ea562808e19) |
3.4.99.20251014 27 Nov 2025 22:27:48
    |
Bryan Drewery (bdrewery)  |
ports-mgmt/poudriere-devel: Support DEBUG option
(cherry picked from commit 43ef4c5faf2e19f06c9f790e38b02295727e7e65) |
3.4.99.20251014 15 Oct 2025 04:49:23
    |
Bryan Drewery (bdrewery)  |
ports-mgmt/poudriere-devel: Update to 3.3.0-2209-g282bb7247
Changes:
- bulk: Fix an old build queue race that could lead to "stuck_in_queue".
- no need to bundle lockf; only useful for tests.
- bulk: Fix a new error with saving datadir.
(cherry picked from commit 83cf180b6da08fd4761825c6eb01812399b11526) |
3.4.99.20251013_1 14 Oct 2025 15:55:34
    |
Bryan Drewery (bdrewery)  |
ports-mgmt/poudriere-devel: Fix handling LOCALIPARGS
(cherry picked from commit 1f691971b4a0891aaf31ca0ac0315310906bf1db) |
3.4.99.20251013 13 Oct 2025 15:00:24
    |
Bryan Drewery (bdrewery)  |
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.
(cherry picked from commit 3d1cec8837380088dee5bba0113f0680c7584642) |
3.4.99.20251006 06 Oct 2025 14:53:46
    |
Bryan Drewery (bdrewery)  |
ports-mgmt/poudriere-devel: Update to 3.3.0-2083-g6484fd634
We are working on stabilizing for a 3.5.0 release.
Changes:
- bulk: Fix builds getting stuck in 'build_port_done'.
- Add new poudriere audit command to check repositories for vulnerable packages
- image: Skip lines with a comment in pkg list
- bulk: Fix racy shared data reading/writing
- bulk/testport: Show jail id in build log
- bulk: Stop populating per-directory git hashes into ports.
This was redundant with top-level git hash and was too expensive.
- bulk: Cache git-tree-dirty check to reduce work during build.
- bulk: Enable IMMUTABLE_BASE by default.
- poudriere: Include both etc/poudriere.conf and poudriere.d/poudriere.conf
- image-zfs: Use default 'checksum=on'
- image-zfs: Support optional zpool compatibility flag
(cherry picked from commit e9b99929d9aa253048cb0c99e9f99bb1673e8d3d) |