diff options
Diffstat (limited to 'ports-mgmt/poudriere-dsh2dsh/Makefile')
-rw-r--r-- | ports-mgmt/poudriere-dsh2dsh/Makefile | 38 |
1 files changed, 8 insertions, 30 deletions
diff --git a/ports-mgmt/poudriere-dsh2dsh/Makefile b/ports-mgmt/poudriere-dsh2dsh/Makefile index eb14272b562e..f629b87c7d78 100644 --- a/ports-mgmt/poudriere-dsh2dsh/Makefile +++ b/ports-mgmt/poudriere-dsh2dsh/Makefile @@ -1,5 +1,5 @@ PORTNAME= poudriere -DISTVERSION= 3.4.99.20250211 +DISTVERSION= 3.4.99.20250725 CATEGORIES= ports-mgmt PKGNAMESUFFIX= -dsh2dsh @@ -8,49 +8,27 @@ COMMENT= Port build and test system (fork with more features) LICENSE= BSD2CLAUSE -CONFLICTS_INSTALL= poudriere* - USE_GITHUB= yes GH_ACCOUNT= dsh2dsh GNU_CONFIGURE= yes + +CONFLICTS_INSTALL= poudriere* + ETCDIR= ${PREFIX}/etc/poudriere.d +NO_TEST= yes OPTIONS_DEFINE= BASH MANIFESTS PORTCONFIG EXAMPLES QEMU ZSH OPTIONS_DEFAULT=BASH MANIFESTS PORTCONFIG ZSH OPTIONS_SUB= yes MANIFESTS_DESC= Install manifests for jail creation -MANIFESTS_RUN_DEPENDS+= freebsd-release-manifests>0:misc/freebsd-release-manifests - PORTCONFIG_DESC= Install portconfig for options command -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 -.if make(test) -MAKE_CMD= gmake -.endif -TEST_TARGET= check -TEST_ARGS= -s -TEST_ARGS+= ${_MAKE_JOBS} -# ccache passthrough helps for building pkg a few hundred times. -# ccache not added as a dependency because it is only used if setup -# and provided in the env already. -# XXX: Passthrough local PKGREPOSITORY dir for fetch support -ccache_vars= CCACHE_DIR_NON_ROOT_SAFE CCACHE_GROUP \ - CCACHE_GID CCACHE_STATIC_PREFIX CCACHE_TEMPDIR \ - CCACHE_DIR CCACHE_NLEVELS -.for _cv in ${ccache_vars} -. if !empty(${_cv}) -TEST_ENV+= ${_cv}=${${_cv}} -. endif -.endfor +MANIFESTS_RUN_DEPENDS+= freebsd-release-manifests>0:misc/freebsd-release-manifests +PORTCONFIG_RUN_DEPENDS= portconfig>0:ports-mgmt/portconfig +QEMU_RUN_DEPENDS= qemu-user-static>0:emulators/qemu-user-static .include <bsd.port.options.mk> |