Here is an update to openvdb 10.0.1.
https://www.openvdb.org/documentation/doxygen/changes.html Index: Makefile =================================================================== RCS file: /home/cvs/ports/graphics/openvdb/Makefile,v retrieving revision 1.8 diff -u -p -u -p -r1.8 Makefile --- Makefile 26 Apr 2023 08:17:16 -0000 1.8 +++ Makefile 6 May 2023 22:56:22 -0000 @@ -6,10 +6,9 @@ COMMENT= tools for storage and manipulat GH_ACCOUNT= AcademySoftwareFoundation GH_PROJECT= openvdb -GH_TAGNAME= v9.0.0 -REVISION= 0 +GH_TAGNAME= v10.0.1 -SHARED_LIBS += openvdb 3.0 # 9.0 +SHARED_LIBS += openvdb 4.0 # 9.0 CATEGORIES= graphics @@ -19,9 +18,9 @@ HOMEPAGE= https://www.openvdb.org/ PERMIT_PACKAGE= Yes WANTLIB += ${COMPILER_LIBCXX} blosc boost_iostreams-mt boost_regex-mt -WANTLIB += boost_system-mt c m tbb tbbmalloc z +WANTLIB += c m tbb tbbmalloc z -COMPILER= base-clang ports-gcc base-gcc +COMPILER= base-clang ports-gcc MODULES= devel/cmake Index: distinfo =================================================================== RCS file: /home/cvs/ports/graphics/openvdb/distinfo,v retrieving revision 1.4 diff -u -p -u -p -r1.4 distinfo --- distinfo 1 Mar 2022 20:14:42 -0000 1.4 +++ distinfo 6 May 2023 22:56:30 -0000 @@ -1,2 +1,2 @@ -SHA256 (openvdb-9.0.0.tar.gz) = rTgW6PGTHR1v293OxaGs0waV0EndEKqWUJay+5lytGg= -SIZE (openvdb-9.0.0.tar.gz) = 2945040 +SHA256 (openvdb-10.0.1.tar.gz) = iHozkfvZayDHeRT0+zq0sz0m5fxHmqA205Xe9VI8Yi8= +SIZE (openvdb-10.0.1.tar.gz) = 3461352 Index: pkg/PLIST =================================================================== RCS file: /home/cvs/ports/graphics/openvdb/pkg/PLIST,v retrieving revision 1.5 diff -u -p -u -p -r1.5 PLIST --- pkg/PLIST 11 Mar 2022 19:22:58 -0000 1.5 +++ pkg/PLIST 28 Apr 2023 03:09:22 -0000 @@ -61,9 +61,18 @@ include/openvdb/points/PointDelete.h include/openvdb/points/PointGroup.h include/openvdb/points/PointMask.h include/openvdb/points/PointMove.h +include/openvdb/points/PointRasterizeFrustum.h +include/openvdb/points/PointRasterizeSDF.h +include/openvdb/points/PointRasterizeTrilinear.h include/openvdb/points/PointSample.h include/openvdb/points/PointScatter.h +include/openvdb/points/PointStatistics.h +include/openvdb/points/PointTransfer.h include/openvdb/points/StreamCompression.h +include/openvdb/points/impl/ +include/openvdb/points/impl/PointRasterizeFrustumImpl.h +include/openvdb/points/impl/PointRasterizeSDFImpl.h +include/openvdb/points/impl/PointRasterizeTrilinearImpl.h include/openvdb/thread/ include/openvdb/thread/Threading.h include/openvdb/tools/
