Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 May 2013 16:03:29 GMT
From:      Boris Samorodov <bsam@FreeBSD.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/178632: [patch] net-mgmt/collectd5: minor fixes
Message-ID:  <201305141603.r4EG3TpM061775@oldred.FreeBSD.org>
Resent-Message-ID: <201305141610.r4EGA1dD078751@freefall.freebsd.org>

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

>Number:         178632
>Category:       ports
>Synopsis:       [patch] net-mgmt/collectd5: minor fixes
>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:   Tue May 14 16:10:01 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Boris Samorodov
>Release:        FreeBSD 9-i386
>Organization:
BSDprint
>Environment:
FreeBSD srv.bb.tel.ru 9.1-PRERELEASE FreeBSD 9.1-PRERELEASE #7 r243514: Sun Nov 25 20:10:07 SAMT 2012     bsam@srv.bb.tel.ru:/usr/obj/usr/src/sys/BB  i386
>Description:
. use a line space after the Makefile's header;
. fix a typo: --disable--rrdcached->--disable-rrdcached and do not bump PORTREVISION since the defaults are not affected.

PS. Please, keep in mind that I'll submit several PRs on the port as I treat those changes differently. This one is imho apparent one.
>How-To-Repeat:
Well, look at the Makefile. ;-)
>Fix:


Patch attached with submission follows:

Index: Makefile
===================================================================
--- Makefile	(revision 317544)
+++ Makefile	(working copy)
@@ -1,5 +1,6 @@
 # Created by: Matt Peterson <matt@peterson.org>
 # $FreeBSD$
+
 PORTNAME=	collectd
 PORTVERSION=	5.2.1
 PORTREVISION=	1
@@ -394,7 +405,7 @@
 CONFIGURE_ARGS+=--enable-rrdcached
 PLIST_SUB+=	RRDCACHED=""
 .else
-CONFIGURE_ARGS+=--disable--rrdcached
+CONFIGURE_ARGS+=--disable-rrdcached
 PLIST_SUB+=	RRDCACHED="@comment "
 .endif
 


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



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