svn commit: r494710 - head/sysutils/consul-replicate

Antoine Brodin antoine at FreeBSD.org
Tue Mar 5 16:56:25 UTC 2019


Author: antoine
Date: Tue Mar  5 16:56:24 2019
New Revision: 494710
URL: https://svnweb.freebsd.org/changeset/ports/494710

Log:
  Mark BROKEN: fails to build
  
  build cache is disabled by GOCACHE=off, but required as of Go 1.12
  
  Reported by:	pkg-fallout

Modified:
  head/sysutils/consul-replicate/Makefile

Modified: head/sysutils/consul-replicate/Makefile
==============================================================================
--- head/sysutils/consul-replicate/Makefile	Tue Mar  5 16:52:52 2019	(r494709)
+++ head/sysutils/consul-replicate/Makefile	Tue Mar  5 16:56:24 2019	(r494710)
@@ -11,6 +11,8 @@ COMMENT=	Consul cross-DC KV replication daemon
 LICENSE=	MPL20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN=		fails to build
+
 BUILD_DEPENDS=	${LOCALBASE}/bin/go:lang/go
 
 USES=		compiler


More information about the svn-ports-all mailing list