Date: Sun, 18 Mar 2018 06:01:25 +0000 (UTC) From: Mark Linimon <linimon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r464876 - head/net/libstorj Message-ID: <201803180601.w2I61PES044068@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803180601.w2I61PES044068>