Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Aug 2012 14:55:51 GMT
From:      Chris McCoy <bsdports@wayfair.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/170920: Update to databases/py-carbon 
Message-ID:  <201208231455.q7NEtpf7019583@red.freebsd.org>
Resent-Message-ID: <201208231500.q7NF07NJ019643@freefall.freebsd.org>

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

>Number:         170920
>Category:       ports
>Synopsis:       Update to databases/py-carbon
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Aug 23 15:00:07 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Chris McCoy
>Release:        9.0-RELEASE
>Organization:
wayfair llc
>Environment:
FreeBSD packages.wayfair.com 9.0-RELEASE FreeBSD 9.0-RELEASE #4: Fri Feb 17 12:57:26 EST 2012     root@packages.wayfair.com:/usr/obj/usr/src/sys/GENERIC  amd64
>Description:
Attached is the diff to get py-carbon to build correctly.

I've attached the diff file, I couldn't tell if this required a SHAR file or a DIFF, but am will to provide the SHAR if needed.

Thanks
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -r Makefile.orig Makefile
18c18
<       ${PYTHON_PKGNAMEPREFIX}whisper>=0.9.9:${PORTSDIR}/databases/py-whisper \
---
>       ${PYTHON_PKGNAMEPREFIX}whisper>=0.9.10:${PORTSDIR}/databases/py-whisper \
diff -r distinfo.orig distinfo
1,2c1,2
< SHA256 (carbon-0.9.10.tar.gz) = 4f37e00595b5b078edb9b3f5cae318f752f4446a82623ea4da97dd7d0f6a5072
< SIZE (carbon-0.9.10.tar.gz) = 42201
---
> SHA256 (carbon-0.9.10.tar.gz) = f1a1d61a0bf9e2ff3c42c01310a59572e527139c7ce73bdbeb25d8813b78d2b9
> SIZE (carbon-0.9.10.tar.gz) = 42208
diff -r files/carbon.in.orig files/carbon.in
11c11,22
< # carbon_conf_dir:    Directory where sabnzbd configuration
---
> # carbon_user:                The user account carbon daemon runs as what
> #                     you want it to be. It uses 'root' user by
> #                     default.
> # carbon_group:       The group account carbon daemon runs as what
> #                     you want it to be. It uses 'wheel' group by
> #                     default.
> # carbon_debug:               Determines if you want carbon to run in debug
> #                     mode, it may be very verbose. It will not run
> #                     in debug by default.
> # carbon_logdir:      Directory where carbon logs are stored.
> #                     Default: /usr/local/graphite/storage/log
> # carbon_conf:                File where carbon configuration
13,21c24,26
< #                     Default: /usr/local/sabnzbd
< # carbon_user:                The user account sabnzbd daemon runs as what
< #                     you want it to be. It uses 'www' user by
< #                     default. Do not sets it as empty or it will run
< #                     as root.
< # carbon_group:       The group account sabnzbd daemon runs as what
< #                     you want it to be. It uses 'www' group by
< #                     default. Do not sets it as empty or it will run
< #                     as wheel.
---
> #                     Default: /usr/local/etc/carbon/carbon.conf
> # carbon_pidfile:     Location where carbon should place its pid file
> #                     Default: /var/run/carbon.pid

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



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