diff options
author | jbeich <jbeich@FreeBSD.org> | 2018-01-18 12:11:02 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2018-01-18 12:11:02 +0800 |
commit | 0812f0742e713f3bb4b6832ea790de6b0c050301 (patch) | |
tree | 7189643b393c5d2ffd4fa8b22d44338010f9dfb0 /net-p2p/libtorrent-rasterbar/Makefile | |
parent | eec72c240b1bfd2824b3ee954db5985098e3ee04 (diff) | |
download | freebsd-ports-gnome-0812f0742e713f3bb4b6832ea790de6b0c050301.tar.gz freebsd-ports-gnome-0812f0742e713f3bb4b6832ea790de6b0c050301.tar.zst freebsd-ports-gnome-0812f0742e713f3bb4b6832ea790de6b0c050301.zip |
devel/boost-*: update to 1.66.0
Changes: http://www.boost.org/users/history/version_1_66_0.html
PR: 223922
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D13279
Diffstat (limited to 'net-p2p/libtorrent-rasterbar/Makefile')
-rw-r--r-- | net-p2p/libtorrent-rasterbar/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-p2p/libtorrent-rasterbar/Makefile b/net-p2p/libtorrent-rasterbar/Makefile index 5f2461cd0126..2c24a1f29430 100644 --- a/net-p2p/libtorrent-rasterbar/Makefile +++ b/net-p2p/libtorrent-rasterbar/Makefile @@ -3,7 +3,7 @@ PORTNAME= libtorrent-rasterbar PORTVERSION= 1.1.4 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES?= net-p2p ipv6 MASTER_SITES= https://github.com/arvidn/libtorrent/releases/download/libtorrent-${PORTVERSION:S/./_/g}/ @@ -19,6 +19,7 @@ LIB_DEPENDS+= libboost_chrono.so:devel/boost-libs \ libboost_random.so:devel/boost-libs \ libboost_system.so:devel/boost-libs +BROKEN= fails to build with boost 1.66, see bug 224060 BROKEN_powerpc64= fails to build: client_test.cpp: undefined reference to std::__cxx11::basic_string USES+= compiler:c++11-lib iconv:wchar_t libtool pathfix pkgconfig ssl |