Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Nov 2018 15:29:12 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r484461 - branches/2018Q4/math/vtk5
Message-ID:  <201811081529.wA8FTC9a091764@repo.freebsd.org>

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



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