svn commit: r553841 - head/devel/love08

Antoine Brodin antoine at FreeBSD.org
Sun Nov 1 14:21:08 UTC 2020


Author: antoine
Date: Sun Nov  1 14:21:07 2020
New Revision: 553841
URL: https://svnweb.freebsd.org/changeset/ports/553841

Log:
  Mark BROKEN
  
  modules/graphics/opengl/VertexBuffer.cpp:134:3: error: use of undeclared identifier 'glGetBufferSubDataARB'
                  glGetBufferSubDataARB(getTarget(), 0, getSize(), mapped);
                  ^
  modules/graphics/opengl/VertexBuffer.cpp:141:3: error: use of undeclared identifier 'glBufferSubDataARB'
                  glBufferSubDataARB(getTarget(), 0, getSize(), mapped);
                  ^
  modules/graphics/opengl/VertexBuffer.cpp:148:3: error: use of undeclared identifier 'glBindBufferARB'
                  glBindBufferARB(getTarget(), vbo);
                  ^
  modules/graphics/opengl/VertexBuffer.cpp:153:3: error: use of undeclared identifier 'glBindBufferARB'
                  glBindBufferARB(getTarget(), 0);
                  ^
  
  Reported by:	pkg-fallout

Modified:
  head/devel/love08/Makefile

Modified: head/devel/love08/Makefile
==============================================================================
--- head/devel/love08/Makefile	Sun Nov  1 14:20:14 2020	(r553840)
+++ head/devel/love08/Makefile	Sun Nov  1 14:21:07 2020	(r553841)
@@ -13,6 +13,8 @@ DISTNAME=	${PORTNAME}-${PORTVERSION}-linux-src
 MAINTAINER=	amdmi3 at FreeBSD.org
 COMMENT=	Open-source 2D game engine
 
+BROKEN=		fails to build
+
 LIB_DEPENDS=	libIL.so:graphics/devil \
 		libmodplug.so:audio/libmodplug \
 		libmpg123.so:audio/mpg123 \


More information about the svn-ports-head mailing list