svn commit: r511549 - head/www/grafana6

Antoine Brodin antoine at FreeBSD.org
Sun Sep 8 06:14:20 UTC 2019


Author: antoine
Date: Sun Sep  8 06:14:19 2019
New Revision: 511549
URL: https://svnweb.freebsd.org/changeset/ports/511549

Log:
  Mark BROKEN
  
  $GOPATH/go.mod exists but should not
  
  Reported by:	pkg-fallout

Modified:
  head/www/grafana6/Makefile

Modified: head/www/grafana6/Makefile
==============================================================================
--- head/www/grafana6/Makefile	Sun Sep  8 06:11:34 2019	(r511548)
+++ head/www/grafana6/Makefile	Sun Sep  8 06:14:19 2019	(r511549)
@@ -16,6 +16,7 @@ COMMENT=	Dashboard and graph editor for multiple data 
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN=		fails to build
 ONLY_FOR_ARCHS=	amd64 i386
 
 USES=		compiler go


More information about the svn-ports-all mailing list