svn commit: r423496 - head/sysutils/restic

Antoine Brodin antoine at FreeBSD.org
Sat Oct 8 08:24:43 UTC 2016


Author: antoine
Date: Sat Oct  8 08:24:42 2016
New Revision: 423496
URL: https://svnweb.freebsd.org/changeset/ports/423496

Log:
  Mark BROKEN: fails to build
  
  /usr/local/go/pkg/tool/freebsd_amd64/link: -X flag requires argument of the form importpath.name=value
  
  Reported by:	pkg-fallout

Modified:
  head/sysutils/restic/Makefile

Modified: head/sysutils/restic/Makefile
==============================================================================
--- head/sysutils/restic/Makefile	Sat Oct  8 08:21:06 2016	(r423495)
+++ head/sysutils/restic/Makefile	Sat Oct  8 08:24:42 2016	(r423496)
@@ -11,6 +11,8 @@ COMMENT=	Restic backup program
 
 BUILD_DEPENDS=	${LOCALBASE}/bin/go:lang/go
 
+BROKEN=		fails to build
+
 USE_GITHUB=	yes
 GH_ACCOUNT=	restic:DEFAULT,chunker juju:errors golang:crypto
 GH_PROJECT=	chunker:chunker errors:errors crypto:crypto


More information about the svn-ports-head mailing list