svn commit: r495391 - head/databases/cockroach

Antoine Brodin antoine at FreeBSD.org
Mon Mar 11 20:22:58 UTC 2019


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"
 


More information about the svn-ports-all mailing list