svn commit: r322690 - head/games/viruskiller

Baptiste Daroussin bapt at FreeBSD.org
Wed Jul 10 13:15:42 UTC 2013


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
 


More information about the svn-ports-head mailing list