git: 4caf06a2e747 - main - net/mosquitto: Add missing dependency
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 28 Jun 2026 22:39:57 UTC
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" \