Please update this port to 1.7.4 — that also fixes the current build failures in 1.7.3. https://pkg-status.freebsd.org/beefy22/data/143amd64-default/cd2ca5cd2643/logs/kanidm-server-1.7.3_2.log
Created attachment 265085 [details] patch Upgrades to 1.74; also fixes broken rc.d script and missing HTML UI (prevents server from starting).
(In reply to Brad Ackerman from comment #1) The patch cannot be applied due to conflicts, but this port needs more attention anyway, so I will add a patch to upgrade to the current version (1.8.0) and also fix the rc script that needs to use --config-path. This patch will be based on the patch you sent.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=30c5636547c5f46884bcb82e99cffc7a30fb8ee3 commit 30c5636547c5f46884bcb82e99cffc7a30fb8ee3 Author: Jesús Daniel Colmenares Oviedo <dtxdf@FreeBSD.org> AuthorDate: 2025-11-18 20:10:18 +0000 Commit: Jesús Daniel Colmenares Oviedo <dtxdf@FreeBSD.org> CommitDate: 2025-11-18 20:27:55 +0000 security/kanidm: Upgrade to 1.8.0 - Add kanidmd_config parameter to rc script. - Fix server flavor. - Fix missing Web UI. - Improve pkg-descr (also fixes warning in portlint). ChangeLogs: - https://github.com/kanidm/kanidm/releases/tag/v1.7.4 - https://github.com/kanidm/kanidm/releases/tag/v1.8.0 PR: 290372 Reported by: brad@facefault.org Approved by: bofh@freebsd.org (maintainer-timeout) security/kanidm/Makefile | 8 +- security/kanidm/Makefile.crates | 646 ++++++------ security/kanidm/distinfo | 1294 +++++++++++++----------- security/kanidm/files/kanidmd.in | 8 +- security/kanidm/files/patch-rust-1.89.0 (gone) | 10 - security/kanidm/pkg-descr | 4 +- security/kanidm/pkg-plist.server | 39 + 7 files changed, 1076 insertions(+), 933 deletions(-)