Index: head/net-p2p/qtum/Makefile =================================================================== --- head/net-p2p/qtum/Makefile (revision 468358) +++ head/net-p2p/qtum/Makefile (revision 468359) @@ -1,60 +1,59 @@ # Created by: Vasil Dimov # $FreeBSD$ PORTNAME= qtum -PORTVERSION= 0.14.15 +PORTVERSION= 0.14.16 DISTVERSIONPREFIX= mainnet-ignition-v -PORTREVISION= 1 CATEGORIES= net-p2p finance MAINTAINER= vd@FreeBSD.org COMMENT= PoS cryptocurrency that can execute smart contract as part of an UTXO LICENSE= GPLv3 BROKEN_i386= does not compile: invalid operand for instruction ... ASJ(jnz, 0, b) ... "jnz" BUILD_DEPENDS= libzmq4>0:net/libzmq4 RUN_DEPENDS= libzmq4>0:net/libzmq4 LIB_DEPENDS= libboost_date_time.so:devel/boost-libs \ libevent.so:devel/libevent \ libminiupnpc.so:net/miniupnpc \ libprotobuf.so:devel/protobuf \ libqrencode.so:graphics/libqrencode GNU_CONFIGURE= yes CONFIGURE_ENV= BDB_CFLAGS="-I${BDB_INCLUDE_DIR}" \ BDB_LIBS="-L${BDB_LIB_DIR} -l${BDB_LIB_CXX_NAME}" # * Man pages have not been adjusted after cloning the Bitcoin code base. # They are the old Bitcoin man pages, so do not install them. # * --with-incompatible-bdb is required in order to use bdb-5. # * Do not install unneeded include/bitcoinconsensus.h and # lib/libbitcoinconsensus.* (--without-libs) CONFIGURE_ARGS= --disable-man \ --with-gui=qt5 \ --with-incompatible-bdb \ --with-miniupnpc=${LOCALBASE} \ --with-qrencode \ --without-libs USES= autoreconf bdb:5+ compiler:c++11-lib gmake libtool pkgconfig ssl USE_QT5= buildtools core dbus gui linguisttools network testlib widgets USE_GITHUB= yes GH_TUPLE= qtumproject:qtum:${DISTVERSIONPREFIX}${PORTVERSION} \ qtumproject:cpp-eth-qtum:6e3173715867f5de56d6aa:cppeth/src/cpp-ethereum .include # The ./configure script tries to use pkg-config to derive the SSL CFLAGS and # libraries, but pkg-config requires libssl.pc which is only installed by the # ports' security/openssl and not present in the base system. So if we are to # use the base's SSL, then we trick ./configure to not use pkg-config by # setting some related environment variables. .if ${SSL_DEFAULT} == base CONFIGURE_ENV+= CRYPTO_CFLAGS="-I${OPENSSLINC}" \ CRYPTO_LIBS="-L${OPENSSLLIB} -lcrypto" \ SSL_CFLAGS="-I${OPENSSLINC}" \ SSL_LIBS="-L${OPENSSLLIB} -lssl" .endif .include Index: head/net-p2p/qtum/distinfo =================================================================== --- head/net-p2p/qtum/distinfo (revision 468358) +++ head/net-p2p/qtum/distinfo (revision 468359) @@ -1,5 +1,5 @@ -TIMESTAMP = 1519562176 -SHA256 (qtumproject-qtum-mainnet-ignition-v0.14.15_GH0.tar.gz) = a98583eae1a4997fbd49a4e18e9f878136e662e644345d7d15df5a51f38a89df -SIZE (qtumproject-qtum-mainnet-ignition-v0.14.15_GH0.tar.gz) = 12874930 +TIMESTAMP = 1524732327 +SHA256 (qtumproject-qtum-mainnet-ignition-v0.14.16_GH0.tar.gz) = bcca9a7f9f125264d53b56cb5093cb66ca7ff9147d9803832c019fbc6499fd8c +SIZE (qtumproject-qtum-mainnet-ignition-v0.14.16_GH0.tar.gz) = 12878018 SHA256 (qtumproject-cpp-eth-qtum-6e3173715867f5de56d6aa_GH0.tar.gz) = 01dbb43979768fc9755594e234a5b431023ace8d197a940587a05c835b3cdefc SIZE (qtumproject-cpp-eth-qtum-6e3173715867f5de56d6aa_GH0.tar.gz) = 1113747