svn commit: r373507 - head/net-p2p/libtorrent-rasterbar-python

Antoine Brodin antoine at FreeBSD.org
Thu Nov 27 18:30:34 UTC 2014


Author: antoine
Date: Thu Nov 27 18:30:33 2014
New Revision: 373507
URL: https://svnweb.freebsd.org/changeset/ports/373507
QAT: https://qat.redports.org/buildarchive/r373507/

Log:
  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

Modified:
  head/net-p2p/libtorrent-rasterbar-python/Makefile

Modified: head/net-p2p/libtorrent-rasterbar-python/Makefile
==============================================================================
--- head/net-p2p/libtorrent-rasterbar-python/Makefile	Thu Nov 27 18:28:36 2014	(r373506)
+++ head/net-p2p/libtorrent-rasterbar-python/Makefile	Thu Nov 27 18:30:33 2014	(r373507)
@@ -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
 


More information about the svn-ports-head mailing list