Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Mar 2019 04:43:27 +0000 (UTC)
From:      Cy Schubert <cy@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r494361 - head/sysutils/syslog-ng320
Message-ID:  <201903020443.x224hRrq005528@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cy
Date: Sat Mar  2 04:43:26 2019
New Revision: 494361
URL: https://svnweb.freebsd.org/changeset/ports/494361

Log:
  Add an option to enable support for read acknowledgements sent by Riemann
  which was added by upstream pull request #2523, upstream commit
  fa6656eeb8eb0d6a9cd40827a7843a3eba9e3fa1.
  
  PR:		236132
  Submitted by:	romain@

Modified:
  head/sysutils/syslog-ng320/Makefile

Modified: head/sysutils/syslog-ng320/Makefile
==============================================================================
--- head/sysutils/syslog-ng320/Makefile	Sat Mar  2 04:29:54 2019	(r494360)
+++ head/sysutils/syslog-ng320/Makefile	Sat Mar  2 04:43:26 2019	(r494361)
@@ -24,7 +24,7 @@ CONFLICTS?=	syslog-ng-[0-9]* syslog-ng[0-9]-[0-9]* \
 WRKSRC=		${WRKDIR}/${PORTNAME}-${DISTVERSION}
 
 MAKE_JOBS_UNSAFE=	yes
-OPTIONS_DEFINE=	TCP_WRAPPERS SQL SPOOF IPV6 SMTP JSON GEOIP2 DOCS REDIS JAVA PYTHON MONGO CURL JAVA_MOD AMQP
+OPTIONS_DEFINE=	TCP_WRAPPERS SQL SPOOF IPV6 SMTP JSON GEOIP2 DOCS REDIS JAVA PYTHON MONGO CURL JAVA_MOD AMQP RIEMANN
 OPTIONS_DEFAULT=	CURL JSON
 TCP_WRAPPERS_DESC=	Build with TCP Wrappers
 SQL_DESC=		Build with database (libdbi) support
@@ -38,6 +38,7 @@ JAVA_MOD_DESC=		Build with Java modules (needs Maven /
 PYTHON_DESC=		Build with Python 3.6 support
 CURL_DESC=		Build with Curl HTTP support
 AMQP_DESC=		Build with AMQP support
+RIEMANN_DESC=		Build with Riemann support
 
 USES=		autoreconf:build gmake libtool pathfix pkgconfig ssl \
 		gettext-runtime python:3.6,build shebangfix
@@ -182,6 +183,10 @@ CURL_CONFIGURE_OFF=		--with-libcurl=off
 CURL_LIB_DEPENDS=		libcurl.so:ftp/curl
 CURL_PLIST_FILES=		lib/syslog-ng/libhttp.so
 
+RIEMANN_CONFIGURE_ON=		--enable-riemann
+RIEMANN_CONFIGURE_OFF=		--disable-riemann
+RIEMANN_LIB_DEPENDS=		libriemann-client.so:net-mgmt/riemann-c-client
+RIEMANN_PLIST_FILES=		lib/syslog-ng/libriemann.so
 
 .include <bsd.port.pre.mk>
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903020443.x224hRrq005528>