svn commit: r511543 - head/sysutils/consul-replicate
Antoine Brodin
antoine at FreeBSD.org
Sun Sep 8 05:53:47 UTC 2019
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
More information about the svn-ports-all
mailing list