[arch-commits] Commit in syslog-ng/trunk (PKGBUILD)

Florian Pritz bluewind at gemini.archlinux.org
Sun Jul 11 07:01:28 UTC 2021


    Date: Sunday, July 11, 2021 @ 07:01:28
  Author: bluewind
Revision: 419521

disable MQTT; don't want to maintain it and forgot to remove this when applying the patchqueue

Modified:
  syslog-ng/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-07-11 06:59:22 UTC (rev 419520)
+++ PKGBUILD	2021-07-11 07:01:28 UTC (rev 419521)
@@ -10,7 +10,7 @@
 license=('GPL2' 'LGPL2.1')
 depends=('awk' 'systemd-libs' 'glib2' 'libnsl' 'json-c' 'curl' 'libnet' 'openssl')
 makedepends=('libxslt' 'mongo-c-driver' 'librabbitmq-c' 'python' 'libesmtp' 'hiredis'
-             'libdbi' 'libmaxminddb' 'net-snmp' 'librdkafka' 'paho-mqtt-c' 'libcap' 'systemd')
+             'libdbi' 'libmaxminddb' 'net-snmp' 'librdkafka' 'libcap' 'systemd')
 checkdepends=('python-nose' 'python-ply')
 optdepends=('logrotate: for rotating log files'
             'libdbi: for the SQL plugin'
@@ -21,7 +21,6 @@
             'libmaxminddb: for the GeoIP2 plugin'
             'net-snmp: for the SNMP plugin'
             'librdkafka: for the Kafka C plugin'
-            'paho-mqtt-c: for the MQTT plugin'
             'python: for Python-based plugins')
 conflicts=('eventlog')
 replaces=('eventlog')
@@ -49,7 +48,7 @@
     --with-pidfile-dir=/run --enable-spoof-source --enable-ipv6 \
     --enable-systemd --with-systemdsystemunitdir=/usr/lib/systemd/system \
     --enable-manpages --enable-all-modules --disable-java --disable-java-modules  \
-    --disable-riemann --with-python=3 --with-jsonc=system
+    --disable-mqtt --disable-riemann --with-python=3 --with-jsonc=system
   make
 }
 




More information about the arch-commits mailing list