svn commit: r553838 - head/games/spring

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


Author: antoine
Date: Sun Nov  1 14:16:20 2020
New Revision: 553838
URL: https://svnweb.freebsd.org/changeset/ports/553838

Log:
  Mark BROKEN
  
  rts/lib/headlessStubs/glstub.c:232:19: error: use of undeclared identifier 'NULL'
          return (GLvoid*) NULL;
                           ^
  rts/lib/headlessStubs/glstub.c:236:19: error: use of undeclared identifier 'NULL'
          return (GLvoid*) NULL;
                           ^
  
  Reported by:	pkg-fallout

Modified:
  head/games/spring/Makefile

Modified: head/games/spring/Makefile
==============================================================================
--- head/games/spring/Makefile	Sun Nov  1 14:15:44 2020	(r553837)
+++ head/games/spring/Makefile	Sun Nov  1 14:16:20 2020	(r553838)
@@ -14,6 +14,8 @@ COMMENT=	Project aiming to create a new and versatile 
 
 LICENSE=	GPLv2
 
+BROKEN=		fails to build
+
 LIB_DEPENDS=	libfreetype.so:print/freetype2 \
 		libboost_thread.so:devel/boost-libs \
 		libIL.so:graphics/devil \


More information about the svn-ports-all mailing list