Date: Sun, 1 Nov 2020 14:16:20 +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: r553838 - head/games/spring Message-ID: <202011011416.0A1EGKTL042434@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202011011416.0A1EGKTL042434>