svn commit: r374966 - head/math/vtk6

Antoine Brodin antoine at FreeBSD.org
Fri Dec 19 18:49:42 UTC 2014


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 \


More information about the svn-ports-head mailing list