Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Nov 2018 04:39:24 +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: r485634 - in head/math/vtk8: . files
Message-ID:  <201811230439.wAN4dOrG055550@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Fri Nov 23 04:39:24 2018
New Revision: 485634
URL: https://svnweb.freebsd.org/changeset/ports/485634

Log:
  math/vtk8: Remove unnecessary patches

Deleted:
  head/math/vtk8/files/patch-Examples_GUI_Qt_GraphicsView_CMakeLists.txt
Modified:
  head/math/vtk8/Makefile

Modified: head/math/vtk8/Makefile
==============================================================================
--- head/math/vtk8/Makefile	Fri Nov 23 04:32:08 2018	(r485633)
+++ head/math/vtk8/Makefile	Fri Nov 23 04:39:24 2018	(r485634)
@@ -2,6 +2,7 @@
 
 PORTNAME=	vtk
 DISTVERSION=	8.1.2
+PORTREVISION=	1
 CATEGORIES=	math graphics
 MASTER_SITES=	http://www.vtk.org/files/release/${VTK_SHORT_VER}/
 PKGNAMESUFFIX=	8
@@ -114,11 +115,6 @@ post-patch:
 		${WRKSRC}/ThirdParty/netcdf/vtknetcdf/include/xxxnetcdf.h
 	@${FIND} ${WRKSRC}/ThirdParty/netcdf -type f | ${XARGS} ${REINPLACE_CMD} \
 		-E 's/[[:<:]]netcdf\.h[[:>:]]/xxxnetcdf.h/'
-	@${REINPLACE_CMD} -e "s|reinterpret_cast<const GLvoid \*>(NULL)|nullptr|g" \
-		${WRKSRC}/Rendering/OpenGL2/*.cxx \
-		${WRKSRC}/Rendering/VolumeOpenGL2/vtkOpenGLProjectedTetrahedraMapper.cxx # many files/places, see https://gitlab.kitware.com/vtk/vtk/issues/17179
-	@${REINPLACE_CMD} -e "s|static_cast<Window>(NULL)|0|g" \
-		${WRKSRC}/Rendering/OpenGL2/*.cxx # many files/places, see https://gitlab.kitware.com/vtk/vtk/issues/17179
 
 .include <bsd.port.options.mk>
 



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