Port details |
- poudriere-dsh2dsh Port build and test system (fork with more features)
- 3.4.99.20251015 ports-mgmt
=1 3.4.99.20250802Version of this port present on the latest quarterly branch. - Maintainer: dsh@bamus.cz
 - Port Added: 2024-10-21 17:57:03
- Last Update: 2025-10-16 23:35:52
- Commit Hash: 64d8278
- People watching this port, also watch:: pangomm, guacamole-client, mongosh, talloc, freeradius3
- License: BSD2CLAUSE
- WWW:
- https://github.com/dsh2dsh/poudriere/
- 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.
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`.
¦ ¦ ¦ ¦ 
- 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-dsh2dsh>0:ports-mgmt/poudriere-dsh2dsh
- Conflicts:
- CONFLICTS_INSTALL:
- To install the port:
- cd /usr/ports/ports-mgmt/poudriere-dsh2dsh/ && make install clean
- To add the package, run one of these commands:
- pkg install ports-mgmt/poudriere-dsh2dsh
- pkg install poudriere-dsh2dsh
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: poudriere-dsh2dsh
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1760536078
SHA256 (dsh2dsh-poudriere-3.4.99.20251015_GH0.tar.gz) = b41dfa9ac5a7cdcf9a2d53bad546373b06029454ad2bc0b5848e58bc4d106bbf
SIZE (dsh2dsh-poudriere-3.4.99.20251015_GH0.tar.gz) = 5793004
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- 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-dsh2dsh-3.4.99.20251015:
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-dsh2dsh
- USES:
- ssl
- 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.20251015 16 Oct 2025 23:35:52
    |
Vladimir Druzenko (vvd)  Author: Denis Shaposhnikov |
ports-mgmt/poudriere-dsh2dsh: Update 3.4.99.20251007 => 3.4.99.20251015
Changelog:
- 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.
- 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.
PR: 290296 |
3.4.99.20251007 08 Oct 2025 01:25:01
    |
Vladimir Druzenko (vvd)  Author: Denis Shaposhnikov |
ports-mgmt/poudriere-dsh2dsh: Update 3.4.99.20250802 => 3.4.99.20251007
From upstream's 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
PR: 290076 |
3.4.99.20250802 18 Aug 2025 17:03:48
    |
Älven (alven)  Author: Denis Shaposhnikov |
ports-mgmt/poudriere-dsh2dsh: Update 3.4.99.20250725 => 3.4.99.20250802
This update includes a fix from freebsd/poudriere#1228
https://github.com/freebsd/poudriere/pull/1228
download_from_repo: Only query and fetch from FreeBSD repo
Changelog:
https://github.com/dsh2dsh/poudriere/compare/3.4.99.20250725...3.4.99.20250802
PR: 288610
Approved by: yuri@ (Mentor) |
3.4.99.20250725 29 Jul 2025 18:23:28
    |
Carlo Strub (cs)  |
ports-mgmt/poudriere-dsh2dsh: Update to 3.4.99.20250725
PR: 288457
Reported by: maintainer |
3.4.99.20250602 02 Jul 2025 04:06:16
    |
Zsolt Udvari (uzsolt)  Author: Denis Shaposhnikov |
ports-mgmt/poudriere-dsh2dsh: Update to 3.4.99.20250602
Remove test.
PR: 287018
Approved by: dsh@bamus.cz (maintainer) |
3.4.99.20250211 18 Feb 2025 14:16:13
    |
Robert Clausecker (fuz)  Author: Denis Shaposhnikov |
ports-mgmt/poudriere-dsh2dsh: update to 3.4.99.20250211
Changes from upstream:
- shlib: Fix 32-bit handling with pkg-2
- pkg signing: Add support for non-rsa PUBKEY signatures
- image: Allow to fix ownership and permission on files copied from the overlay
directory.
- image: Skip pmbr or gptboot bootloaders on architectures that don't generate
them.
- jail pkgbase: Recreate clean snapshot after upgrade
PR: 284733 |
3.4.99.20250116 21 Jan 2025 23:46:33
    |
Robert Clausecker (fuz)  Author: Denis Shaposhnikov |
ports-mgmt/poudriere-dsh2dsh: update to 3.4.99.20250116
From upstream:
- pkgbase: Fix building packages after "jail -cu: Don't include build-time
make.conf files into jail's clean snapshot"
PR: 284117 |
3.4.99.20250110 17 Jan 2025 12:35:04
    |
Robert Clausecker (fuz)  Author: Denis Shaposhnikov |
ports-mgmt/poudriere-dsh2dsh: update to 3.4.99.20250110
From upstream:
- bulk: Disable shlib requirements checking. This was only
intended for PKG_NO_VERSION_FOR_DEPS.
- bulk: Fix shlib checking for pkg-devel
PR: 283999 |
3.4.99.20250102 06 Jan 2025 23:06:14
    |
Robert Clausecker (fuz)  Author: Denis Shaposhnikov |
ports-mgmt/poudriere-dsh2dsh: update to 3.4.99.20250102
From upstream:
- Web: Fix "Inspected" error
- Web: Fix "Elapsed" display
- Web: Fix "Results" links
PR: 283824 |
3.4.99.20241213 17 Dec 2024 00:57:22
    |
Robert Clausecker (fuz)  Author: Denis Shaposhnikov |
ports-mgmt/poudriere-dsh2dsh: update to 3.4.99.20241213
Upstream changes:
- Fix 'Z' randomly showing in various places and breaking functionality
- Use ISO 8601 date format in more places (logs)
- Use system ruleset 4 for creating jail and allow override with
DEVFS_RULESET
- Web: Sort latest date first
- Raise tmpfs_data limit to 2GB
- bulk: Tweak/wrap some long lines, such as SIGINFO handler.
- bulk: Add an "inspected" stat to help track shlib recheck needs
for PKG_NO_VERSION_FOR_DEPS feature
- bulk: Rename 'to build' to 'remaining'
- bulk: Fix IMMUTABLE_BASE=schg not working with qemu
- bulk/testport -i + qemu: Allow su(1) to work. This could manifest like:
pkg-static: Fail to create temporary file for
/usr/local/bin/tclsh8.6:Operation not permitted
PR: 283331 |
3.4.99.20240812 21 Oct 2024 17:53:57
    |
Matthias Fechner (mfechner)  Author: Denis Shaposhnikov |
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 |