pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/mosquitto net/mosquitto: Disable plugins
details: https://anonhg.NetBSD.org/pkgsrc/rev/9fc005ac3b11
branches: trunk
changeset: 454726:9fc005ac3b11
user: gdt <gdt%pkgsrc.org@localhost>
date: Tue Jun 15 22:29:46 2021 +0000
description:
net/mosquitto: Disable plugins
These were not installed anyway, and one fails to build on macOS.
(No PKGREVISION due to no change in binary package.)
diffstat:
net/mosquitto/Makefile | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 4198eab1ba9c -r 9fc005ac3b11 net/mosquitto/Makefile
--- a/net/mosquitto/Makefile Tue Jun 15 15:28:32 2021 +0000
+++ b/net/mosquitto/Makefile Tue Jun 15 22:29:46 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2021/06/11 23:13:41 gdt Exp $
+# $NetBSD: Makefile,v 1.25 2021/06/15 22:29:46 gdt Exp $
DISTNAME= mosquitto-2.0.11
CATEGORIES= net
@@ -20,6 +20,7 @@
LDFLAGS.SunOS+= -lsocket -lnsl
CMAKE_ARGS+= -DCMAKE_INSTALL_SYSCONFDIR=${PREFIX}/share/examples
+CMAKE_ARGS+= -DWITH_PLUGINS=NO
MOSQUITTO_USER= mosquitto
MOSQUITTO_GROUP= mosquitto
Home |
Main Index |
Thread Index |
Old Index