science/paraview: update to 5.6.0

* Delete a bunch of patches not needed anymore
* Complete USES with gl

No info for this release.

PR:	234896
Submitted by:	devel@stasyan.com (maintainer)
This commit is contained in:
Fernando Apesteguía 2019-02-07 16:58:51 +00:00
parent 8d2bfd61e8
commit 565b75c946
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=492376
5 changed files with 558 additions and 357 deletions

View file

@ -2,15 +2,11 @@
# $FreeBSD$
PORTNAME= paraview
DISTVERSION= 5.5.1
PORTREVISION= 8
DISTVERSION= 5.6.0
CATEGORIES= science graphics
MASTER_SITES= http://www.paraview.org/files/v${VERMAJORMINOR}/
DISTNAME= ParaView-v${PORTVERSION}
PATCH_SITES= https://gitlab.kitware.com/${PORTNAME}/${PORTNAME}/commit/
PATCHFILES= 931c779dde84.patch:-p1
MAINTAINER= devel@stasyan.com
COMMENT= Powerful scientific data visualization application
@ -35,8 +31,9 @@ LIB_DEPENDS= libhdf5.so:science/hdf5 \
RUN_DEPENDS= bash:shells/bash \
${PYTHON_SITELIBDIR}/matplotlib/pyplot.py:math/py-matplotlib@${PY_FLAVOR}
USES= alias cmake jpeg localbase python:2.7 qt:5 shebangfix
USE_QT= core gui help network sql widgets x11extras xmlpatterns buildtools_build qmake_build
USES= alias cmake gl jpeg localbase python:2.7 qt:5 shebangfix
USE_QT= core gui help network sql widgets x11extras xmlpatterns \
buildtools_build qmake_build
USE_GL= gl glu
USE_XORG= x11 xt xext ice xdmcp xau xcb xfixes xdamage xxf86vm xrender sm xorgproto
USE_LDCONFIG= yes

View file

@ -1,5 +1,3 @@
TIMESTAMP = 1535931767
SHA256 (ParaView-v5.5.1.tar.gz) = a6e67a95a7a5711a2b5f95f38ccbff4912262b3e1b1af7d6b9afe8185aa85c0d
SIZE (ParaView-v5.5.1.tar.gz) = 51410785
SHA256 (931c779dde84.patch) = 3aa8c27eeb2ef1d07fac2475257c7e61a566cf8f4fbc6bdb72516c0b16358e6c
SIZE (931c779dde84.patch) = 6036
TIMESTAMP = 1547963430
SHA256 (ParaView-v5.6.0.tar.gz) = cb8c4d752ad9805c74b4a08f8ae6e83402c3f11e38b274dba171b99bb6ac2460
SIZE (ParaView-v5.6.0.tar.gz) = 54085457

View file

@ -1,11 +0,0 @@
--- VTK/IO/EnSight/vtkEnSight6BinaryReader.cxx.orig 2018-06-01 19:23:15 UTC
+++ VTK/IO/EnSight/vtkEnSight6BinaryReader.cxx
@@ -36,7 +36,7 @@
#if defined(_WIN32)
# define VTK_STAT_STRUCT struct _stat64
# define VTK_STAT_FUNC _stat64
-#elif defined _DARWIN_FEATURE_64_BIT_INODE && !defined __FreeBSD__
+#elif defined _DARWIN_FEATURE_64_BIT_INODE || defined __FreeBSD__
// FreeBSD and OSX now deprecate stat64
# define VTK_STAT_STRUCT struct stat
# define VTK_STAT_FUNC stat

View file

@ -1,11 +0,0 @@
--- VTK/IO/EnSight/vtkEnSightGoldBinaryReader.cxx.orig 2018-06-01 19:23:15 UTC
+++ VTK/IO/EnSight/vtkEnSightGoldBinaryReader.cxx
@@ -37,7 +37,7 @@
#if defined(_WIN32)
# define VTK_STAT_STRUCT struct _stat64
# define VTK_STAT_FUNC _stat64
-#elif defined _DARWIN_FEATURE_64_BIT_INODE && !defined __FreeBSD__
+#elif defined _DARWIN_FEATURE_64_BIT_INODE || defined __FreeBSD__
// FreeBSD and OSX now deprecate stat64
# define VTK_STAT_STRUCT struct stat
# define VTK_STAT_FUNC stat

File diff suppressed because it is too large Load diff