Bug 256627

Summary: ftp/curl: Add config option for MQTT
Product: Ports & Packages Reporter: Michael Osipov <michael.osipov>
Component: Individual Port(s)Assignee: Po-Chuan Hsieh <sunpoet>
Status: Closed FIXED    
Severity: Affects Some People CC: michael.osipov
Priority: --- Flags: bugzilla: maintainer-feedback? (sunpoet)
Version: Latest   
Hardware: Any   
OS: Any   

Description Michael Osipov 2021-06-15 19:34:31 UTC
Add config option to enable or disable MQTT. Given that this is a special protocol, it should be disabled by default.

See https://github.com/curl/curl/blob/55a13f500e3897c6b640757786c02d989a10f2e2/configure.ac#L867-L881
Comment 1 commit-hook freebsd_committer freebsd_triage 2021-07-21 18:15:59 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=9fe030bf0703f790c6b408df4fc1fd1461737514

commit 9fe030bf0703f790c6b408df4fc1fd1461737514
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-07-21 17:52:17 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2021-07-21 18:12:12 +0000

    ftp/curl: Add MQTT option

    PR:             256627
    Requested by:   Michael Osipov <michael.osipov@siemens.com>

 ftp/curl/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
Comment 2 Po-Chuan Hsieh freebsd_committer freebsd_triage 2021-07-21 18:24:42 UTC
Committed. Thanks!
Comment 3 Michael Osipov 2021-07-22 18:35:11 UTC
Brilliant, thank you!