diff options
author | antoine <antoine@FreeBSD.org> | 2014-11-28 02:30:33 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-11-28 02:30:33 +0800 |
commit | c40d8d9ec68b3bbbdf5ba31fdbd09c33258c01ed (patch) | |
tree | d265f50e8bede8ae28961d1b305c90219f7bc367 /net-p2p | |
parent | 7c64fae5586b7b0f9ef7f6df20c75ad638d5aceb (diff) | |
download | freebsd-ports-gnome-c40d8d9ec68b3bbbdf5ba31fdbd09c33258c01ed.tar.gz freebsd-ports-gnome-c40d8d9ec68b3bbbdf5ba31fdbd09c33258c01ed.tar.zst freebsd-ports-gnome-c40d8d9ec68b3bbbdf5ba31fdbd09c33258c01ed.zip |
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
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/libtorrent-rasterbar-python/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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 |