From owner-svn-ports-all@freebsd.org Thu Apr 2 01:32:20 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 0C96C2ABB5B; Thu, 2 Apr 2020 01:32:20 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48t5CQ5Vn6z4DJt; Thu, 2 Apr 2020 01:32:18 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5A2477E21; Thu, 2 Apr 2020 01:32:10 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0321WA24053694; Thu, 2 Apr 2020 01:32:10 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0321W7C1053680; Thu, 2 Apr 2020 01:32:07 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <202004020132.0321W7C1053680@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Thu, 2 Apr 2020 01:32:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r530255 - in head: graphics/blender graphics/openimageio math/curv misc/openvdb misc/openvdb/files X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head: graphics/blender graphics/openimageio math/curv misc/openvdb misc/openvdb/files X-SVN-Commit-Revision: 530255 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Apr 2020 01:32:20 -0000 Author: yuri Date: Thu Apr 2 01:32:07 2020 New Revision: 530255 URL: https://svnweb.freebsd.org/changeset/ports/530255 Log: misc/openvdb: Update 6.1.0 -> 7.0.0 Reported by: VVD (in bug#244347) Added: head/misc/openvdb/files/patch-cmake_FindTBB.cmake (contents, props changed) head/misc/openvdb/files/patch-doc_CMakeLists.txt (contents, props changed) head/misc/openvdb/files/patch-openvdb_CMakeLists.txt (contents, props changed) head/misc/openvdb/files/patch-openvdb_python_CMakeLists.txt (contents, props changed) Deleted: head/misc/openvdb/files/patch-openvdb_python_pyOpenVDBModule.cc Modified: head/graphics/blender/Makefile head/graphics/openimageio/Makefile head/math/curv/Makefile head/misc/openvdb/Makefile head/misc/openvdb/distinfo head/misc/openvdb/files/patch-CMakeLists.txt head/misc/openvdb/files/patch-openvdb_points_AttributeSet.cc head/misc/openvdb/pkg-plist Modified: head/graphics/blender/Makefile ============================================================================== --- head/graphics/blender/Makefile Thu Apr 2 00:53:55 2020 (r530254) +++ head/graphics/blender/Makefile Thu Apr 2 01:32:07 2020 (r530255) @@ -3,7 +3,7 @@ PORTNAME= blender DISTVERSION= 2.82 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics multimedia MASTER_SITES= http://download.blender.org/source/ \ http://mirror.cs.umn.edu/blender.org/source/ \ Modified: head/graphics/openimageio/Makefile ============================================================================== --- head/graphics/openimageio/Makefile Thu Apr 2 00:53:55 2020 (r530254) +++ head/graphics/openimageio/Makefile Thu Apr 2 01:32:07 2020 (r530255) @@ -4,7 +4,7 @@ PORTNAME= openimageio DISTVERSIONPREFIX= Release- DISTVERSION= 2.1.11.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES?= graphics multimedia MAINTAINER?= FreeBSD@Shaneware.biz Modified: head/math/curv/Makefile ============================================================================== --- head/math/curv/Makefile Thu Apr 2 00:53:55 2020 (r530254) +++ head/math/curv/Makefile Thu Apr 2 01:32:07 2020 (r530255) @@ -3,7 +3,7 @@ PORTNAME= curv DISTVERSION= 0.4-417 DISTVERSIONSUFFIX= -gf6f8d011 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= math lang graphics MAINTAINER= yuri@FreeBSD.org Modified: head/misc/openvdb/Makefile ============================================================================== --- head/misc/openvdb/Makefile Thu Apr 2 00:53:55 2020 (r530254) +++ head/misc/openvdb/Makefile Thu Apr 2 01:32:07 2020 (r530255) @@ -2,8 +2,7 @@ PORTNAME= openvdb DISTVERSIONPREFIX= v -DISTVERSION= 6.1.0 -PORTREVISION= 8 +DISTVERSION= 7.0.0 CATEGORIES= misc MAINTAINER= yuri@FreeBSD.org @@ -22,9 +21,10 @@ USE_GITHUB= yes GH_ACCOUNT= AcademySoftwareFoundation USE_LDCONFIG= yes +CMAKE_ARGS= -DCONCURRENT_MALLOC="Tbbmalloc" CMAKE_OFF= OPENVDB_CORE_STATIC -OPTIONS_DEFINE= PYTHON TOOLS DOCS # TOOLS should be a subpackage +OPTIONS_DEFINE= PYTHON TOOLS DOCS # TOOLS and PYTHON should be made into subpackages OPTIONS_DEFAULT= PYTHON TOOLS OPTIONS_SUB= yes @@ -41,7 +41,7 @@ TOOLS_CMAKE_BOOL= OPENVDB_BUILD_BINARIES OPENVDB_BUILD TOOLS_LIB_DEPENDS= libglfw.so:graphics/glfw \ libIlmImf.so:graphics/openexr TOOLS_USES= gl xorg -TOOLS_USE= GL=gl,glu XORG=x11,xcursor,xi,xinerama,xrandr,xxf86vm +TOOLS_USE= GL=gl,glu XORG=ice,sm,x11,xcursor,xext,xi,xinerama,xrandr,xxf86vm DOCS_CMAKE_BOOL= OPENVDB_BUILD_DOCS DOCS_BUILD_DEPENDS= doxygen:devel/doxygen Modified: head/misc/openvdb/distinfo ============================================================================== --- head/misc/openvdb/distinfo Thu Apr 2 00:53:55 2020 (r530254) +++ head/misc/openvdb/distinfo Thu Apr 2 01:32:07 2020 (r530255) @@ -1,3 +1,3 @@ -TIMESTAMP = 1557552105 -SHA256 (AcademySoftwareFoundation-openvdb-v6.1.0_GH0.tar.gz) = d8803214c245cf0ca14a2c30cd215b183147c03c888c59fc642f213f98b4d68f -SIZE (AcademySoftwareFoundation-openvdb-v6.1.0_GH0.tar.gz) = 1864024 +TIMESTAMP = 1585783763 +SHA256 (AcademySoftwareFoundation-openvdb-v7.0.0_GH0.tar.gz) = 97bc8ae35ef7ccbf49a4e25cb73e8c2eccae6b235bac86f2150707efcd1e910d +SIZE (AcademySoftwareFoundation-openvdb-v7.0.0_GH0.tar.gz) = 1872744 Modified: head/misc/openvdb/files/patch-CMakeLists.txt ============================================================================== --- head/misc/openvdb/files/patch-CMakeLists.txt Thu Apr 2 00:53:55 2020 (r530254) +++ head/misc/openvdb/files/patch-CMakeLists.txt Thu Apr 2 01:32:07 2020 (r530255) @@ -1,20 +1,23 @@ ---- CMakeLists.txt.orig 2019-05-07 20:58:35 UTC +--- CMakeLists.txt.orig 2019-12-06 20:11:33 UTC +++ CMakeLists.txt -@@ -177,7 +177,7 @@ if(NOT DISABLE_DEPENDENCY_VERSION_CHECKS) +@@ -198,7 +198,7 @@ mark_as_advanced( + + # @note Blosc version is currently treated as exception which must be adhered + # to. The minimum version must be at least 1.5. Previous versions are incompatible. +-set(MINIMUM_BLOSC_VERSION 1.5) ++set(MINIMUM_BLOSC_VERSION 1.15) + # @note ABI always enforced so the correct deprecation messages are available. + # OPENVDB_USE_DEPRECATED_ABI should be used to circumvent this + set(MINIMUM_OPENVDB_ABI_VERSION 4) +@@ -215,9 +215,9 @@ if(NOT DISABLE_DEPENDENCY_VERSION_CHECKS) + set(MINIMUM_ILMBASE_VERSION 2.2) + set(MINIMUM_OPENEXR_VERSION 2.2) set(MINIMUM_ZLIB_VERSION 1.2.7) - set(MINIMUM_TBB_VERSION 4.4) +- set(MINIMUM_TBB_VERSION 2017.0) ++ #set(MINIMUM_TBB_VERSION 2019.0) # bogus check: https://github.com/AcademySoftwareFoundation/openvdb/issues/688 - set(MINIMUM_PYTHON_VERSION 2.7) + set(MINIMUM_PYTHON_VERSION ${FREEBSD_PYTHON_VER}) - set(MINIMUM_NUMPY_VERSION 1.9.2) + set(MINIMUM_NUMPY_VERSION 1.12.1) set(MINIMUM_CPPUNIT_VERSION 1.10) -@@ -271,7 +271,7 @@ if(OPENVDB_BUILD_DOCS) - COMMENT "Generating API documentation with Doxygen" VERBATIM - ) - -- install(DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/openvdb/doc/html DESTINATION docs) -+ install(DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/openvdb/doc/html DESTINATION share/doc/openvdb) - endif() - - # Early exit if there's nothing to build Added: head/misc/openvdb/files/patch-cmake_FindTBB.cmake ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/openvdb/files/patch-cmake_FindTBB.cmake Thu Apr 2 01:32:07 2020 (r530255) @@ -0,0 +1,10 @@ +--- cmake/FindTBB.cmake.orig 2020-04-01 23:48:32 UTC ++++ cmake/FindTBB.cmake +@@ -96,7 +96,6 @@ endif() + set(_TBB_COMPONENT_LIST + tbb + tbbmalloc +- tbbmalloc_proxy + ) + + if(TBB_FIND_COMPONENTS) Added: head/misc/openvdb/files/patch-doc_CMakeLists.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/openvdb/files/patch-doc_CMakeLists.txt Thu Apr 2 01:32:07 2020 (r530255) @@ -0,0 +1,10 @@ +--- doc/CMakeLists.txt.orig 2019-12-06 20:11:33 UTC ++++ doc/CMakeLists.txt +@@ -64,5 +64,5 @@ add_custom_target(doc ALL + ) + + # Suppress "Installing..." messages for all but one of the hundreds of generated files. +-install(FILES ${CMAKE_CURRENT_BINARY_DIR}/openvdb/doc/html/index.html DESTINATION doc/html) +-install(DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/openvdb/doc/html DESTINATION doc MESSAGE_NEVER) ++install(FILES ${CMAKE_CURRENT_BINARY_DIR}/openvdb/doc/html/index.html DESTINATION share/doc/openvdb) ++install(DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/openvdb/doc/html DESTINATION share/doc/openvdb MESSAGE_NEVER) Added: head/misc/openvdb/files/patch-openvdb_CMakeLists.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/openvdb/files/patch-openvdb_CMakeLists.txt Thu Apr 2 01:32:07 2020 (r530255) @@ -0,0 +1,15 @@ +--- openvdb/CMakeLists.txt.orig 2020-04-01 23:48:56 UTC ++++ openvdb/CMakeLists.txt +@@ -127,10 +127,10 @@ if(CONCURRENT_MALLOC STREQUAL "Jemalloc") + message(WARNING "Unable to find Jemalloc, attempting to fall back to TBB malloc. + It is recommended to use Jemalloc for optimum performance." + ) +- find_package(TBB ${MINIMUM_TBB_VERSION} REQUIRED COMPONENTS tbbmalloc tbbmalloc_proxy) ++ find_package(TBB ${MINIMUM_TBB_VERSION} REQUIRED COMPONENTS tbbmalloc) + endif() + elseif(CONCURRENT_MALLOC STREQUAL "Tbbmalloc") +- find_package(TBB ${MINIMUM_TBB_VERSION} REQUIRED COMPONENTS tbbmalloc tbbmalloc_proxy) ++ find_package(TBB ${MINIMUM_TBB_VERSION} REQUIRED COMPONENTS tbbmalloc) + endif() + + # Set deps. Note that the order here is important. If we're building against Modified: head/misc/openvdb/files/patch-openvdb_points_AttributeSet.cc ============================================================================== --- head/misc/openvdb/files/patch-openvdb_points_AttributeSet.cc Thu Apr 2 00:53:55 2020 (r530254) +++ head/misc/openvdb/files/patch-openvdb_points_AttributeSet.cc Thu Apr 2 01:32:07 2020 (r530255) @@ -1,6 +1,6 @@ ---- openvdb/points/AttributeSet.cc.orig 2019-09-16 16:50:50 UTC +--- openvdb/points/AttributeSet.cc.orig 2019-12-06 20:11:33 UTC +++ openvdb/points/AttributeSet.cc -@@ -34,6 +34,7 @@ +@@ -7,6 +7,7 @@ #include "AttributeGroup.h" #include // std::equal Added: head/misc/openvdb/files/patch-openvdb_python_CMakeLists.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/openvdb/files/patch-openvdb_python_CMakeLists.txt Thu Apr 2 01:32:07 2020 (r530255) @@ -0,0 +1,14 @@ +--- openvdb/python/CMakeLists.txt.orig 2019-12-06 20:11:33 UTC ++++ openvdb/python/CMakeLists.txt +@@ -104,9 +104,9 @@ elseif(${CMAKE_VERSION} VERSION_LESS 3.14) + else() + # CMake >= 3.14 + if(USE_NUMPY) +- find_package(Python QUIET REQUIRED COMPONENTS Interpreter Development NumPy) ++ find_package(Python ${FREEBSD_PYTHON_VER} EXACT QUIET REQUIRED COMPONENTS Interpreter Development NumPy) + else() +- find_package(Python QUIET REQUIRED COMPONENTS Interpreter Development) ++ find_package(Python ${FREEBSD_PYTHON_VER} EXACT QUIET REQUIRED COMPONENTS Interpreter Development) + endif() + + OPENVDB_CHECK_PYTHON_VERSION(${Python_VERSION} ${Python_EXECUTABLE}) Modified: head/misc/openvdb/pkg-plist ============================================================================== --- head/misc/openvdb/pkg-plist Thu Apr 2 00:53:55 2020 (r530254) +++ head/misc/openvdb/pkg-plist Thu Apr 2 01:32:07 2020 (r530255) @@ -11,6 +11,7 @@ include/openvdb/PlatformConfig.h include/openvdb/Types.h include/openvdb/io/Archive.h include/openvdb/io/Compression.h +include/openvdb/io/DelayedLoadMetadata.h include/openvdb/io/File.h include/openvdb/io/GridDescriptor.h include/openvdb/io/Queue.h @@ -67,6 +68,7 @@ include/openvdb/tools/Dense.h include/openvdb/tools/DenseSparseTools.h include/openvdb/tools/Diagnostics.h include/openvdb/tools/Filter.h +include/openvdb/tools/FindActiveValues.h include/openvdb/tools/GridOperators.h include/openvdb/tools/GridTransformer.h include/openvdb/tools/Interpolation.h @@ -131,6 +133,7 @@ include/openvdb/version.h lib/cmake/OpenVDB/FindBlosc.cmake lib/cmake/OpenVDB/FindCppUnit.cmake lib/cmake/OpenVDB/FindIlmBase.cmake +lib/cmake/OpenVDB/FindJemalloc.cmake lib/cmake/OpenVDB/FindLog4cplus.cmake lib/cmake/OpenVDB/FindOpenEXR.cmake lib/cmake/OpenVDB/FindOpenVDB.cmake @@ -140,6 +143,6 @@ lib/cmake/OpenVDB/OpenVDBHoudiniSetup.cmake lib/cmake/OpenVDB/OpenVDBMayaSetup.cmake lib/cmake/OpenVDB/OpenVDBUtils.cmake lib/libopenvdb.so -lib/libopenvdb.so.6.1 -lib/libopenvdb.so.6.1.0 +lib/libopenvdb.so.7.0 +lib/libopenvdb.so.7.0.0 %%PYTHON%%%%PYTHON_LIBDIR%%/pyopenvdb.so