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)
^Triage: reporter is committer, assign accordingly.
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(-)
Committed, thanks