Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Nov 2014 18:30:33 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r373507 - head/net-p2p/libtorrent-rasterbar-python
Message-ID:  <201411271830.sARIUXIi081757@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201411271830.sARIUXIi081757>