Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Feb 2013 15:57:30 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r312836 - head/sysutils/geomgui
Message-ID:  <201302231557.r1NFvUv3057409@svn.freebsd.org>

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



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