svn commit: r464876 - head/net/libstorj

Mark Linimon linimon at FreeBSD.org
Sun Mar 18 06:01:26 UTC 2018


Author: linimon
Date: Sun Mar 18 06:01:25 2018
New Revision: 464876
URL: https://svnweb.freebsd.org/changeset/ports/464876

Log:
  Mark as broken on most tier-2 archs: invokes x86 assembler.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/net/libstorj/Makefile

Modified: head/net/libstorj/Makefile
==============================================================================
--- head/net/libstorj/Makefile	Sun Mar 18 06:01:25 2018	(r464875)
+++ head/net/libstorj/Makefile	Sun Mar 18 06:01:25 2018	(r464876)
@@ -10,6 +10,13 @@ COMMENT=	C library and CLI for encrypted file transfer
 
 LICENSE=	LGPL21+
 
+BROKEN_aarch64=		fails to build: invokes x86 assembler
+BROKEN_armv6=		fails to build: invokes x86 assembler
+BROKEN_armv7=		fails to build: invokes x86 assembler
+BROKEN_mips=		fails to build: invokes x86 assembler
+BROKEN_mips64=		fails to build: invokes x86 assembler
+BROKEN_powerpc64=	fails to compile: storj.c:135: 'for' loop initial declaration used outside C99 mode
+
 LIB_DEPENDS=	libjson-c.so:devel/json-c \
 		libuv.so:devel/libuv \
 		libcurl.so:ftp/curl \


More information about the svn-ports-all mailing list