Update to 3.6.2
Pass maintainership to submitter Mark MAKE_JOBS_SAFE PR: ports/144260 Submitted by: Stas Timokhin <devel at stasyan.com> Feature safe: yes
This commit is contained in:
parent
e39e877b91
commit
cf862f9ca4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=250396
4 changed files with 3203 additions and 30 deletions
|
@ -6,12 +6,11 @@
|
|||
#
|
||||
|
||||
PORTNAME= paraview
|
||||
PORTVERSION= 3.6.1
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 3.6.2
|
||||
CATEGORIES= science graphics
|
||||
MASTER_SITES= http://www.paraview.org/files/v3.6/
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER= devel@stasyan.com
|
||||
COMMENT= ParaView is a powerful scientific data visualization application
|
||||
|
||||
LIB_DEPENDS= hdf5.0:${PORTSDIR}/science/hdf5 \
|
||||
|
@ -42,7 +41,11 @@ CMAKE_ARGS+= -DPARAVIEW_USE_SYSTEM_HDF5=1 \
|
|||
-DVTK_USE_X="ON" \
|
||||
-DVTK_HAVE_GETSOCKNAME_WITH_SOCKLEN_T=1 \
|
||||
-DQT_ASSISTANT_EXECUTABLE="${LOCALBASE}/bin/assistant-qt4" \
|
||||
-DCMAKE_INCLUDE_DIRECTORIES_BEFORE="ON"
|
||||
-DVTK_INSTALL_QT_PLUGIN_DIR="${PREFIX}/${QT_PLUGINDIR_REL}/designer" \
|
||||
-DCMAKE_INCLUDE_DIRECTORIES_BEFORE="ON" \
|
||||
-DPARAVIEW_INSTALL_DEVELOPMENT="ON"
|
||||
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
PATCH_WRKSRC= ${WRKDIR}/ParaView3
|
||||
WRKSRC= ${WRKDIR}/ParaView3/build
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (paraview-3.6.1.tar.gz) = becbff0b9989b1b788dba75c4289ee7e
|
||||
SHA256 (paraview-3.6.1.tar.gz) = f040c944f81a8d3e2ffb7b61ac848b62b201de0b992f2b44f04fc9dd166e00b6
|
||||
SIZE (paraview-3.6.1.tar.gz) = 27673151
|
||||
MD5 (paraview-3.6.2.tar.gz) = 1c004eb82e291452efb45527745a78e4
|
||||
SHA256 (paraview-3.6.2.tar.gz) = 062f581a6f3fda5cead647fb32b0fab6d9bb3be38aace5e4080dab38a9eaea04
|
||||
SIZE (paraview-3.6.2.tar.gz) = 28323172
|
||||
|
|
|
@ -1,16 +0,0 @@
|
|||
--- Plugins/PointSprite/ParaViewPlugin/CMakeLists.txt.orig 2009-12-07 13:53:58.000000000 +0600
|
||||
+++ Plugins/PointSprite/ParaViewPlugin/CMakeLists.txt 2009-12-07 13:59:43.000000000 +0600
|
||||
@@ -111,10 +111,12 @@
|
||||
set(CS_WRAP_Graphics ${CS_WRAP_Graphics} ${VTK_POINTSPRITE_GRAPHICS_HEADER_DIR}/${class}.h)
|
||||
endforeach(class)
|
||||
|
||||
-include_directories(${QT_INCLUDES} ${PARAVIEW_GUI_INCLUDE_DIRS}
|
||||
+include_directories(${PARAVIEW_GUI_INCLUDE_DIRS}
|
||||
${PARAVIEW_INCLUDE_DIRS}
|
||||
${CMAKE_CURRENT_BINARY_DIR}
|
||||
)
|
||||
+include_directories(${QT_INCLUDES})
|
||||
+
|
||||
|
||||
add_paraview_plugin(${PLUGIN_NAME} "1.0"
|
||||
SERVER_MANAGER_SOURCES
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue