Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Jul 2016 23:45:41 +0000 (UTC)
From:      Stephen Montgomery-Smith <stephen@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r419283 - head/math/vtk6
Message-ID:  <201607292345.u6TNjfg1030154@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201607292345.u6TNjfg1030154>