mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
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:
parent
8d2bfd61e8
commit
565b75c946
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=492376
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
@ -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
Loading…
Reference in New Issue
Block a user