aboutsummaryrefslogtreecommitdiff
path: root/sysutils/consul-replicate
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2019-09-08 05:53:46 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2019-09-08 05:53:46 +0000
commit60c90fb02bceb11dfc8ee0f6250086fb6ed1f7d8 (patch)
treebbd324d199c005e3c9acda7b857d4b6b82673a7c /sysutils/consul-replicate
parent7452888b13b9f3a7dd0f3eb4a865efd45e6f0065 (diff)
downloadports-60c90fb02bceb11dfc8ee0f6250086fb6ed1f7d8.tar.gz
ports-60c90fb02bceb11dfc8ee0f6250086fb6ed1f7d8.zip
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
Notes
Notes: svn path=/head/; revision=511543
Diffstat (limited to 'sysutils/consul-replicate')
-rw-r--r--sysutils/consul-replicate/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/sysutils/consul-replicate/Makefile b/sysutils/consul-replicate/Makefile
index e8a7e549c2b1..9b319655ec59 100644
--- a/sysutils/consul-replicate/Makefile
+++ b/sysutils/consul-replicate/Makefile
@@ -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