[Bug 228283] sysutils/nomad: Web UI does not work

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed May 16 02:26:17 UTC 2018


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

            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 at FreeBSD.org
          Reporter: cullum at c0ffee.net
                CC: jhixson at gmail.com
                CC: jhixson at gmail.com
             Flags: maintainer-feedback?(jhixson at 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=${WRKSRC} go build -v -x \
+       ${SETENV} ${BUILD_ENV} GOPATH=${WRKSRC} go build -v -x -tags ui \

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


More information about the freebsd-ports-bugs mailing list