diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-12-19 18:56:16 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-12-19 18:56:16 +0000 |
commit | bbed267f8f7dcc3ef2bf0360233b752a02c3f664 (patch) | |
tree | 6df4af6c59a61bb3d9343b18cfeec1d96782a163 /science/paraview | |
parent | 6f2ba8e36cd65b24526118773e525910a8aeb1ce (diff) | |
download | ports-bbed267f8f7dcc3ef2bf0360233b752a02c3f664.tar.gz ports-bbed267f8f7dcc3ef2bf0360233b752a02c3f664.zip |
Mark BROKEN: fails to build
/wrkdirs/usr/ports/science/paraview/work/ParaView-v4.1.0/VTK/Rendering/FreeType/vtkFreeTypeTools.cxx: In member function 'bool vtkFreeTypeTools::CalculateBoundingBox(const T&, vtkFreeTypeTools::MetaData&)':
/wrkdirs/usr/ports/science/paraview/work/ParaView-v4.1.0/VTK/Rendering/FreeType/vtkFreeTypeTools.cxx:1190: error: no matching function for call to 'min(unsigned int&, int&)'
Reported by: pkg-fallout
Notes
Notes:
svn path=/head/; revision=374968
Diffstat (limited to 'science/paraview')
-rw-r--r-- | science/paraview/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/science/paraview/Makefile b/science/paraview/Makefile index 21d96920825d..c84e9413d34c 100644 --- a/science/paraview/Makefile +++ b/science/paraview/Makefile @@ -16,6 +16,8 @@ LICENSE_NAME= ParaView_License LICENSE_FILE= ${PATCH_WRKSRC}/License_v1.2.txt LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept +BROKEN= Fails to build + BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/matplotlib/pyplot.py:${PORTSDIR}/math/py-matplotlib LIB_DEPENDS= libhdf5.so:${PORTSDIR}/science/hdf5 \ libpng.so:${PORTSDIR}/graphics/png \ |