Date: Sat, 3 Nov 2018 22:37:33 +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: r483941 - head/math/vtk5 Message-ID: <201811032237.wA3MbX2G051986@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Sat Nov 3 22:37:32 2018 New Revision: 483941 URL: https://svnweb.freebsd.org/changeset/ports/483941 Log: 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: head/math/vtk5/Makefile Modified: head/math/vtk5/Makefile ============================================================================== --- head/math/vtk5/Makefile Sat Nov 3 22:36:15 2018 (r483940) +++ head/math/vtk5/Makefile Sat Nov 3 22:37:32 2018 (r483941) @@ -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?201811032237.wA3MbX2G051986>