[arch-commits] Commit in syslog-ng/trunk (PKGBUILD)
Florian Pritz
bluewind at archlinux.org
Fri Jun 14 12:58:18 UTC 2019
Date: Friday, June 14, 2019 @ 12:58:18
Author: bluewind
Revision: 356054
Revert patches which are only for the next syslog version
Modified:
syslog-ng/trunk/PKGBUILD
----------+
PKGBUILD | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-06-14 12:40:35 UTC (rev 356053)
+++ PKGBUILD 2019-06-14 12:58:18 UTC (rev 356054)
@@ -9,7 +9,7 @@
license=('GPL2' 'LGPL2.1')
depends=('awk' 'systemd-libs' 'glib2' 'libnsl' 'json-c' 'curl' 'libnet')
makedepends=('libxslt' 'mongo-c-driver' 'librabbitmq-c' 'python' 'libesmtp' 'hiredis'
- 'libdbi' 'geoip' 'libmaxminddb' 'net-snmp')
+ 'libdbi' 'geoip' 'libmaxminddb')
checkdepends=('python-nose' 'python-pylint' 'python-ply')
optdepends=('logrotate: for rotating log files'
'libdbi: for the SQL plugin'
@@ -20,7 +20,6 @@
'hiredis: for the Redis plugin'
'geoip: for the GeoIP plugin'
'libmaxminddb: for the GeoIP2 plugin'
- 'net-snmp: for the SNMP plugin'
'python: for Python-based plugins')
conflicts=('eventlog')
replaces=('eventlog')
@@ -48,7 +47,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 --disable-kafka --with-python=3 --with-jsonc=system
+ --disable-riemann --with-python=3 --with-jsonc=system
make
}
More information about the arch-commits
mailing list