Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Nov 2015 12:46:28 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 201682] [NEW PORT] www/grafana2: Dashboard and graph editor for Graphite, InfluxDB & OpenTSDB
Message-ID:  <bug-201682-13-tiSdfpjKAR@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-201682-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-201682-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201682

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

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

--- Comment #22 from Johannes Jost Meixner <xmj@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-201682-13-tiSdfpjKAR>