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

Yuri Victorovich yuri at FreeBSD.org
Sun Sep 30 01:56:17 UTC 2018


Author: yuri
Date: Sun Sep 30 01:56:16 2018
New Revision: 480933
URL: https://svnweb.freebsd.org/changeset/ports/480933

Log:
  security/tor-devel: Fix build with mips64, powerpc64 and sparc64
  
  Port changes:
  * Add USES=compiler:c11
  * Add USE_CSTD=gnu99
  
  PR:		231779
  Submitted by:	Piotr Kubaj <pkubaj at anongoth.pl> (initial version)

Modified:
  head/security/tor-devel/Makefile

Modified: head/security/tor-devel/Makefile
==============================================================================
--- head/security/tor-devel/Makefile	Sun Sep 30 01:55:03 2018	(r480932)
+++ head/security/tor-devel/Makefile	Sun Sep 30 01:56:16 2018	(r480933)
@@ -15,11 +15,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: error: Need a uint128_t implementation!
-BROKEN_sparc64=		does not build: error: Need a uint128_t implementation!
+USES=		compiler:c11 cpe gmake pkgconfig # should be compiler:c99 or compiler:gnu99
+USE_CSTD=	gnu99 # until this bug report is closed: https://trac.torproject.org/projects/tor/ticket/27900
 
-USES=		cpe gmake pkgconfig
 CPE_VENDOR=	torproject
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-openssl-dir="${OPENSSLBASE}"


More information about the svn-ports-head mailing list