From owner-svn-ports-head@FreeBSD.ORG Thu Nov 27 18:30:34 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 261FFD53; Thu, 27 Nov 2014 18:30:34 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 123DBBB4; Thu, 27 Nov 2014 18:30:34 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sARIUXsX081758; Thu, 27 Nov 2014 18:30:33 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sARIUXIi081757; Thu, 27 Nov 2014 18:30:33 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201411271830.sARIUXIi081757@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Thu, 27 Nov 2014 18:30:33 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Nov 2014 18:30:34 -0000 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