diff options
author | antoine <antoine@FreeBSD.org> | 2018-11-04 06:37:32 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2018-11-04 06:37:32 +0800 |
commit | 03ab054ef6eb95f5747c80c9c0dc29aa0b246f4c (patch) | |
tree | e8856ed162e4a9c59db6c4286e1d1a771a547a36 /math | |
parent | 563de61f5823ef5381594f29aabe67a8e4f45664 (diff) | |
download | freebsd-ports-gnome-03ab054ef6eb95f5747c80c9c0dc29aa0b246f4c.tar.gz freebsd-ports-gnome-03ab054ef6eb95f5747c80c9c0dc29aa0b246f4c.tar.zst freebsd-ports-gnome-03ab054ef6eb95f5747c80c9c0dc29aa0b246f4c.zip |
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
Diffstat (limited to 'math')
-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 \ |