From owner-svn-ports-all@freebsd.org Thu Aug 9 08:01:30 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5519E105B1C8; Thu, 9 Aug 2018 08:01:30 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 09C9C854CE; Thu, 9 Aug 2018 08:01:30 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id DF68816B0C; Thu, 9 Aug 2018 08:01:29 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w7981TTk063956; Thu, 9 Aug 2018 08:01:29 GMT (envelope-from ale@FreeBSD.org) Received: (from ale@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w7981T2q063274; Thu, 9 Aug 2018 08:01:29 GMT (envelope-from ale@FreeBSD.org) Message-Id: <201808090801.w7981T2q063274@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ale set sender to ale@FreeBSD.org using -f From: Alex Dupre Date: Thu, 9 Aug 2018 08:01:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r476725 - in head/lang/solidity: . files X-SVN-Group: ports-head X-SVN-Commit-Author: ale X-SVN-Commit-Paths: in head/lang/solidity: . files X-SVN-Commit-Revision: 476725 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Aug 2018 08:01:30 -0000 Author: ale Date: Thu Aug 9 08:01:28 2018 New Revision: 476725 URL: https://svnweb.freebsd.org/changeset/ports/476725 Log: Update to 0.4.24 release and fix build with newer boost lib. Added: head/lang/solidity/files/patch-libevmasm_Assembly.cpp (contents, props changed) Modified: head/lang/solidity/Makefile head/lang/solidity/distinfo head/lang/solidity/files/patch-libdevcore_JSON.cpp Modified: head/lang/solidity/Makefile ============================================================================== --- head/lang/solidity/Makefile Thu Aug 9 07:09:58 2018 (r476724) +++ head/lang/solidity/Makefile Thu Aug 9 08:01:28 2018 (r476725) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= solidity -PORTVERSION= 0.4.23 -PORTREVISION= 1 +PORTVERSION= 0.4.24 CATEGORIES= lang MASTER_SITES= https://github.com/ethereum/solidity/releases/download/v${PORTVERSION}/ DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -12,8 +11,6 @@ MAINTAINER= ale@FreeBSD.org COMMENT= Solidity Contract-Oriented Programming Language LICENSE= GPLv3 - -BROKEN= fails to build with boost 1.68, see bug 230392 BUILD_DEPENDS= boost-libs>=0:devel/boost-libs LIB_DEPENDS= libjsoncpp.so:devel/jsoncpp Modified: head/lang/solidity/distinfo ============================================================================== --- head/lang/solidity/distinfo Thu Aug 9 07:09:58 2018 (r476724) +++ head/lang/solidity/distinfo Thu Aug 9 08:01:28 2018 (r476725) @@ -1,3 +1,3 @@ -TIMESTAMP = 1524729659 -SHA256 (solidity_0.4.23.tar.gz) = 1a01dfd0f19617c543a9dc012d4ae99aecc38bb3931e0c7af88007005e60413f -SIZE (solidity_0.4.23.tar.gz) = 1136930 +TIMESTAMP = 1533799823 +SHA256 (solidity_0.4.24.tar.gz) = b6828266d9b108a035f44127a6107c9fbc516018b0fcf5de370196306cddb2a8 +SIZE (solidity_0.4.24.tar.gz) = 1154386 Modified: head/lang/solidity/files/patch-libdevcore_JSON.cpp ============================================================================== --- head/lang/solidity/files/patch-libdevcore_JSON.cpp Thu Aug 9 07:09:58 2018 (r476724) +++ head/lang/solidity/files/patch-libdevcore_JSON.cpp Thu Aug 9 08:01:28 2018 (r476725) @@ -1,4 +1,4 @@ ---- libdevcore/JSON.cpp.orig 2018-04-19 21:36:04 UTC +--- libdevcore/JSON.cpp.orig 2018-05-16 14:30:44 UTC +++ libdevcore/JSON.cpp @@ -27,10 +27,12 @@ @@ -6,8 +6,8 @@ +/* static_assert( - (JSONCPP_VERSION_MAJOR == 1) && (JSONCPP_VERSION_MINOR == 7) && (JSONCPP_VERSION_PATCH == 7), - "Unexpected jsoncpp version: " JSONCPP_VERSION_STRING ". Expecting 1.7.7." + (JSONCPP_VERSION_MAJOR == 1) && (JSONCPP_VERSION_MINOR == 8) && (JSONCPP_VERSION_PATCH == 4), + "Unexpected jsoncpp version: " JSONCPP_VERSION_STRING ". Expecting 1.8.4." ); +*/ Added: head/lang/solidity/files/patch-libevmasm_Assembly.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/solidity/files/patch-libevmasm_Assembly.cpp Thu Aug 9 08:01:28 2018 (r476725) @@ -0,0 +1,20 @@ +--- libevmasm/Assembly.cpp.orig 2018-05-16 14:30:44 UTC ++++ libevmasm/Assembly.cpp +@@ -264,7 +264,7 @@ Json::Value Assembly::assemblyJSON(Strin + createJsonValue("PUSH [ErrorTag]", i.location().start, i.location().end, "")); + else + collection.append( +- createJsonValue("PUSH [tag]", i.location().start, i.location().end, string(i.data()))); ++ createJsonValue("PUSH [tag]", i.location().start, i.location().end, dev::toString(i.data()))); + break; + case PushSub: + collection.append( +@@ -290,7 +290,7 @@ Json::Value Assembly::assemblyJSON(Strin + break; + case Tag: + collection.append( +- createJsonValue("tag", i.location().start, i.location().end, string(i.data()))); ++ createJsonValue("tag", i.location().start, i.location().end, dev::toString(i.data()))); + collection.append( + createJsonValue("JUMPDEST", i.location().start, i.location().end)); + break;