[Bug 201682] [NEW PORT] www/grafana2: Dashboard and graph editor for Graphite, InfluxDB & OpenTSDB

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Nov 25 12:46:30 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201682

Johannes Jost Meixner <xmj at FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |xmj at FreeBSD.org

--- Comment #22 from Johannes Jost Meixner <xmj at FreeBSD.org> ---
Passes poudriere testport, but the shar archive attached on 2015-11-22 04:45
UTC has a bit of a mess within files/ subdir.

I'm assuming you want files/grafana2.in and files/grafana2.conf.in.

The option to compile JS/CSS on the system the port is being built in
is a bit spurious, in that `npm install` fetches things outside of
the fetch-stage. This isn't the right way to go about it, a better way
would be to download all things during fetch-stage manually,
and then compile JS/CSS things that have been downloaded previously.

Alternatively, COMPILE_JS_CSS could be removed completely.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list