From 60d5ce5f15b4dbcbe068f875bc989e94d5121c32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Romain=20Tarti=C3=A8re?= Date: Sat, 8 Mar 2025 16:13:31 -1000 Subject: [PATCH] (#19) Fix FreeBSD dependency on execution_wrapper execution_wrapper(1) is a wrapper command part of the pxp-agent package, which depends on the cpp-pcp-client. These two packages have been archived upstream, and the later does not build with current versions of boost. Due to the way FreeBSD packages are built and shipped, this make it impossible for FreeBSD to use Bolt tasks with Choria. To improve the situation, the rubygem-choria-mcorpc-support FreeBSD package now include its own execution_wrapper(1) and makes this dependency unnecessary. --- data/os/FreeBSD.yaml | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 data/os/FreeBSD.yaml diff --git a/data/os/FreeBSD.yaml b/data/os/FreeBSD.yaml deleted file mode 100644 index ef27672..0000000 --- a/data/os/FreeBSD.yaml +++ /dev/null @@ -1,3 +0,0 @@ ---- -mcollective_agent_bolt_tasks::package_dependencies: - pxp-agent: "present"