svn commit: r312836 - head/sysutils/geomgui

Martin Wilke miwi at FreeBSD.org
Sat Feb 23 15:57:31 UTC 2013


Author: miwi
Date: Sat Feb 23 15:57:30 2013
New Revision: 312836
URL: http://svnweb.freebsd.org/changeset/ports/312836

Log:
  - BROKEN does not build
  
  	rom.cc: In member function 'bool s9x::ROMdata::extractROMdata(const std::string&, const std::string&)':
  	rom.cc:244: error: cannot convert 'gzFile_s**' to 'gzFile_s*' for argument '1' to 'off_t gzseek(gzFile_s*, off_t, int)'
  	rom.cc:246: error: cannot convert 'gzFile_s**' to 'gzFile_s*' for argument '1' to 'int gzclose(gzFile_s*)

Modified:
  head/sysutils/geomgui/Makefile   (contents, props changed)

Modified: head/sysutils/geomgui/Makefile
==============================================================================
--- head/sysutils/geomgui/Makefile	Sat Feb 23 15:51:49 2013	(r312835)
+++ head/sysutils/geomgui/Makefile	Sat Feb 23 15:57:30 2013	(r312836)
@@ -18,6 +18,8 @@ COMMENT=	Viewer for kernel geom layer
 
 LIB_DEPENDS=	gvc:${PORTSDIR}/graphics/graphviz
 
+BROKEN=	does not build
+
 USE_AUTOTOOLS=	libtool
 USE_GNOME=	gtk20 librsvg2
 USE_ICONV=	yes


More information about the svn-ports-head mailing list