svn commit: r356843 - head/games/glob2

Antoine Brodin antoine at FreeBSD.org
Fri Jun 6 20:34:11 UTC 2014


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 \


More information about the svn-ports-head mailing list