Created attachment 244046 [details] add flavor using the EXTERNALDB port option (git diff) I would like to be able to use the EXTERNALDB port option from a package.
It will be included in next update (that is being blocked by other PRs)
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=40b0b46f62d61cb53cbee721fcc3fe357576efaa commit 40b0b46f62d61cb53cbee721fcc3fe357576efaa Author: Juraj Lutter <otis@FreeBSD.org> AuthorDate: 2023-09-27 06:12:46 +0000 Commit: Juraj Lutter <otis@FreeBSD.org> CommitDate: 2023-10-18 14:50:15 +0000 net-mgmt/unifi7: Update to 7.5.187 - Update to 7.5.187 - Add "externaldb" flavor [1] - Adjust rc.d script Release notes: https://community.ui.com/releases/r/network/7.5.187 PR: 273096 [1] Co-authored-by: Ronald Klop <ronald@FreeBSD.org> net-mgmt/unifi7/Makefile | 17 ++++++++++++----- net-mgmt/unifi7/distinfo | 10 +++++----- net-mgmt/unifi7/files/unifi.in | 7 ++++++- 3 files changed, 23 insertions(+), 11 deletions(-)
Committed slightly modified version. Thanks.