svn commit: r411025 - head/sysutils/ipfs-go

Antoine Brodin antoine at FreeBSD.org
Sun Mar 13 20:02:00 UTC 2016


Author: antoine
Date: Sun Mar 13 20:01:58 2016
New Revision: 411025
URL: https://svnweb.freebsd.org/changeset/ports/411025

Log:
  Mark BROKEN: fails to build
  
  package github.com/ipfs/go-ipfs/cmd/ipfs
  	imports github.com/ipfs/go-ipfs/vendor/QmTBXYb6y2ZcJmoXVKk3pf9rzSEjbCg7tQaJW7RSuH14nv/go-log: must be imported as QmTBXYb6y2ZcJmoXVKk3pf9rzSEjbCg7tQaJW7RSuH14nv/go-log
  Makefile:29: recipe for target 'build' failed
  
  Reported by:	pkg-fallout

Modified:
  head/sysutils/ipfs-go/Makefile

Modified: head/sysutils/ipfs-go/Makefile
==============================================================================
--- head/sysutils/ipfs-go/Makefile	Sun Mar 13 19:59:52 2016	(r411024)
+++ head/sysutils/ipfs-go/Makefile	Sun Mar 13 20:01:58 2016	(r411025)
@@ -8,6 +8,8 @@ CATEGORIES=	sysutils
 MAINTAINER=	wg at FreeBSD.org
 COMMENT=	IPFS implementation in Go
 
+BROKEN=		fails to build
+
 BUILD_DEPENDS=	${LOCALBASE}/bin/go:${PORTSDIR}/lang/go
 
 USES=		gmake


More information about the svn-ports-head mailing list