Date: Thu, 22 Aug 2019 14:21:03 +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: r509599 - head/lang/solidity Message-ID: <201908221421.x7MEL3wk073881@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Thu Aug 22 14:21:03 2019 New Revision: 509599 URL: https://svnweb.freebsd.org/changeset/ports/509599 Log: Mark as not for powerpc*/sparc64: -- Check if the system is big endian - big endian CMake Error at CMakeLists.txt:24 (message): solidity currently does not support big endian systems. Approved by: portmgr (tier-2 blanket) Modified: head/lang/solidity/Makefile Modified: head/lang/solidity/Makefile ============================================================================== --- head/lang/solidity/Makefile Thu Aug 22 14:07:54 2019 (r509598) +++ head/lang/solidity/Makefile Thu Aug 22 14:21:03 2019 (r509599) @@ -16,6 +16,9 @@ LICENSE= GPLv3 BUILD_DEPENDS= boost-libs>=0:devel/boost-libs LIB_DEPENDS= libjsoncpp.so:devel/jsoncpp +NOT_FOR_ARCHS= powerpc powerpc64 powerpcspe sparc64 +NOT_FOR_ARCHS_REASON= solidity currently does not support big endian systems + USES= cmake compiler:c++14-lang OPTIONS_DEFINE= Z3 CVC4
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201908221421.x7MEL3wk073881>