Date: Sun, 30 Sep 2018 01:56:16 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r480933 - head/security/tor-devel Message-ID: <201809300156.w8U1uGTH081034@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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}"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809300156.w8U1uGTH081034>