git: 43ef4c5faf2e - main - ports-mgmt/poudriere-devel: Support DEBUG option
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 27 Nov 2025 22:27:41 UTC
The branch main has been updated by bdrewery:
URL: https://cgit.FreeBSD.org/ports/commit/?id=43ef4c5faf2e19f06c9f790e38b02295727e7e65
commit 43ef4c5faf2e19f06c9f790e38b02295727e7e65
Author: Bryan Drewery <bdrewery@FreeBSD.org>
AuthorDate: 2025-10-29 18:33:32 +0000
Commit: Bryan Drewery <bdrewery@FreeBSD.org>
CommitDate: 2025-11-27 22:13:14 +0000
ports-mgmt/poudriere-devel: Support DEBUG option
---
ports-mgmt/poudriere-devel/Makefile | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/ports-mgmt/poudriere-devel/Makefile b/ports-mgmt/poudriere-devel/Makefile
index 4aec2104a37b..79abcc565524 100644
--- a/ports-mgmt/poudriere-devel/Makefile
+++ b/ports-mgmt/poudriere-devel/Makefile
@@ -22,10 +22,12 @@ GH_TAGNAME= 3.3.0-2210-ge92c28b8d
GNU_CONFIGURE= yes
ETCDIR= ${PREFIX}/etc/poudriere.d
-OPTIONS_DEFINE= BASH MANIFESTS PORTCONFIG EXAMPLES QEMU ZSH
+OPTIONS_DEFINE= BASH DEBUG EXAMPLES MANIFESTS PORTCONFIG QEMU ZSH
OPTIONS_DEFAULT=BASH MANIFESTS PORTCONFIG ZSH
OPTIONS_SUB= yes
+DEBUG_CONFIGURE_ENABLE= debug
+
MANIFESTS_DESC= Install manifests for jail creation
MANIFESTS_RUN_DEPENDS+= freebsd-release-manifests>0:misc/freebsd-release-manifests
@@ -35,7 +37,6 @@ PORTCONFIG_RUN_DEPENDS= portconfig>0:ports-mgmt/portconfig
QEMU_DESC= Add qemu-user-static for non-x86 architectures
QEMU_RUN_DEPENDS= qemu-user-static>0:emulators/qemu-user-static
-
# gmake is not strictly needed but handles test jobs better
TEST_DEPENDS= gmake>0:devel/gmake
TEST_ENV= MAKE=gmake