Date: Fri, 6 Jun 2014 20:34:11 +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: r356843 - head/games/glob2 Message-ID: <201406062034.s56KYB79037270@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Fri Jun 6 20:34:11 2014 New Revision: 356843 URL: http://svnweb.freebsd.org/changeset/ports/356843 QAT: https://qat.redports.org/buildarchive/r356843/ Log: Mark BROKEN: Fails to build Checking for C++ header file boost/lexical_cast.hpp... yes Checking for C library GL... no Checking for C library GL... no Checking for C library opengl32... no Could not find libGL or opengl32, or could not find GL/gl.h or OpenGL/gl.h Checking for C library GLU... no Checking for C library GLU... no Checking for C library glu32... no Could not find libGLU or glu32, or could not find GL/glu.h or OpenGL/glu.h Checking for C library fribidi... no Checking for C library portaudio... no Missing SDL Missing SDL_ttf Missing SDL_image Missing SDL_net Missing speex Missing vorbisfile Missing vorbis Missing ogg Missing libboost_thread Missing libboost_date_time Missing OpenGL Missing GLU *** Error code 1 Reported by: pkg-fallout Modified: head/games/glob2/Makefile Modified: head/games/glob2/Makefile ============================================================================== --- head/games/glob2/Makefile Fri Jun 6 20:27:56 2014 (r356842) +++ head/games/glob2/Makefile Fri Jun 6 20:34:11 2014 (r356843) @@ -12,6 +12,8 @@ COMMENT= Globulation 2, free and innovat LICENSE= GPLv3 +BROKEN= Fails to build + LIB_DEPENDS= libvorbis.so:${PORTSDIR}/audio/libvorbis \ libspeex.so:${PORTSDIR}/audio/speex \ libfribidi.so:${PORTSDIR}/converters/fribidi \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406062034.s56KYB79037270>