Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Mar 2019 20:22:57 +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: r495391 - head/databases/cockroach
Message-ID:  <201903112022.x2BKMvlY096448@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Mon Mar 11 20:22:57 2019
New Revision: 495391
URL: https://svnweb.freebsd.org/changeset/ports/495391

Log:
  Mark BROKEN: fails to build
  
  build cache is required, but could not be located: GOCACHE is not defined and neither $XDG_CACHE_HOME nor $HOME are defined
  
  Reported by:	pkg-fallout

Modified:
  head/databases/cockroach/Makefile

Modified: head/databases/cockroach/Makefile
==============================================================================
--- head/databases/cockroach/Makefile	Mon Mar 11 20:20:33 2019	(r495390)
+++ head/databases/cockroach/Makefile	Mon Mar 11 20:22:57 2019	(r495391)
@@ -13,6 +13,8 @@ COMMENT=	Cloud-native SQL database that survive disast
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/src/github.com/cockroachdb/cockroach/LICENSE
 
+BROKEN=		fails to build
+
 ONLY_FOR_ARCHS=	amd64
 ONLY_FOR_ARCHS_REASON=	"Only supported on amd64"
 



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