diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2018-11-03 22:37:32 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2018-11-03 22:37:32 +0000 |
commit | 70ca2c74645a09432c4ebda40730f6f476e4c43d (patch) | |
tree | e8856ed162e4a9c59db6c4286e1d1a771a547a36 | |
parent | Move audio/icecast2 to audio/icecast (diff) |
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
Notes
Notes:
svn path=/head/; revision=483941
-rw-r--r-- | math/vtk5/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/math/vtk5/Makefile b/math/vtk5/Makefile index 76abfb6c262c..b69283249f3b 100644 --- a/math/vtk5/Makefile +++ b/math/vtk5/Makefile @@ -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 \ |