Date: Sun, 4 Nov 2018 13:47:17 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r484043 - branches/2018Q4/games/drcreep Message-ID: <201811041347.wA4DlHLm026081@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Sun Nov 4 13:47:16 2018 New Revision: 484043 URL: https://svnweb.freebsd.org/changeset/ports/484043 Log: MFH: r484042 Mark BROKEN: fails to build src/stdafx.cpp:215:56: error: invalid operands to binary expression ('std::__1::basic_istream<char>' and 'int') if(fileStream->read( (char*) fileBuffer, pFileSize ) == 0) { ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~ Reported by: pkg-fallout Modified: branches/2018Q4/games/drcreep/Makefile Directory Properties: branches/2018Q4/ (props changed) Modified: branches/2018Q4/games/drcreep/Makefile ============================================================================== --- branches/2018Q4/games/drcreep/Makefile Sun Nov 4 13:46:55 2018 (r484042) +++ branches/2018Q4/games/drcreep/Makefile Sun Nov 4 13:47:16 2018 (r484043) @@ -12,6 +12,8 @@ COMMENT= Castles of Dr. Creep LICENSE= GPLv3 +BROKEN= fails to build + USE_SDL= sdl WRKSRC= ${WRKDIR}/DrCreep
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811041347.wA4DlHLm026081>