Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Dec 2014 18:49:41 +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: r374966 - head/math/vtk6
Message-ID:  <201412191849.sBJInfk1095533@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Fri Dec 19 18:49:40 2014
New Revision: 374966
URL: https://svnweb.freebsd.org/changeset/ports/374966
QAT: https://qat.redports.org/buildarchive/r374966/

Log:
  Mark BROKEN: fails to build
  /wrkdirs/usr/ports/math/vtk6/work/VTK-6.1.0/Rendering/FreeType/vtkFreeTypeTools.cxx: In member function 'bool vtkFreeTypeTools::CalculateBoundingBox(const T&, vtkFreeTypeTools::MetaData&)':
  /wrkdirs/usr/ports/math/vtk6/work/VTK-6.1.0/Rendering/FreeType/vtkFreeTypeTools.cxx:1190: error: no matching function for call to 'min(unsigned int&, int&)'
  
  Reported by:	pkg-fallout

Modified:
  head/math/vtk6/Makefile

Modified: head/math/vtk6/Makefile
==============================================================================
--- head/math/vtk6/Makefile	Fri Dec 19 18:49:30 2014	(r374965)
+++ head/math/vtk6/Makefile	Fri Dec 19 18:49:40 2014	(r374966)
@@ -14,6 +14,8 @@ COMMENT=	The Visualization Toolkit
 
 LICENSE=	BSD3CLAUSE
 
+BROKEN=		Fails to build
+
 LIB_DEPENDS=	libtiff.so:${PORTSDIR}/graphics/tiff \
     		libpng.so:${PORTSDIR}/graphics/png \
 		libjpeg.so:${PORTSDIR}/graphics/jpeg \



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