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

William Grzybowski wg at FreeBSD.org
Thu Oct 15 11:49:32 UTC 2015


Author: wg
Date: Thu Oct 15 11:49:30 2015
New Revision: 399338
URL: https://svnweb.freebsd.org/changeset/ports/399338

Log:
  sysutils/ipfs-go: Does not build on i386 due to a dependency

Modified:
  head/sysutils/ipfs-go/Makefile

Modified: head/sysutils/ipfs-go/Makefile
==============================================================================
--- head/sysutils/ipfs-go/Makefile	Thu Oct 15 11:47:23 2015	(r399337)
+++ head/sysutils/ipfs-go/Makefile	Thu Oct 15 11:49:30 2015	(r399338)
@@ -16,6 +16,9 @@ USE_GITHUB=	yes
 GH_ACCOUNT=	ipfs
 GH_PROJECT=	go-ipfs
 
+ONLY_FOR_ARCHS=	amd64
+ONLY_FOR_ARCHS_REASON=	Does not build on i386 due to a dependency
+
 MAKE_ENV+=	GOPATH=${WRKSRC}
 
 PLIST_FILES=	bin/${PORTNAME}


More information about the svn-ports-all mailing list