Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Mar 2019 16:56:24 +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: r494710 - head/sysutils/consul-replicate
Message-ID:  <201903051656.x25GuOVQ091241@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903051656.x25GuOVQ091241>