Date: Sun, 28 Jun 2026 22:39:57 +0000 From: Daniel Engberg <diizzy@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 4caf06a2e747 - main - net/mosquitto: Add missing dependency Message-ID: <6a41a2bd.3ce90.2dfabbcf@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=4caf06a2e747bf1d33b08bf09f420f2b71fcab8c commit 4caf06a2e747bf1d33b08bf09f420f2b71fcab8c Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2026-06-28 19:46:07 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2026-06-28 22:39:18 +0000 net/mosquitto: Add missing dependency Add USES= readline as it gets pulled in and linked with during build Approved by: build fix --- net/mosquitto/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/mosquitto/Makefile b/net/mosquitto/Makefile index 72efb012f0f1..781dbc0ef1d9 100644 --- a/net/mosquitto/Makefile +++ b/net/mosquitto/Makefile @@ -1,6 +1,6 @@ PORTNAME= mosquitto DISTVERSION= 2.1.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net MASTER_SITES= https://mosquitto.org/files/source/ @@ -17,7 +17,7 @@ LIB_DEPENDS= libcjson.so:devel/libcjson \ libuuid.so:misc/libuuid RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss -USES= cmake cpe ssl +USES= cmake cpe readline ssl USE_RC_SUBR= mosquitto USE_LDCONFIG= yes CMAKE_ARGS= -DCJSON_INCLUDE_DIR:PATH="${PREFIX}/include/json" \home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a41a2bd.3ce90.2dfabbcf>
