Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Sep 2016 10:16: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: r422364 - head/security/tor-devel
Message-ID:  <201609181016.u8IAGZX2056992@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609181016.u8IAGZX2056992>