Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Mar 2016 20:01:58 +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: r411025 - head/sysutils/ipfs-go
Message-ID:  <201603132001.u2DK1wXG041525@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org
 COMMENT=	IPFS implementation in Go
 
+BROKEN=		fails to build
+
 BUILD_DEPENDS=	${LOCALBASE}/bin/go:${PORTSDIR}/lang/go
 
 USES=		gmake



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