Date: Fri, 8 May 2020 01:00:20 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r534312 - head/math/vtk9 Message-ID: <202005080100.04810Kae036249@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Fri May 8 01:00:20 2020 New Revision: 534312 URL: https://svnweb.freebsd.org/changeset/ports/534312 Log: math/vtk9: Update 9.0.0.rc3 -> 9.0.0 Modified: head/math/vtk9/Makefile head/math/vtk9/distinfo Modified: head/math/vtk9/Makefile ============================================================================== --- head/math/vtk9/Makefile Fri May 8 00:17:39 2020 (r534311) +++ head/math/vtk9/Makefile Fri May 8 01:00:20 2020 (r534312) @@ -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_S -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 \ @@ -120,6 +118,8 @@ CMAKE_ARGS+= -DVTK_Group_${g}:BOOL=OFF USES+= gl USE_GL= gl glu .endif + +CONFLICTS= vtk6 vtk8 post-install: # autoplist: thousands of files, complex dependencies on options @cd ${STAGEDIR}${PREFIX} && \ Modified: head/math/vtk9/distinfo ============================================================================== --- head/math/vtk9/distinfo Fri May 8 00:17:39 2020 (r534311) +++ head/math/vtk9/distinfo Fri May 8 01:00:20 2020 (r534312) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202005080100.04810Kae036249>