Date: Thu, 05 Feb 2026 19:19:10 +0000 From: Craig Leres <leres@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: c1bbaea947dd - main - net/mosquitto: Add missing files Message-ID: <6984ed2e.387d9.315e373c@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by leres: URL: https://cgit.FreeBSD.org/ports/commit/?id=c1bbaea947ddad0afaf5b483bd8d58ba833a352a commit c1bbaea947ddad0afaf5b483bd8d58ba833a352a Author: Craig Leres <leres@FreeBSD.org> AuthorDate: 2026-02-05 19:18:46 +0000 Commit: Craig Leres <leres@FreeBSD.org> CommitDate: 2026-02-05 19:18:46 +0000 net/mosquitto: Add missing files I left out the new patches. Also fix an extra blank line in the Makefile. --- net/mosquitto/Makefile | 1 - net/mosquitto/files/patch-apps_mosquitto__ctrl_ctrl__shell.c | 10 ++++++++++ net/mosquitto/files/patch-lib_mosquitto__internal.h | 10 ++++++++++ net/mosquitto/files/patch-src_proxy__v1.c | 10 ++++++++++ 4 files changed, 30 insertions(+), 1 deletion(-) diff --git a/net/mosquitto/Makefile b/net/mosquitto/Makefile index 5cd7c0966f6f..32ae533c1527 100644 --- a/net/mosquitto/Makefile +++ b/net/mosquitto/Makefile @@ -23,7 +23,6 @@ CMAKE_ARGS= -DCMAKE_LIBDATADIR:PATH="${PREFIX}/libdata" \ -DWITH_TESTS:BOOL=OFF CPE_VENDOR= eclipse - USERS= nobody PLIST_SUB= DISTVERSION=${DISTVERSION} diff --git a/net/mosquitto/files/patch-apps_mosquitto__ctrl_ctrl__shell.c b/net/mosquitto/files/patch-apps_mosquitto__ctrl_ctrl__shell.c new file mode 100644 index 000000000000..f041f1d4db3e --- /dev/null +++ b/net/mosquitto/files/patch-apps_mosquitto__ctrl_ctrl__shell.c @@ -0,0 +1,10 @@ +--- apps/mosquitto_ctrl/ctrl_shell.c.orig 2026-02-05 18:26:53 UTC ++++ apps/mosquitto_ctrl/ctrl_shell.c +@@ -19,6 +19,7 @@ Contributors: + #include <config.h> + + #include <arpa/inet.h> ++#include <netinet/in.h> + #include <ctype.h> + #include <errno.h> + #include <fcntl.h> diff --git a/net/mosquitto/files/patch-lib_mosquitto__internal.h b/net/mosquitto/files/patch-lib_mosquitto__internal.h new file mode 100644 index 000000000000..88ec7d34dd68 --- /dev/null +++ b/net/mosquitto/files/patch-lib_mosquitto__internal.h @@ -0,0 +1,10 @@ +--- lib/mosquitto_internal.h.orig 2026-02-05 18:32:43 UTC ++++ lib/mosquitto_internal.h +@@ -22,6 +22,7 @@ Contributors: + + #include "config.h" + ++#include <sys/types.h> + #ifdef WIN32 + # include <winsock2.h> + #endif diff --git a/net/mosquitto/files/patch-src_proxy__v1.c b/net/mosquitto/files/patch-src_proxy__v1.c new file mode 100644 index 000000000000..27e9bde5e105 --- /dev/null +++ b/net/mosquitto/files/patch-src_proxy__v1.c @@ -0,0 +1,10 @@ +--- src/proxy_v1.c.orig 2026-02-04 22:33:13 UTC ++++ src/proxy_v1.c +@@ -4,6 +4,7 @@ + #else + # include <arpa/inet.h> + #endif ++#include <netinet/in.h> + #include <stdint.h> + #include "mosquitto_broker_internal.h" + #include "mosquitto_internal.h"home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6984ed2e.387d9.315e373c>
