ports/184458: commit references a PR

dfilter service dfilter at FreeBSD.ORG
Mon Apr 7 11:20:01 UTC 2014


The following reply was made to PR ports/184458; it has been noted by GNATS.

From: dfilter at FreeBSD.ORG (dfilter service)
To: bug-followup at FreeBSD.org
Cc:  
Subject: Re: ports/184458: commit references a PR
Date: Mon,  7 Apr 2014 11:15:15 +0000 (UTC)

 Author: demon
 Date: Mon Apr  7 11:15:09 2014
 New Revision: 350459
 URL: http://svnweb.freebsd.org/changeset/ports/350459
 QAT: https://qat.redports.org/buildarchive/r350459/
 
 Log:
   Add RIEMANN option.
   
   PR:		184458
   Submitted by:	maintainer
 
 Modified:
   head/net-mgmt/collectd5/Makefile
   head/net-mgmt/collectd5/pkg-plist
 
 Modified: head/net-mgmt/collectd5/Makefile
 ==============================================================================
 --- head/net-mgmt/collectd5/Makefile	Mon Apr  7 11:09:06 2014	(r350458)
 +++ head/net-mgmt/collectd5/Makefile	Mon Apr  7 11:15:09 2014	(r350459)
 @@ -19,7 +19,7 @@ BUILD_DEPENDS+=	${LOCALBASE}/libdata/pkg
  
  OPTIONS_DEFINE=		CGI DEBUG GCRYPT VIRT
  OPTIONS_GROUP=		INPUT OUTPUT
 -OPTIONS_GROUP_OUTPUT=	RRDTOOL NOTIFYEMAIL NOTIFYDESKTOP
 +OPTIONS_GROUP_OUTPUT=	RRDTOOL NOTIFYEMAIL NOTIFYDESKTOP RIEMANN
  OPTIONS_GROUP_INPUT=	CURL DBI JSON MEMCACHEC MODBUS MONGODB MYSQL \
  			NUTUPS PGSQL PING PYTHON RABBITMQ REDIS \
  			ROUTEROS SIGROK SNMP STATGRAB TOKYOTYRANT XML XMMS
 @@ -42,6 +42,7 @@ PING_DESC=		Enable ping plugin
  PYTHON_DESC=		Enable python-based plugins
  RABBITMQ_DESC=		Enable rabbitmq-based plugins
  REDIS_DESC=		Enable redis-based plugins
 +RIEMANN_DESC=		Enable write_riemann plugin (via protobuf-c)
  ROUTEROS_DESC=		Enable routeros plugin
  RRDTOOL_DESC=		Enable rrdtool plugin (also rrdcached plugin)
  SIGROK_DESC=		Enable sigrok plugin
 @@ -335,6 +336,15 @@ CONFIGURE_ARGS+=--without-libcredis \
  PLIST_SUB+=	REDIS="@comment "
  .endif
  
 +.if ${PORT_OPTIONS:MRIEMANN}
 +LIB_DEPENDS+=	libprotobuf-c.so:${PORTSDIR}/devel/protobuf-c
 +CONFIGURE_ARGS+=--enable-write_riemann
 +PLIST_SUB+=	RIEMANN=""
 +.else
 +CONFIGURE_ARGS+=--disable-write_riemann
 +PLIST_SUB+=	RIEMANN="@comment "
 +.endif
 +
  .if ${PORT_OPTIONS:MROUTEROS}
  LIB_DEPENDS+=	librouteros.so:${PORTSDIR}/net/librouteros
  CONFIGURE_ARGS+=--with-librouteros=${LOCALBASE} --enable-routeros
 
 Modified: head/net-mgmt/collectd5/pkg-plist
 ==============================================================================
 --- head/net-mgmt/collectd5/pkg-plist	Mon Apr  7 11:09:06 2014	(r350458)
 +++ head/net-mgmt/collectd5/pkg-plist	Mon Apr  7 11:15:09 2014	(r350459)
 @@ -232,6 +232,9 @@ lib/collectd/write_graphite.la
  %%REDIS%%lib/collectd/write_redis.a
  %%REDIS%%lib/collectd/write_redis.so
  %%REDIS%%lib/collectd/write_redis.la
 +%%RIEMANN%%lib/collectd/write_riemann.a
 +%%RIEMANN%%lib/collectd/write_riemann.so
 +%%RIEMANN%%lib/collectd/write_riemann.la
  %%XMMS%%lib/collectd/xmms.a
  %%XMMS%%lib/collectd/xmms.so
  %%XMMS%%lib/collectd/xmms.la
 _______________________________________________
 svn-ports-all at freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe at freebsd.org"
 


More information about the freebsd-ports-bugs mailing list