diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2020-05-08 09:00:20 +0800 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2020-05-08 09:00:20 +0800 |
commit | 1e16ede4daacaf7174f2b4d23c5d3c10c90bde60 (patch) | |
tree | f491d82a06b07290214f4e23e9a9cac029aef6c2 /math | |
parent | 7aa7839971c8b83ac62581b8567c68887d9b769b (diff) | |
download | freebsd-ports-gnome-1e16ede4daacaf7174f2b4d23c5d3c10c90bde60.tar.gz freebsd-ports-gnome-1e16ede4daacaf7174f2b4d23c5d3c10c90bde60.tar.zst freebsd-ports-gnome-1e16ede4daacaf7174f2b4d23c5d3c10c90bde60.zip |
math/vtk9: Update 9.0.0.rc3 -> 9.0.0
Diffstat (limited to 'math')
-rw-r--r-- | math/vtk9/Makefile | 10 | ||||
-rw-r--r-- | math/vtk9/distinfo | 6 |
2 files changed, 8 insertions, 8 deletions
diff --git a/math/vtk9/Makefile b/math/vtk9/Makefile index 9d11f9c59cfb..ac25b266f95f 100644 --- a/math/vtk9/Makefile +++ b/math/vtk9/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= vtk -DISTVERSION= 9.0.0.rc3 +DISTVERSION= 9.0.0 CATEGORIES= math graphics MASTER_SITES= http://www.vtk.org/files/release/${VTK_SHORT_VER}/ PKGNAMESUFFIX= 9 @@ -17,8 +17,6 @@ LIB_DEPENDS= libtiff.so:graphics/tiff \ libfreetype.so:print/freetype2 \ libexpat.so:textproc/expat2 -CONFLICTS= vtk6 vtk8 - USES= alias cmake compiler:c++11-lang gl jpeg localbase xorg USE_LDCONFIG= ${PREFIX}/lib/vtk-${VTK_SHORT_VER} USE_XORG= ice x11 xt xext sm @@ -32,7 +30,7 @@ CMAKE_ARGS+= -DVTK_INSTALL_LIBRARY_DIR=lib/vtk-${VTK_SHORT_VER} \ -DVTK_INSTALL_QT_DIR=/${QT_LIBDIR_REL}/plugins/designer \ -DSTAGEDIR=${STAGEDIR} -VTK_SHORT_VER= ${PORTVERSION:R:R} +VTK_SHORT_VER= ${PORTVERSION:R} DOCSDIR= ${PREFIX}/share/doc/vtk-${VTK_SHORT_VER} DATADIR= ${PREFIX}/share/vtk-${VTK_SHORT_VER} @@ -73,7 +71,7 @@ DESIGNER_IMPLIES= QT5 MPI_LIB_DEPENDS= libmpi.so:net/openmpi MPI_CMAKE_ON= -DMPIEXEC=${LOCALBASE}/mpi/openmpi/bin/mpiexec -OSMESA_CMAKE_ARGS= -DVTK_OPENGL_HAS_OSMESA:BOOL=ON \ +OSMESA_CMAKE_ON= -DVTK_OPENGL_HAS_OSMESA:BOOL=ON \ -DOSMESA_INCLUDE_DIR:PATH=${LOCALBASE}/include/Mesa \ -DOSMESA_LIBRARY:FILEPATH=${LOCALBASE}/lib/libOSMesa.so \ -DOPENGL_gl_LIBRARY:FILEPATH=${LOCALBASE}/lib/libOSMesa.so \ @@ -121,6 +119,8 @@ USES+= gl USE_GL= gl glu .endif +CONFLICTS= vtk6 vtk8 + post-install: # autoplist: thousands of files, complex dependencies on options @cd ${STAGEDIR}${PREFIX} && \ ${FIND} * -type f -or -type l >> ${TMPPLIST} diff --git a/math/vtk9/distinfo b/math/vtk9/distinfo index f8ee8fa8f05d..5783d9cdc53f 100644 --- a/math/vtk9/distinfo +++ b/math/vtk9/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1587940245 -SHA256 (VTK-9.0.0.rc3.tar.gz) = 3a3fc0b15bd1e2416092293f1dd6b21161c0fd2b4af59a85fb5b5333b617e7a9 -SIZE (VTK-9.0.0.rc3.tar.gz) = 33522475 +TIMESTAMP = 1588896893 +SHA256 (VTK-9.0.0.tar.gz) = 15def4e6f84d72f82386617fe595ec124dda3cbd13ea19a0dcd91583197d8715 +SIZE (VTK-9.0.0.tar.gz) = 33535036 |