Bug 273096 - net-mgmt/unifi7: add @externaldb flavor
Summary: net-mgmt/unifi7: add @externaldb flavor
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Juraj Lutter
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-08-13 08:10 UTC by Ronald Klop
Modified: 2023-10-18 14:54 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (otis)


Attachments
add flavor using the EXTERNALDB port option (git diff) (868 bytes, patch)
2023-08-13 08:10 UTC, Ronald Klop
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ronald Klop freebsd_committer freebsd_triage 2023-08-13 08:10:54 UTC
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.
Comment 1 Juraj Lutter freebsd_committer freebsd_triage 2023-10-15 11:04:22 UTC
It will be included in next update (that is being blocked by other PRs)
Comment 2 commit-hook freebsd_committer freebsd_triage 2023-10-18 14:51:27 UTC
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(-)
Comment 3 Juraj Lutter freebsd_committer freebsd_triage 2023-10-18 14:54:51 UTC
Committed slightly modified version. Thanks.