svn commit: r422364 - head/security/tor-devel

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


Author: linimon
Date: Sun Sep 18 10:16:35 2016
New Revision: 422364
URL: https://svnweb.freebsd.org/changeset/ports/422364

Log:
  Mark as broken on mips64 and sparc64.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/security/tor-devel/Makefile

Modified: head/security/tor-devel/Makefile
==============================================================================
--- head/security/tor-devel/Makefile	Sun Sep 18 10:14:35 2016	(r422363)
+++ head/security/tor-devel/Makefile	Sun Sep 18 10:16:35 2016	(r422364)
@@ -14,7 +14,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-head mailing list