svn commit: r351144 - head/games/vdrift
Antoine Brodin
antoine at FreeBSD.org
Sat Apr 12 21:50:30 UTC 2014
Author: antoine
Date: Sat Apr 12 21:50:29 2014
New Revision: 351144
URL: http://svnweb.freebsd.org/changeset/ports/351144
QAT: https://qat.redports.org/buildarchive/r351144/
Log:
Mark broken: fails to build
On 8 and 9:
src/collision_world.cpp: In member function 'bool COLLISION_WORLD::CastRay(const MATHVECTOR<float, 3u>&, const MATHVECTOR<float, 3u>&, float, const btCollisionObject*, COLLISION_CONTACT&) const':
src/collision_world.cpp:204: error: invalid conversion from 'const btCollisionObject*' to 'btCollisionObject*'
scons: *** [build/collision_world.o] Error 1
scons: building terminated because of errors.
*** [do-build] Error code 2
On 10 and head:
scons: Reading SConscript files ...
Checking for C++ header file asio.hpp... no
You do not have the asio.hpp headers installed. Exiting.
*** Error code 1
Reported by: pkg-fallout
With hat: portmgr
Modified:
head/games/vdrift/Makefile
Modified: head/games/vdrift/Makefile
==============================================================================
--- head/games/vdrift/Makefile Sat Apr 12 21:47:31 2014 (r351143)
+++ head/games/vdrift/Makefile Sat Apr 12 21:50:29 2014 (r351144)
@@ -12,6 +12,8 @@ DIST_SUBDIR= ${PORTNAME}
MAINTAINER= acm at FreeBSD.org
COMMENT= Open source driving simulation
+BROKEN= Fails to build
+
BUILD_DEPENDS= scons:${PORTSDIR}/devel/scons \
${LOCALBASE}/lib/libBulletCollision.a:${PORTSDIR}/devel/bullet \
${LOCALBASE}/include/asio.hpp:${PORTSDIR}/net/asio
More information about the svn-ports-all
mailing list