Date: Wed, 16 May 2018 02:26:15 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 228283] sysutils/nomad: Web UI does not work Message-ID: <bug-228283-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D228283 Bug ID: 228283 Summary: sysutils/nomad: Web UI does not work Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Many People Priority: --- Component: Individual Port(s) Assignee: ports-bugs@FreeBSD.org Reporter: cullum@c0ffee.net CC: jhixson@gmail.com CC: jhixson@gmail.com Flags: maintainer-feedback?(jhixson@gmail.com) The current Makefile for nomad does not build the web interface. This can be fixed with the following small patch to the Makefile: - ${SETENV} ${BUILD_ENV} GOPATH=3D${WRKSRC} go build -v -x \ + ${SETENV} ${BUILD_ENV} GOPATH=3D${WRKSRC} go build -v -x -tags ui \ --=20 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-228283-7788>