svn commit: r379494 - in head/science/paraview: . files

Thierry Thomas thierry at FreeBSD.org
Sat Feb 21 10:02:32 UTC 2015


Author: thierry
Date: Sat Feb 21 10:02:31 2015
New Revision: 379494
URL: https://svnweb.freebsd.org/changeset/ports/379494
QAT: https://qat.redports.org/buildarchive/r379494/

Log:
  Paraview should be upgraded to the latest. Meanwhile, just unbreak it
  with the patch already used for VTH (#define GLX_GLXEXT_LEGACY).
  
  Submitted by:	René Thümmler <rt (at) scientifics.de>

Added:
  head/science/paraview/files/patch-VTK_Rendering_OpenGL_vtkXOpenGLRenderingWindow.cxx   (contents, props changed)
Modified:
  head/science/paraview/Makefile

Modified: head/science/paraview/Makefile
==============================================================================
--- head/science/paraview/Makefile	Sat Feb 21 09:33:09 2015	(r379493)
+++ head/science/paraview/Makefile	Sat Feb 21 10:02:31 2015	(r379494)
@@ -3,7 +3,7 @@
 
 PORTNAME=	paraview
 PORTVERSION=	4.1.0
-PORTREVISION=	8
+PORTREVISION=	9
 CATEGORIES=	science graphics
 MASTER_SITES=	http://www.paraview.org/files/v${VERMAJORMINOR}/
 DISTNAME=	ParaView-v${PORTVERSION}-source
@@ -11,8 +11,6 @@ DISTNAME=	ParaView-v${PORTVERSION}-sourc
 MAINTAINER=	devel at stasyan.com
 COMMENT=	Powerful scientific data visualization application
 
-BROKEN=		Fails to build with latest libGL
-
 LICENSE=	ParaView_License_1.2
 LICENSE_NAME=	ParaView_License
 LICENSE_FILE=	${PATCH_WRKSRC}/License_v1.2.txt

Added: head/science/paraview/files/patch-VTK_Rendering_OpenGL_vtkXOpenGLRenderingWindow.cxx
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/science/paraview/files/patch-VTK_Rendering_OpenGL_vtkXOpenGLRenderingWindow.cxx	Sat Feb 21 10:02:31 2015	(r379494)
@@ -0,0 +1,11 @@
+--- VTK/Rendering/OpenGL/vtkXOpenGLRenderWindow.cxx	2014-01-22 16:55:41.000000000 +0100
++++ VTK/Rendering/OpenGL/vtkXOpenGLRenderWindow.cxx	2014-12-20 01:00:32.000000000 +0100
+@@ -27,7 +27,7 @@
+ 
+ // define GLX_GLXEXT_LEGACY to prevent glx.h to include glxext.h provided by
+ // the system
+-//#define GLX_GLXEXT_LEGACY
++#define GLX_GLXEXT_LEGACY
+ #include "GL/glx.h"
+ 
+ #include "vtkgl.h"


More information about the svn-ports-head mailing list