Date: Sun, 8 Sep 2019 05:53:46 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r511543 - head/sysutils/consul-replicate Message-ID: <201909080553.x885rkaI011933@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Sun Sep 8 05:53:46 2019 New Revision: 511543 URL: https://svnweb.freebsd.org/changeset/ports/511543 Log: Mark BROKEN ../../../vendor/golang.org/x/net/http2/frame.go:17:2: use of vendored package not allowed ../../../vendor/golang.org/x/net/http2/transport.go:31:2: use of vendored package not allowed Reported by: pkg-fallout Modified: head/sysutils/consul-replicate/Makefile Modified: head/sysutils/consul-replicate/Makefile ============================================================================== --- head/sysutils/consul-replicate/Makefile Sun Sep 8 05:52:41 2019 (r511542) +++ head/sysutils/consul-replicate/Makefile Sun Sep 8 05:53:46 2019 (r511543) @@ -11,6 +11,8 @@ COMMENT= Consul cross-DC KV replication daemon LICENSE= MPL20 LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN= fails to build + USES= compiler go USE_GITHUB= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909080553.x885rkaI011933>