Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Nov 2018 13:46:55 +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: r484042 - head/games/drcreep
Message-ID:  <201811041346.wA4DktOA025944@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811041346.wA4DktOA025944>