Date: Sun, 18 Sep 2016 10:14:35 +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: r422363 - head/security/tor Message-ID: <201609181014.u8IAEZ7G056838@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Sun Sep 18 10:14:35 2016 New Revision: 422363 URL: https://svnweb.freebsd.org/changeset/ports/422363 Log: Mark as broken on mips64 and sparc64. Approved by: portmgr (tier-2 blanket) Modified: head/security/tor/Makefile Modified: head/security/tor/Makefile ============================================================================== --- head/security/tor/Makefile Sun Sep 18 10:14:10 2016 (r422362) +++ head/security/tor/Makefile Sun Sep 18 10:14:35 2016 (r422363) @@ -13,7 +13,9 @@ COMMENT= Anonymizing overlay network for LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN_mips64= Does not build: error: Need a uint128_t implementation! BROKEN_powerpc64= Does not build +BROKEN_sparc64= Does not build: error: Need a uint128_t implementation! USES= cpe gmake CPE_VENDOR= torproject
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609181014.u8IAEZ7G056838>