Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Jul 2013 13:15:42 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r322690 - head/games/viruskiller
Message-ID:  <201307101315.r6ADFgLp043078@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Wed Jul 10 13:15:41 2013
New Revision: 322690
URL: http://svnweb.freebsd.org/changeset/ports/322690

Log:
  Mark as broken: does not build:
  src/pak.cpp:127: error: cannot convert 'FILE*' to 'gzFile_s*' for argument '1' to 'int gzclose(gzFile_s*)'
  src/pak.cpp:159: error: cannot convert 'FILE*' to 'gzFile_s*' for argument '1' to 'int gzclose(gzFile_s*)'

Modified:
  head/games/viruskiller/Makefile

Modified: head/games/viruskiller/Makefile
==============================================================================
--- head/games/viruskiller/Makefile	Wed Jul 10 13:12:03 2013	(r322689)
+++ head/games/viruskiller/Makefile	Wed Jul 10 13:15:41 2013	(r322690)
@@ -16,7 +16,9 @@ LICENSE=	GPLv2
 OPTIONS_DEFINE=	DOCS
 
 USE_SDL=	mixer image ttf net
-USE_GMAKE=	yes
+USES=		gmake
+
+BROKEN=		Does not build
 
 INSTALLS_ICONS=	yes
 



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