From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Dec 15 04:20:09 2010 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 17C2A1065675 for ; Wed, 15 Dec 2010 04:20:09 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id D9B778FC0C for ; Wed, 15 Dec 2010 04:20:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id oBF4K8hE072571 for ; Wed, 15 Dec 2010 04:20:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id oBF4K83N072570; Wed, 15 Dec 2010 04:20:08 GMT (envelope-from gnats) Resent-Date: Wed, 15 Dec 2010 04:20:08 GMT Resent-Message-Id: <201012150420.oBF4K83N072570@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Stas Timokhin Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0C188106564A for ; Wed, 15 Dec 2010 04:17:28 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (unknown [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id EDDAC8FC0A for ; Wed, 15 Dec 2010 04:17:27 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id oBF4HRSp031215 for ; Wed, 15 Dec 2010 04:17:27 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id oBF4HRi5031214; Wed, 15 Dec 2010 04:17:27 GMT (envelope-from nobody) Message-Id: <201012150417.oBF4HRi5031214@red.freebsd.org> Date: Wed, 15 Dec 2010 04:17:27 GMT From: Stas Timokhin To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/153163: Update science/paraview to 3.8.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Dec 2010 04:20:09 -0000 >Number: 153163 >Category: ports >Synopsis: Update science/paraview to 3.8.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Dec 15 04:20:08 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Stas Timokhin >Release: 8.0-release >Organization: None >Environment: >Description: +Update to 3.8.1 +Fix OPTIONS processing +Add GL2PS option knob >How-To-Repeat: >Fix: Patch attached with submission follows: --- Makefile.orig 2010-12-14 12:03:17.000000000 +0600 +++ Makefile 2010-12-14 14:10:15.000000000 +0600 @@ -6,7 +6,7 @@ # PORTNAME= paraview -PORTVERSION= 3.8.0 +PORTVERSION= 3.8.1 CATEGORIES= science graphics MASTER_SITES= http://www.paraview.org/files/v3.8/ DISTNAME= ParaView-${PORTVERSION} @@ -31,7 +31,7 @@ USE_GMAKE= yes USE_LDCONFIG= yes USE_CMAKE= yes -CONFLICTS= vtk-5.* +#CONFLICTS= vtk-5.* CMAKE_ARGS+= -DPARAVIEW_USE_SYSTEM_HDF5=1 \ -DBUILD_SHARED_LIBS="ON" \ -DVTK_USE_SYSTEM_PNG="ON" \ @@ -45,16 +45,19 @@ -DQT_ASSISTANT_EXECUTABLE="${LOCALBASE}/bin/assistant-qt4" \ -DVTK_INSTALL_QT_PLUGIN_DIR="${PREFIX}/${QT_PLUGINDIR_REL}/designer" \ -DPARAVIEW_INSTALL_DEVELOPMENT="ON" \ - -DPV_INSTALL_DOC_DIR=${DOCSDIR} + -DPV_INSTALL_DOC_DIR=${DOCSDIR} \ + -DPARAVIEW_INSTALL_THIRD_PARTY_LIBRARIES="OFF" # -DVTK_PYTHON_INCLUDE_PATH=${PYTHON_INCLUDEDIR} \ # -DPYTHON_INCLUDE_PATH:FILEPATH=${PYTHON_INCLUDEDIR} \ # -DVTK_WRAP_PYTHON:BOOL=ON \ # -DPARAVIEW_ENABLE_PYTHON:BOOL=ON # -DVTK_PYTHON_SETUP_ARGS:STRING='--prefix="${PREFIX}"' \ -OPTIONS= MANGLEDMESA "Use off-screen (Mangled) Mesa" Off +OPTIONS= MANGLEDMESA "Use off-screen (Mangled) Mesa" Off \ + GL2PS "Install support conversion OpenGL to PostScript" On # VTKMPEG2 "Install patented MPEG2 encoder module" Off \ -# GL2PS "Install support conversion OpenGL to PostScript" On + +.include .if defined(WITH_MANGLEDMESA) LIB_DEPENDS+= MesaGL.14:${PORTSDIR}/graphics/mesagl @@ -70,6 +73,11 @@ -DOSMESA_LIBRARY:FILEPATH=${LOCALBASE}/lib/libOSMesa.so .endif +.if defined(WITH_GL2PS) +LIB_DEPENDS+= gl2ps.1:${PORTSDIR}/print/gl2ps +CMAKE_ARGS+= -DVTK_USE_GL2PS:BOOL=ON +.endif + MAKE_JOBS_SAFE= yes CMAKE_OUTSOURCE= yes --- distinfo.orig 2010-06-05 20:07:50.000000000 +0700 +++ distinfo 2010-12-14 12:07:24.000000000 +0600 @@ -1,3 +1,2 @@ -MD5 (ParaView-3.8.0.tar.gz) = 4f371631c373452b202a3d91f2cca12f -SHA256 (ParaView-3.8.0.tar.gz) = fe26c5aab225e804a9d890007d3963988c5f1000bdb270576dc9c2549c6a4078 -SIZE (ParaView-3.8.0.tar.gz) = 31703024 +SHA256 (ParaView-3.8.1.tar.gz) = 37647172af0ac7fc3b677cc2d1e2e825cf364cb4915190da74f19992d84e263c +SIZE (ParaView-3.8.1.tar.gz) = 33123181 --- pkg-plist.orig 2010-06-05 20:07:51.000000000 +0700 +++ pkg-plist 2010-12-14 14:48:29.000000000 +0600 @@ -7,7 +7,6 @@ bin/smTestDriver bin/vtkEncodeString bin/vtkWrapClientServer -%%DOCSDIR%%/paraview.qch include/paraview-%%VERMAJORMINOR%%/Cosmo/BasicDefinition.h include/paraview-%%VERMAJORMINOR%%/Cosmo/ChainingMesh.h include/paraview-%%VERMAJORMINOR%%/Cosmo/CosmoDefinition.h @@ -326,6 +325,7 @@ include/paraview-%%VERMAJORMINOR%%/Qt/Components/Resources/UI/pqEditServerStartupDialog.ui include/paraview-%%VERMAJORMINOR%%/Qt/Components/Resources/UI/pqEmptyView.ui include/paraview-%%VERMAJORMINOR%%/Qt/Components/Resources/UI/pqExodusIIPanel.ui +include/paraview-%%VERMAJORMINOR%%/Qt/Components/Resources/UI/pqFixStateFilenamesDialog.ui include/paraview-%%VERMAJORMINOR%%/Qt/Components/Resources/UI/pqGlobalRenderViewOptions.ui include/paraview-%%VERMAJORMINOR%%/Qt/Components/Resources/UI/pqHandleWidget.ui include/paraview-%%VERMAJORMINOR%%/Qt/Components/Resources/UI/pqImplicitPlaneWidget.ui @@ -389,6 +389,7 @@ include/paraview-%%VERMAJORMINOR%%/Qt/Widgets/Resources/UI/pqQuickLaunchDialog.ui include/paraview-%%VERMAJORMINOR%%/QtWidgetsExport.h include/paraview-%%VERMAJORMINOR%%/QtWidgetsPlugin.h +include/paraview-%%VERMAJORMINOR%%/VPIC/GridExchange.h include/paraview-%%VERMAJORMINOR%%/VPIC/VPICDataSet.h include/paraview-%%VERMAJORMINOR%%/VPIC/VPICDefinition.h include/paraview-%%VERMAJORMINOR%%/VPIC/VPICGlobal.h @@ -446,7 +447,6 @@ include/paraview-%%VERMAJORMINOR%%/Xdmf/vtkXdmfReaderInternal.h include/paraview-%%VERMAJORMINOR%%/Xdmf/vtkXdmfRenderWindowInteractor.h include/paraview-%%VERMAJORMINOR%%/Xdmf/vtkXdmfWriter.h -include/paraview-%%VERMAJORMINOR%%/Xdmf/vtkXdmfWriter2.h include/paraview-%%VERMAJORMINOR%%/alglib/ap.h include/paraview-%%VERMAJORMINOR%%/alglib/apvt.h include/paraview-%%VERMAJORMINOR%%/alglib/bdsvd.h @@ -629,6 +629,8 @@ include/paraview-%%VERMAJORMINOR%%/pqFileDialogModel.h include/paraview-%%VERMAJORMINOR%%/pqFileDialogRecentDirsModel.h include/paraview-%%VERMAJORMINOR%%/pqFiltersMenuReaction.h +include/paraview-%%VERMAJORMINOR%%/pqFixPathsInStateFilesBehavior.h +include/paraview-%%VERMAJORMINOR%%/pqFixStateFilenamesDialog.h include/paraview-%%VERMAJORMINOR%%/pqFlatTreeView.h include/paraview-%%VERMAJORMINOR%%/pqFlatTreeViewEventPlayer.h include/paraview-%%VERMAJORMINOR%%/pqFlatTreeViewEventTranslator.h @@ -900,6 +902,7 @@ include/paraview-%%VERMAJORMINOR%%/vtkAVSucdReader.h include/paraview-%%VERMAJORMINOR%%/vtkAbstractArray.h include/paraview-%%VERMAJORMINOR%%/vtkAbstractCellLocator.h +include/paraview-%%VERMAJORMINOR%%/vtkAbstractContextBufferId.h include/paraview-%%VERMAJORMINOR%%/vtkAbstractInterpolatedVelocityField.h include/paraview-%%VERMAJORMINOR%%/vtkAbstractIterator.h include/paraview-%%VERMAJORMINOR%%/vtkAbstractIterator.txx @@ -1265,6 +1268,8 @@ include/paraview-%%VERMAJORMINOR%%/vtkDelimitedTextReader.h include/paraview-%%VERMAJORMINOR%%/vtkDelimitedTextWriter.h include/paraview-%%VERMAJORMINOR%%/vtkDemandDrivenPipeline.h +include/paraview-%%VERMAJORMINOR%%/vtkDenseArray.h +include/paraview-%%VERMAJORMINOR%%/vtkDenseArray.txx include/paraview-%%VERMAJORMINOR%%/vtkDensifyPolyData.h include/paraview-%%VERMAJORMINOR%%/vtkDepthPeelingPass.h include/paraview-%%VERMAJORMINOR%%/vtkDepthSortPolyData.h @@ -1428,6 +1433,7 @@ include/paraview-%%VERMAJORMINOR%%/vtkFunctionSet.h include/paraview-%%VERMAJORMINOR%%/vtkGAMBITReader.h include/paraview-%%VERMAJORMINOR%%/vtkGESignaReader.h +include/paraview-%%VERMAJORMINOR%%/vtkGL2PSExporter.h include/paraview-%%VERMAJORMINOR%%/vtkGLSLShader.h include/paraview-%%VERMAJORMINOR%%/vtkGLSLShaderDeviceAdapter.h include/paraview-%%VERMAJORMINOR%%/vtkGLSLShaderDeviceAdapter2.h @@ -1815,6 +1821,7 @@ include/paraview-%%VERMAJORMINOR%%/vtkInterpolateDataSetAttributes.h include/paraview-%%VERMAJORMINOR%%/vtkInterpolatedVelocityField.h include/paraview-%%VERMAJORMINOR%%/vtkInterpolatingSubdivisionFilter.h +include/paraview-%%VERMAJORMINOR%%/vtkIntersectFragments.h include/paraview-%%VERMAJORMINOR%%/vtkIterativeClosestPointTransform.h include/paraview-%%VERMAJORMINOR%%/vtkJPEGReader.h include/paraview-%%VERMAJORMINOR%%/vtkJPEGWriter.h @@ -1889,6 +1896,7 @@ include/paraview-%%VERMAJORMINOR%%/vtkMINCImageAttributes.h include/paraview-%%VERMAJORMINOR%%/vtkMINCImageReader.h include/paraview-%%VERMAJORMINOR%%/vtkMINCImageWriter.h +include/paraview-%%VERMAJORMINOR%%/vtkMPASReader.h include/paraview-%%VERMAJORMINOR%%/vtkMPICompositeManager.h include/paraview-%%VERMAJORMINOR%%/vtkMPIImageReader.h include/paraview-%%VERMAJORMINOR%%/vtkMPIMToNSocketConnection.h @@ -1906,6 +1914,17 @@ include/paraview-%%VERMAJORMINOR%%/vtkMaskPoints.h include/paraview-%%VERMAJORMINOR%%/vtkMaskPolyData.h include/paraview-%%VERMAJORMINOR%%/vtkMassProperties.h +include/paraview-%%VERMAJORMINOR%%/vtkMaterialInterfaceCommBuffer.h +include/paraview-%%VERMAJORMINOR%%/vtkMaterialInterfaceFilter.h +include/paraview-%%VERMAJORMINOR%%/vtkMaterialInterfaceIdList.h +include/paraview-%%VERMAJORMINOR%%/vtkMaterialInterfaceIdListItem.h +include/paraview-%%VERMAJORMINOR%%/vtkMaterialInterfacePieceLoading.h +include/paraview-%%VERMAJORMINOR%%/vtkMaterialInterfacePieceTransaction.h +include/paraview-%%VERMAJORMINOR%%/vtkMaterialInterfacePieceTransactionMatrix.h +include/paraview-%%VERMAJORMINOR%%/vtkMaterialInterfaceProcessLoading.h +include/paraview-%%VERMAJORMINOR%%/vtkMaterialInterfaceProcessRing.h +include/paraview-%%VERMAJORMINOR%%/vtkMaterialInterfaceToProcMap.h +include/paraview-%%VERMAJORMINOR%%/vtkMaterialInterfaceUtilities.hxx include/paraview-%%VERMAJORMINOR%%/vtkMaterialLibrary.h include/paraview-%%VERMAJORMINOR%%/vtkMath.h include/paraview-%%VERMAJORMINOR%%/vtkMatricizeArray.h @@ -1983,6 +2002,7 @@ include/paraview-%%VERMAJORMINOR%%/vtkOpenGLCamera.h include/paraview-%%VERMAJORMINOR%%/vtkOpenGLClipPlanesPainter.h include/paraview-%%VERMAJORMINOR%%/vtkOpenGLCoincidentTopologyResolutionPainter.h +include/paraview-%%VERMAJORMINOR%%/vtkOpenGLContextBufferId.h include/paraview-%%VERMAJORMINOR%%/vtkOpenGLContextDevice2D.h include/paraview-%%VERMAJORMINOR%%/vtkOpenGLDisplayListPainter.h include/paraview-%%VERMAJORMINOR%%/vtkOpenGLExtensionManager.h @@ -3077,11 +3097,14 @@ include/paraview-%%VERMAJORMINOR%%/vtkTypeInt32Array.h include/paraview-%%VERMAJORMINOR%%/vtkTypeInt64Array.h include/paraview-%%VERMAJORMINOR%%/vtkTypeInt8Array.h +include/paraview-%%VERMAJORMINOR%%/vtkTypeTemplate.h include/paraview-%%VERMAJORMINOR%%/vtkTypeTraits.h include/paraview-%%VERMAJORMINOR%%/vtkTypeUInt16Array.h include/paraview-%%VERMAJORMINOR%%/vtkTypeUInt32Array.h include/paraview-%%VERMAJORMINOR%%/vtkTypeUInt64Array.h include/paraview-%%VERMAJORMINOR%%/vtkTypeUInt8Array.h +include/paraview-%%VERMAJORMINOR%%/vtkTypedArray.h +include/paraview-%%VERMAJORMINOR%%/vtkTypedArray.txx include/paraview-%%VERMAJORMINOR%%/vtkUGFacetReader.h include/paraview-%%VERMAJORMINOR%%/vtkUncertaintyTubeFilter.h include/paraview-%%VERMAJORMINOR%%/vtkUndirectedGraph.h @@ -3126,6 +3149,8 @@ include/paraview-%%VERMAJORMINOR%%/vtkVRMLSource.h include/paraview-%%VERMAJORMINOR%%/vtkVariant.h include/paraview-%%VERMAJORMINOR%%/vtkVariantArray.h +include/paraview-%%VERMAJORMINOR%%/vtkVariantCast.h +include/paraview-%%VERMAJORMINOR%%/vtkVariantCreate.h include/paraview-%%VERMAJORMINOR%%/vtkVariantInlineOperators.h include/paraview-%%VERMAJORMINOR%%/vtkVector.h include/paraview-%%VERMAJORMINOR%%/vtkVector.txx @@ -3374,6 +3399,7 @@ include/paraview-%%VERMAJORMINOR%%/vtknetcdf/ncconfig.h include/paraview-%%VERMAJORMINOR%%/vtknetcdf/netcdf.h include/paraview-%%VERMAJORMINOR%%/vtknetcdf/netcdf3.h +include/paraview-%%VERMAJORMINOR%%/vtknetcdf/netcdfcpp.h include/paraview-%%VERMAJORMINOR%%/vtknetcdf/vtk_netcdf_mangle.h include/paraview-%%VERMAJORMINOR%%/vtksqlite/vtk_sqlite3.h include/paraview-%%VERMAJORMINOR%%/vtkstd/algorithm @@ -3524,7 +3550,6 @@ lib/paraview-%%VERMAJORMINOR%%/doc/verdict/1.2.0/Verdict.htm lib/paraview-%%VERMAJORMINOR%%/doc/verdict/1.2.0/verdict_test.cpp lib/paraview-%%VERMAJORMINOR%%/hints -lib/paraview-%%VERMAJORMINOR%%/kwProcessXML-real lib/paraview-%%VERMAJORMINOR%%/libAnalyzeReader.so lib/paraview-%%VERMAJORMINOR%%/libAnalyzeWriter.so lib/paraview-%%VERMAJORMINOR%%/libCosmo.so @@ -3587,6 +3612,7 @@ lib/paraview-%%VERMAJORMINOR%%/libvtkInfovisCS.so lib/paraview-%%VERMAJORMINOR%%/libvtkNetCDF.so lib/paraview-%%VERMAJORMINOR%%/libvtkNetCDF.so.pv%%VERMAJORMINOR%% +lib/paraview-%%VERMAJORMINOR%%/libvtkNetCDF_cxx.so lib/paraview-%%VERMAJORMINOR%%/libvtkPVCommandOptions.so lib/paraview-%%VERMAJORMINOR%%/libvtkPVFilters.so lib/paraview-%%VERMAJORMINOR%%/libvtkPVFiltersCS.so @@ -3630,11 +3656,11 @@ lib/paraview-%%VERMAJORMINOR%%/libvtksys.so.pv%%VERMAJORMINOR%% lib/paraview-%%VERMAJORMINOR%%/libvtkverdict.so lib/paraview-%%VERMAJORMINOR%%/libvtkverdict.so.pv%%VERMAJORMINOR%% -lib/paraview-%%VERMAJORMINOR%%/paraview-real -lib/paraview-%%VERMAJORMINOR%%/pvdataserver-real -lib/paraview-%%VERMAJORMINOR%%/pvrenderserver-real -lib/paraview-%%VERMAJORMINOR%%/pvserver-real -lib/paraview-%%VERMAJORMINOR%%/smTestDriver-real +lib/paraview-%%VERMAJORMINOR%%/paraview +lib/paraview-%%VERMAJORMINOR%%/pvdataserver +lib/paraview-%%VERMAJORMINOR%%/pvrenderserver +lib/paraview-%%VERMAJORMINOR%%/pvserver +lib/paraview-%%VERMAJORMINOR%%/smTestDriver lib/paraview-%%VERMAJORMINOR%%/testing/FindString.tcl lib/paraview-%%VERMAJORMINOR%%/testing/HeaderTesting.py lib/paraview-%%VERMAJORMINOR%%/testing/PrintSelfCheck.tcl @@ -3663,7 +3689,8 @@ lib/paraview-%%VERMAJORMINOR%%/vtkVolumeRenderingKit.cmake lib/paraview-%%VERMAJORMINOR%%/vtkWidgetsKit.cmake lib/paraview-%%VERMAJORMINOR%%/vtkXdmfKit.cmake -%%QT_PLUGINDIR_REL%%/designer/libQVTKWidgetPlugin.so +%%PORTDOCS%%%%DOCSDIR%%/paraview.qch +%%PORTDOCS%%@dirrm %%DOCSDIR%% @dirrm lib/paraview-%%VERMAJORMINOR%%/testing @dirrm lib/paraview-%%VERMAJORMINOR%%/doc/verdict/1.2.0 @dirrm lib/paraview-%%VERMAJORMINOR%%/doc/verdict @@ -3703,4 +3730,3 @@ @dirrm include/paraview-%%VERMAJORMINOR%%/Qt @dirrm include/paraview-%%VERMAJORMINOR%%/Cosmo @dirrm include/paraview-%%VERMAJORMINOR%% -@dirrmtry %%DOCSDIR%% >Release-Note: >Audit-Trail: >Unformatted: