svn commit: r484043 - branches/2018Q4/games/drcreep

Antoine Brodin antoine at FreeBSD.org
Sun Nov 4 13:47:18 UTC 2018


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


More information about the svn-ports-all mailing list