mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 15:36:35 -04:00
math/vtk8: Broken on 15
Reported by: fallout
This commit is contained in:
parent
cc24a1abce
commit
928af9d4ec
1 changed files with 4 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
PORTNAME= vtk
|
PORTNAME= vtk
|
||||||
DISTVERSION= 8.2.0
|
DISTVERSION= 8.2.0 # it has only one consumer that is possibly dead upstream but is still compiling fine
|
||||||
PORTREVISION= 6
|
PORTREVISION= 6
|
||||||
CATEGORIES= math graphics
|
CATEGORIES= math graphics
|
||||||
MASTER_SITES= http://www.vtk.org/files/release/${VTK_SHORT_VER}/
|
MASTER_SITES= http://www.vtk.org/files/release/${VTK_SHORT_VER}/
|
||||||
|
@ -12,12 +12,14 @@ WWW= https://www.vtk.org
|
||||||
|
|
||||||
LICENSE= BSD3CLAUSE
|
LICENSE= BSD3CLAUSE
|
||||||
|
|
||||||
|
BROKEN_FreeBSD_15= complation fails: error: no member named 'derived' in 'Transpose<TranspositionsBase<type-parameter-0-0>>'
|
||||||
|
|
||||||
LIB_DEPENDS= libtiff.so:graphics/tiff \
|
LIB_DEPENDS= libtiff.so:graphics/tiff \
|
||||||
libpng.so:graphics/png \
|
libpng.so:graphics/png \
|
||||||
libfreetype.so:print/freetype2 \
|
libfreetype.so:print/freetype2 \
|
||||||
libexpat.so:textproc/expat2
|
libexpat.so:textproc/expat2
|
||||||
|
|
||||||
CONFLICTS= vtk6 vtk9
|
CONFLICTS= vtk9
|
||||||
|
|
||||||
USES= alias cmake compiler:c++11-lang gl jpeg localbase perl5 xorg
|
USES= alias cmake compiler:c++11-lang gl jpeg localbase perl5 xorg
|
||||||
USE_LDCONFIG= ${PREFIX}/lib/vtk-${VTK_SHORT_VER}
|
USE_LDCONFIG= ${PREFIX}/lib/vtk-${VTK_SHORT_VER}
|
||||||
|
|
Loading…
Add table
Reference in a new issue