svn commit: r419283 - head/math/vtk6
Stephen Montgomery-Smith
stephen at FreeBSD.org
Fri Jul 29 23:45:42 UTC 2016
Author: stephen
Date: Fri Jul 29 23:45:41 2016
New Revision: 419283
URL: https://svnweb.freebsd.org/changeset/ports/419283
Log:
- Don't install share/cmake/hdf5/libhdf5.settings to avoid clash with
science/paraview
PR: ports/211334
Submitted by: Chen Xie <xiechen96 at gmail.com>
Modified:
head/math/vtk6/Makefile
head/math/vtk6/pkg-plist
Modified: head/math/vtk6/Makefile
==============================================================================
--- head/math/vtk6/Makefile Fri Jul 29 23:39:33 2016 (r419282)
+++ head/math/vtk6/Makefile Fri Jul 29 23:45:41 2016 (r419283)
@@ -3,7 +3,7 @@
PORTNAME= vtk
PORTVERSION= 6.2.0
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= math graphics
MASTER_SITES= http://www.vtk.org/files/release/${VTK_SHORT_VER}/
PKGNAMESUFFIX= 6
@@ -217,4 +217,8 @@ BUILD_DEPENDS+= doxygen:devel/doxygen
CMAKE_ARGS+= -DBUILD_DOCUMENTATION:BOOL=OFF
.endif
+post-install:
+# So that this port doesn't clash with science/paraview:
+ ${RM} ${STAGEDIR}${PREFIX}/share/cmake/hdf5/libhdf5.settings
+
.include <bsd.port.mk>
Modified: head/math/vtk6/pkg-plist
==============================================================================
--- head/math/vtk6/pkg-plist Fri Jul 29 23:39:33 2016 (r419282)
+++ head/math/vtk6/pkg-plist Fri Jul 29 23:45:41 2016 (r419283)
@@ -4519,4 +4519,3 @@ lib/cmake/vtk-%%VER2%%/vtkWrapPythonSIP.
lib/cmake/vtk-%%VER2%%/vtkWrapTcl.cmake
lib/cmake/vtk-%%VER2%%/vtkWrapperInit.data.in
lib/cmake/vtk-%%VER2%%/vtkWrapping.cmake
-share/cmake/hdf5/libhdf5.settings
More information about the svn-ports-all
mailing list