Date: Sun, 4 Aug 2019 05:36:24 +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: r508056 - head/games/instead Message-ID: <201908040536.x745aOtE096535@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Sun Aug 4 05:36:24 2019 New Revision: 508056 URL: https://svnweb.freebsd.org/changeset/ports/508056 Log: Mark BROKEN: fails to build In file included from /wrkdirs/usr/ports/games/instead/work/instead-3.3.0/src/SDL_anigif.c:24: In file included from /wrkdirs/usr/ports/games/instead/work/instead-3.3.0/src/SDL_anigif.h:59: /usr/local/include/SDL2/close_code.h:30:2: error: close_code.h included without matching begin_code.h Reported by: pkg-fallout Modified: head/games/instead/Makefile Modified: head/games/instead/Makefile ============================================================================== --- head/games/instead/Makefile Sun Aug 4 04:58:14 2019 (r508055) +++ head/games/instead/Makefile Sun Aug 4 05:36:24 2019 (r508056) @@ -14,6 +14,8 @@ COMMENT= Simple Text Adventure, The Interpreter LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN= close_code.h included without matching begin_code.h + USES= cmake compiler:c++11-lang iconv lua:51 pkgconfig sdl CMAKE_ARGS= -DMANDIR=man
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201908040536.x745aOtE096535>