Created attachment 255548 [details] patch v1 Hi, I've created an update for bareos ports to the latest version. Tested on poudriere and using it in my own environment successfully. Some notes: - This update also fixes the build issues reported in bug #278948 - Fix rc script REQUIRE substitutions, remove unused %%REQ_MYSQL%% - Do not install new sample dedup.conf file because it is invalid and causes the director to fail to start as is. Can you approve or commit this update? Thanks in advance!
I forgot to also explain, I patch the file BareosSetVariableDefaults.cmake because that's the only way I found to really stop it from installing python parts when the PYTHON option is disabled.
Comment on attachment 255548 [details] patch v1 Approved
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=848e10ca6a87ad5520d4f130c24a44dd23301dd3 commit 848e10ca6a87ad5520d4f130c24a44dd23301dd3 Author: Guido Falsi <madpilot@FreeBSD.org> AuthorDate: 2024-12-02 20:12:52 +0000 Commit: Guido Falsi <madpilot@FreeBSD.org> CommitDate: 2024-12-02 20:12:52 +0000 sysutils/bareos-server: Update to 23.1.0 - Fix build on recent releases [1] - Fix rc script REQUIRE substitutions - Remove unused %%REQ_MYSQL%% in rc script - Do not install new sample dedup.conf file because it is invalid and causes the director to fail to start as is. PR: 283052, 278948 [1] Approved by: acm (maintainer) sysutils/bareos-server/Makefile | 14 ++++++++++---- sysutils/bareos-server/distinfo | 6 +++--- sysutils/bareos-server/files/bareos-dir.in | 2 +- sysutils/bareos-server/pkg-plist | 3 +++ 4 files changed, 17 insertions(+), 8 deletions(-)
Update committed! Thanks!