pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net/mosquitto



Module Name:    pkgsrc
Committed By:   gdt
Date:           Tue Jun 15 22:29:46 UTC 2021

Modified Files:
        pkgsrc/net/mosquitto: Makefile

Log Message:
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.)


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/net/mosquitto/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/mosquitto/Makefile
diff -u pkgsrc/net/mosquitto/Makefile:1.24 pkgsrc/net/mosquitto/Makefile:1.25
--- pkgsrc/net/mosquitto/Makefile:1.24  Fri Jun 11 23:13:41 2021
+++ pkgsrc/net/mosquitto/Makefile       Tue Jun 15 22:29:46 2021
@@ -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 @@ USE_TOOLS+=   gmake
 
 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