From owner-svn-ports-head@freebsd.org Mon Dec 14 00:50:06 2020 Return-Path: Delivered-To: svn-ports-head@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 0BAA24A9690; Mon, 14 Dec 2020 00:50:06 +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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 4CvN8Y6v74z3jkT; Mon, 14 Dec 2020 00:50:05 +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 DF83E18DE7; Mon, 14 Dec 2020 00:50:05 +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 0BE0o5nF041743; Mon, 14 Dec 2020 00:50:05 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0BE0o4cj041738; Mon, 14 Dec 2020 00:50:04 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <202012140050.0BE0o4cj041738@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Mon, 14 Dec 2020 00:50:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r558068 - in head/misc/openvdb: . files X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/misc/openvdb: . files X-SVN-Commit-Revision: 558068 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Dec 2020 00:50:06 -0000 Author: yuri Date: Mon Dec 14 00:50:04 2020 New Revision: 558068 URL: https://svnweb.freebsd.org/changeset/ports/558068 Log: misc/openvdb: Update 7.1.0 -> 7.2.0 Reported by: portscout Added: head/misc/openvdb/files/patch-openvdb_openvdb_python_CMakeLists.txt - copied, changed from r558067, head/misc/openvdb/files/patch-openvdb_python_CMakeLists.txt Deleted: head/misc/openvdb/files/patch-openvdb_points_AttributeSet.cc head/misc/openvdb/files/patch-openvdb_points_AttributeSet.h head/misc/openvdb/files/patch-openvdb_python_CMakeLists.txt Modified: head/misc/openvdb/Makefile head/misc/openvdb/distinfo head/misc/openvdb/files/patch-CMakeLists.txt head/misc/openvdb/pkg-plist Modified: head/misc/openvdb/Makefile ============================================================================== --- head/misc/openvdb/Makefile Mon Dec 14 00:17:15 2020 (r558067) +++ head/misc/openvdb/Makefile Mon Dec 14 00:50:04 2020 (r558068) @@ -2,7 +2,7 @@ PORTNAME= openvdb DISTVERSIONPREFIX= v -DISTVERSION= 7.1.0 +DISTVERSION= 7.2.0 CATEGORIES= misc MAINTAINER= yuri@FreeBSD.org @@ -24,7 +24,7 @@ USE_LDCONFIG= yes CMAKE_ARGS= -DCONCURRENT_MALLOC="Tbbmalloc" CMAKE_OFF= OPENVDB_CORE_STATIC -OPTIONS_DEFINE= PYTHON TOOLS DOCS # TOOLS and PYTHON should be made into subpackages +OPTIONS_DEFINE= PYTHON TOOLS #DOCS # TOOLS and PYTHON should be made into subpackages OPTIONS_DEFAULT= PYTHON TOOLS OPTIONS_SUB= yes @@ -43,9 +43,10 @@ TOOLS_LIB_DEPENDS= libglfw.so:graphics/glfw \ TOOLS_USES= gl xorg 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 +# DOCS is broken: https://github.com/AcademySoftwareFoundation/openvdb/issues/899 +#DOCS_CMAKE_BOOL= OPENVDB_BUILD_DOCS +#DOCS_BUILD_DEPENDS= doxygen:devel/doxygen -PORTDOCS= * +#PORTDOCS= * .include Modified: head/misc/openvdb/distinfo ============================================================================== --- head/misc/openvdb/distinfo Mon Dec 14 00:17:15 2020 (r558067) +++ head/misc/openvdb/distinfo Mon Dec 14 00:50:04 2020 (r558068) @@ -1,3 +1,3 @@ -TIMESTAMP = 1605404028 -SHA256 (AcademySoftwareFoundation-openvdb-v7.1.0_GH0.tar.gz) = 0c3588c1ca6e647610738654ec2c6aaf41a203fd797f609fbeab1c9f7c3dc116 -SIZE (AcademySoftwareFoundation-openvdb-v7.1.0_GH0.tar.gz) = 1956052 +TIMESTAMP = 1607816892 +SHA256 (AcademySoftwareFoundation-openvdb-v7.2.0_GH0.tar.gz) = 81ff2758e3900e5d4022fde0149d63387167db8adaf5c0ace1456dad3a012d1d +SIZE (AcademySoftwareFoundation-openvdb-v7.2.0_GH0.tar.gz) = 2283069 Modified: head/misc/openvdb/files/patch-CMakeLists.txt ============================================================================== --- head/misc/openvdb/files/patch-CMakeLists.txt Mon Dec 14 00:17:15 2020 (r558067) +++ head/misc/openvdb/files/patch-CMakeLists.txt Mon Dec 14 00:50:04 2020 (r558068) @@ -1,6 +1,6 @@ ---- CMakeLists.txt.orig 2020-08-13 19:15:58 UTC +--- CMakeLists.txt.orig 2020-12-09 15:44:05 UTC +++ CMakeLists.txt -@@ -217,7 +217,7 @@ mark_as_advanced( +@@ -197,7 +197,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.0. Previous versions are incompatible. # Later versions (including 1.5.4), can be buggy on certain platforms. @@ -9,15 +9,12 @@ # @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 5) -@@ -235,9 +235,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 2017.0) -+ #set(MINIMUM_TBB_VERSION 2019.0) # bogus check: https://github.com/AcademySoftwareFoundation/openvdb/issues/688 +@@ -218,7 +218,7 @@ if(NOT DISABLE_DEPENDENCY_VERSION_CHECKS) + set(MINIMUM_TBB_VERSION 2017.0) + set(MINIMUM_LLVM_VERSION 6.0.0) - set(MINIMUM_PYTHON_VERSION 2.7) + set(MINIMUM_PYTHON_VERSION ${FREEBSD_PYTHON_VER}) set(MINIMUM_NUMPY_VERSION 1.12.1) - set(MINIMUM_CPPUNIT_VERSION 1.10) + set(MINIMUM_GOOGLETEST_VERSION 1.8) Copied and modified: head/misc/openvdb/files/patch-openvdb_openvdb_python_CMakeLists.txt (from r558067, head/misc/openvdb/files/patch-openvdb_python_CMakeLists.txt) ============================================================================== --- head/misc/openvdb/files/patch-openvdb_python_CMakeLists.txt Mon Dec 14 00:17:15 2020 (r558067, copy source) +++ head/misc/openvdb/files/patch-openvdb_openvdb_python_CMakeLists.txt Mon Dec 14 00:50:04 2020 (r558068) @@ -1,5 +1,5 @@ ---- openvdb/python/CMakeLists.txt.orig 2020-08-13 19:15:58 UTC -+++ openvdb/python/CMakeLists.txt +--- openvdb/openvdb/python/CMakeLists.txt.orig 2020-08-13 19:15:58 UTC ++++ openvdb/openvdb/python/CMakeLists.txt @@ -104,9 +104,9 @@ if(${CMAKE_VERSION} VERSION_LESS 3.12) elseif(${CMAKE_VERSION} VERSION_LESS 3.14) # CMake < 3.14 Modified: head/misc/openvdb/pkg-plist ============================================================================== --- head/misc/openvdb/pkg-plist Mon Dec 14 00:17:15 2020 (r558067) +++ head/misc/openvdb/pkg-plist Mon Dec 14 00:50:04 2020 (r558068) @@ -1,5 +1,5 @@ -bin/vdb_print %%TOOLS%%bin/vdb_lod +%%TOOLS%%bin/vdb_print %%TOOLS%%bin/vdb_render %%TOOLS%%bin/vdb_view include/openvdb/Exceptions.h @@ -8,6 +8,7 @@ include/openvdb/MetaMap.h include/openvdb/Metadata.h include/openvdb/Platform.h include/openvdb/PlatformConfig.h +include/openvdb/TypeList.h include/openvdb/Types.h include/openvdb/io/Archive.h include/openvdb/io/Compression.h @@ -84,6 +85,7 @@ include/openvdb/tools/LevelSetSphere.h include/openvdb/tools/LevelSetTracker.h include/openvdb/tools/LevelSetUtil.h include/openvdb/tools/Mask.h +include/openvdb/tools/Merge.h include/openvdb/tools/MeshToVolume.h include/openvdb/tools/Morphology.h include/openvdb/tools/MultiResGrid.h @@ -132,7 +134,6 @@ include/openvdb/util/Util.h include/openvdb/util/logging.h 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 @@ -144,6 +145,6 @@ lib/cmake/OpenVDB/OpenVDBHoudiniSetup.cmake lib/cmake/OpenVDB/OpenVDBMayaSetup.cmake lib/cmake/OpenVDB/OpenVDBUtils.cmake lib/libopenvdb.so -lib/libopenvdb.so.7.1 -lib/libopenvdb.so.7.1.0 +lib/libopenvdb.so.7.2 +lib/libopenvdb.so.7.2.0 %%PYTHON%%%%PYTHON_LIBDIR%%/pyopenvdb.so