svn commit: r422363 - head/security/tor

Mark Linimon linimon at FreeBSD.org
Sun Sep 18 10:14:36 UTC 2016


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


More information about the svn-ports-all mailing list