From owner-freebsd-ports-bugs@freebsd.org Wed Nov 25 12:46:30 2015 Return-Path: Delivered-To: freebsd-ports-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DB00EA3798E for ; Wed, 25 Nov 2015 12:46:30 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C58D41008 for ; Wed, 25 Nov 2015 12:46:30 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id tAPCkUoZ009557 for ; Wed, 25 Nov 2015 12:46:30 GMT (envelope-from bugzilla-noreply@freebsd.org) 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 Date: Wed, 25 Nov 2015 12:46:28 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: feature, needs-patch, needs-qa, patch X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: xmj@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Nov 2015 12:46:30 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201682 Johannes Jost Meixner changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |xmj@FreeBSD.org --- Comment #22 from Johannes Jost Meixner --- 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.