Created attachment 180911 [details] rsyslog8 Elasticsearch support * added option to enable Elasticsearch support * fix portlint warning about: "WARN: Makefile: "BUILD_DEPENDS" has to appear earlier" Information about rsyslog+elasticsearch: - http://www.rsyslog.com/doc/v8-stable/configuration/modules/omelasticsearch.html - http://wiki.rsyslog.com/index.php/HOWTO:_rsyslog_%2B_elasticsearch portlint: OK(have 1 WARN, but it's ok) testport: OK(FreeBSD 12.0-CURRENT, r307649)
A commit references this bug: Author: matthew Date: Sat Mar 18 00:41:39 UTC 2017 New revision: 436368 URL: https://svnweb.freebsd.org/changeset/ports/436368 Log: Add ELASTIC option to allow elastic search as an output destination. (1) Add dependency on libcurl.so when ELASTIC selected, missing from original submission Switch from implicit USE_MYSQL=yes to uses= mysql PR: 217876 Submitted by: rum1cro@yandex.ru Changes: head/sysutils/rsyslog8/Makefile
I had to add: ELASTIC_LIB_DEPENDS= libcurl.so:ftp/curl but... Committed with minor changes, thanks!