aboutsummaryrefslogtreecommitdiff
path: root/lang/solidity
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2018-08-09 06:58:30 +0000
committerJan Beich <jbeich@FreeBSD.org>2018-08-09 06:58:30 +0000
commit0b055d47f28aa0146c1cb2f8e85cd71f127dd553 (patch)
tree1cdec2aa532edb5042e8b80a8ee691de38be0ab7 /lang/solidity
parentd105717fd776352f833b81cacbb311fb41495b24 (diff)
downloadports-0b055d47f28aa0146c1cb2f8e85cd71f127dd553.tar.gz
ports-0b055d47f28aa0146c1cb2f8e85cd71f127dd553.zip
devel/boost-*: update to 1.68.0
- Switch to C++14 for libboost_system to support C++14 consumers Changes: http://www.boost.org/users/history/version_1_68_0.html PR: 229569 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D16165
Notes
Notes: svn path=/head/; revision=476723
Diffstat (limited to 'lang/solidity')
-rw-r--r--lang/solidity/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/lang/solidity/Makefile b/lang/solidity/Makefile
index 46774700550f..cfbfd8962117 100644
--- a/lang/solidity/Makefile
+++ b/lang/solidity/Makefile
@@ -3,6 +3,7 @@
PORTNAME= solidity
PORTVERSION= 0.4.23
+PORTREVISION= 1
CATEGORIES= lang
MASTER_SITES= https://github.com/ethereum/solidity/releases/download/v${PORTVERSION}/
DISTNAME= ${PORTNAME}_${PORTVERSION}
@@ -12,6 +13,8 @@ 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