Bug 269614 - net/mosquitto: Make websockets default and minor tuning of Makefile
Summary: net/mosquitto: Make websockets default and minor tuning of Makefile
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: Daniel Engberg
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-02-17 07:21 UTC by Daniel Engberg
Modified: 2023-02-20 15:13 UTC (History)
2 users (show)

See Also:
joe: maintainer-feedback+


Attachments
Patch for mosquitto (1.62 KB, patch)
2023-02-17 07:21 UTC, Daniel Engberg
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Engberg freebsd_committer freebsd_triage 2023-02-17 07:21:05 UTC
Created attachment 240201 [details]
Patch for mosquitto

Make websockets default, this is more inline with other distros
Do some slight changes to better follow Porters Handbook and tree overall

Compile tested on FreeBSD 13.1-STABLE (amd64) (make, make check-plist)
Comment 1 Fernando Apesteguía freebsd_committer freebsd_triage 2023-02-17 08:34:41 UTC
^Triage: reporter is committer, assign accordingly.
Comment 2 commit-hook freebsd_committer freebsd_triage 2023-02-20 15:12:02 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=234eddf0567942e387f74ba97a0cf1382c2e9ff9

commit 234eddf0567942e387f74ba97a0cf1382c2e9ff9
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2023-02-20 15:08:43 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2023-02-20 15:10:31 +0000

    net/mosquitto: Make websockets option default and minor tweaking of Makefile

    Make websockets default, this is more inline with other distros
    Do some slight changes to better follow Porters Handbook and tree overall

    PR:             269614
    Reviewed by:    Joseph Benden <joe@thrallingpenguin.com> (maintainer)

 net/mosquitto/Makefile  | 17 +++++++++--------
 net/mosquitto/pkg-plist |  4 ++--
 2 files changed, 11 insertions(+), 10 deletions(-)
Comment 3 Daniel Engberg freebsd_committer freebsd_triage 2023-02-20 15:13:42 UTC
Committed, thanks