svn commit: r484042 - head/games/drcreep

Antoine Brodin antoine at FreeBSD.org
Sun Nov 4 13:46:56 UTC 2018


Author: antoine
Date: Sun Nov  4 13:46:55 2018
New Revision: 484042
URL: https://svnweb.freebsd.org/changeset/ports/484042

Log:
  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:
  head/games/drcreep/Makefile

Modified: head/games/drcreep/Makefile
==============================================================================
--- head/games/drcreep/Makefile	Sun Nov  4 13:45:12 2018	(r484041)
+++ head/games/drcreep/Makefile	Sun Nov  4 13:46:55 2018	(r484042)
@@ -12,6 +12,8 @@ COMMENT=	Castles of Dr. Creep
 
 LICENSE=	GPLv3
 
+BROKEN=		fails to build
+
 USE_SDL=	sdl
 
 WRKSRC=		${WRKDIR}/DrCreep


More information about the svn-ports-all mailing list