From c40d8d9ec68b3bbbdf5ba31fdbd09c33258c01ed Mon Sep 17 00:00:00 2001 From: antoine Date: Thu, 27 Nov 2014 18:30:33 +0000 Subject: Mark BROKEN: Fails to build cc -DNDEBUG -O2 -pipe -fstack-protector -fno-strict-aliasing -fPIC -I../../include -I/usr/local/include -I/usr/include -I/usr/local/include/python2.7 -c src/session.cpp -o build/temp.freebsd-10.0-RELEASE-p9-amd64-2.7/src/session.o -DTORRENT_USE_OPENSSL -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 -DBOOST_EXCEPTION_DISABLE -DBOOST_ASIO_ENABLE_CANCELIO -DBOOST_ASIO_DYN_LINK -DTORRENT_LINKING_SHARED src/session.cpp:25:10: fatal error: 'bytes.hpp' file not found Reported by: pkg-fallout --- net-p2p/libtorrent-rasterbar-python/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'net-p2p') diff --git a/net-p2p/libtorrent-rasterbar-python/Makefile b/net-p2p/libtorrent-rasterbar-python/Makefile index 517502a93e6d..93057700983c 100644 --- a/net-p2p/libtorrent-rasterbar-python/Makefile +++ b/net-p2p/libtorrent-rasterbar-python/Makefile @@ -6,6 +6,8 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} COMMENT= Python bindings for libtorrent-rasterbar +BROKEN= Fails to build + LIB_DEPENDS= libtorrent-rasterbar.so:${PORTSDIR}/net-p2p/libtorrent-rasterbar \ libboost_python.so:${PORTSDIR}/devel/boost-python-libs -- cgit