svn commit: r484461 - branches/2018Q4/math/vtk5

Antoine Brodin antoine at FreeBSD.org
Thu Nov 8 15:29:13 UTC 2018


Author: antoine
Date: Thu Nov  8 15:29:12 2018
New Revision: 484461
URL: https://svnweb.freebsd.org/changeset/ports/484461

Log:
  MFH: r483941
  
  Mark BROKEN: fails to build
  
  /wrkdirs/usr/ports/math/vtk5/work/VTK5.10.1/Common/vtkOStreamWrapper.cxx:60:1: error: invalid operands to binary expression ('std::__1::ostream' (aka 'basic_ostream<char>') and 'std::__1::ostream')
  VTKOSTREAM_OPERATOR(ostream&);
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  
  Reported by:	pkg-fallout

Modified:
  branches/2018Q4/math/vtk5/Makefile
Directory Properties:
  branches/2018Q4/   (props changed)

Modified: branches/2018Q4/math/vtk5/Makefile
==============================================================================
--- branches/2018Q4/math/vtk5/Makefile	Thu Nov  8 15:13:59 2018	(r484460)
+++ branches/2018Q4/math/vtk5/Makefile	Thu Nov  8 15:29:12 2018	(r484461)
@@ -14,7 +14,10 @@ COMMENT=	The Visualization Toolkit
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/Copyright.txt
 
+BROKEN=		fails to build
 BROKEN_powerpc64=	fails to build: sibling call optimization to `_ZN14vtkProbeFilter26SetValidPointMaskArrayNameEPKc' does not allow automatic multiple TOCs
+DEPRECATED=	Broken, unmaintained
+EXPIRATION_DATE=	2018-12-04
 
 LIB_DEPENDS=	libexpat.so:textproc/expat2 \
 		libpng.so:graphics/png \


More information about the svn-ports-branches mailing list