Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Sep 2013 17:28:28 GMT
From:      Kimo <kimor79@yahoo.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/182064: [PATCH] net-mgmt/collectd5: Add statsd support
Message-ID:  <201309131728.r8DHSS2n073611@oldred.freebsd.org>
Resent-Message-ID: <201309131730.r8DHU06v033946@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         182064
>Category:       ports
>Synopsis:       [PATCH] net-mgmt/collectd5: Add statsd support
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Sep 13 17:30:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Kimo
>Release:        
>Organization:
>Environment:
>Description:
This patch adds the statsd plugin to net-mgmt/collectd5.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: Makefile
===================================================================
--- Makefile	(revision 16872)
+++ Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	collectd
 PORTVERSION=	5.4.0
+PORTREVISION=	1
 CATEGORIES=	net-mgmt
 MASTER_SITES=	http://collectd.org/files/
 
@@ -116,6 +117,7 @@
 		--enable-powerdns \
 		--enable-pf \
 		--enable-processes \
+		--enable-statsd \
 		--enable-swap \
 		--enable-syslog \
 		--enable-table \
Index: pkg-plist
===================================================================
--- pkg-plist	(revision 16872)
+++ pkg-plist	(working copy)
@@ -154,6 +154,9 @@
 %%SNMP%%lib/collectd/snmp.a
 %%SNMP%%lib/collectd/snmp.so
 %%SNMP%%lib/collectd/snmp.la
+lib/collectd/statsd.a
+lib/collectd/statsd.so
+lib/collectd/statsd.la
 lib/collectd/swap.a
 lib/collectd/swap.so
 lib/collectd/swap.la


>Release-Note:
>Audit-Trail:
>Unformatted:



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