aboutsummaryrefslogtreecommitdiff
path: root/sysutils/rsyslog8
diff options
context:
space:
mode:
authorMatthew Seaman <matthew@FreeBSD.org>2017-03-18 00:41:39 +0000
committerMatthew Seaman <matthew@FreeBSD.org>2017-03-18 00:41:39 +0000
commit51c4b723eb356e6c9eea95603cad78ed92f39fc7 (patch)
tree00d0638bd57127ae6f3ef34373a910ece518ca86 /sysutils/rsyslog8
parent0b8a140145b746191e5a9127b805351deb1a7151 (diff)
downloadports-51c4b723eb356e6c9eea95603cad78ed92f39fc7.tar.gz
ports-51c4b723eb356e6c9eea95603cad78ed92f39fc7.zip
Notes
Diffstat (limited to 'sysutils/rsyslog8')
-rw-r--r--sysutils/rsyslog8/Makefile11
1 files changed, 8 insertions, 3 deletions
diff --git a/sysutils/rsyslog8/Makefile b/sysutils/rsyslog8/Makefile
index b9117310479b..99be53aa4187 100644
--- a/sysutils/rsyslog8/Makefile
+++ b/sysutils/rsyslog8/Makefile
@@ -2,6 +2,7 @@
PORTNAME= rsyslog
PORTVERSION= 8.25.0
+PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= http://www.rsyslog.com/files/download/rsyslog/
@@ -16,19 +17,19 @@ LIB_DEPENDS= libee.so:devel/libee \
libfastjson.so:devel/libfastjson \
liblogging-stdlog.so:devel/liblogging \
libuuid.so:misc/e2fsprogs-libuuid
-
BUILD_DEPENDS= rst2man:textproc/py-docutils
PORTSCOUT= limit:^8\.
USE_LDCONFIG= yes
-OPTIONS_DEFINE= DBI DOCS GCRYPT GNUTLS GSSAPI MYSQL PGSQL RELP \
+OPTIONS_DEFINE= DBI DOCS ELASTIC GCRYPT GNUTLS GSSAPI MYSQL PGSQL RELP \
SNMP NORMALIZE
OPTIONS_DEFAULT=GCRYPT
OPTIONS_SUB= yes
DBI_DESC= LibDBI output module for rsyslog
+ELASTIC_DESC= Elasticsearch module for rsyslog
GCRYPT_DESC= Enable support for encrypted logfiles
GNUTLS_DESC= GNUTLS module for rsyslog
GSSAPI_DESC= GSS API input/output module for rsyslog
@@ -44,6 +45,10 @@ DBI_LIB_DEPENDS= libdbi.so:databases/libdbi
DBI_CONFIGURE_ENABLE= libdbi
DBI_PLIST_FILES= lib/rsyslog/omlibdbi.so
+ELASTIC_CONFIGURE_ENABLE= elasticsearch
+ELASTIC_LIB_DEPENDS= libcurl.so:ftp/curl
+ELASTIC_PLIST_FILES= lib/rsyslog/omelasticsearch.so
+
GCRYPT_CONFIGURE_ENABLE=libgcrypt
GCRYPT_LIB_DEPENDS= libgcrypt.so:security/libgcrypt \
libgpg-error.so:security/libgpg-error
@@ -59,7 +64,7 @@ GSSAPI_PLIST_FILES= lib/rsyslog/imgssapi.so \
lib/rsyslog/lmgssutil.so \
lib/rsyslog/omgssapi.so
-MYSQL_USE= MYSQL=yes
+MYSQL_USES= mysql
MYSQL_CONFIGURE_ENABLE= mysql
MYSQL_PLIST_FILES= lib/rsyslog/ommysql.so