aboutsummaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2016-09-18 10:14:35 +0000
committerMark Linimon <linimon@FreeBSD.org>2016-09-18 10:14:35 +0000
commit63be64864380b536b9b7b8ef09b91bb086fa840e (patch)
tree0ed3e86c11fbd6e55d3c74238a40400e9c390b96 /security
parent084ecea9cc8d84090aa09834765fcb4e9f5219c8 (diff)
downloadports-63be64864380b536b9b7b8ef09b91bb086fa840e.tar.gz
ports-63be64864380b536b9b7b8ef09b91bb086fa840e.zip
Mark as broken on mips64 and sparc64.
Approved by: portmgr (tier-2 blanket)
Notes
Notes: svn path=/head/; revision=422363
Diffstat (limited to 'security')
-rw-r--r--security/tor/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/security/tor/Makefile b/security/tor/Makefile
index eea21f3b235c..eefc2610e4bc 100644
--- a/security/tor/Makefile
+++ b/security/tor/Makefile
@@ -13,7 +13,9 @@ COMMENT= Anonymizing overlay network for TCP
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