Re: [MAINTAINER UPDATE] graphics/openvdb -> 8.0.1

2021-02-27 Thread Dimitri Karamazov
Ping

On Fri, Feb 19, 2021 at 03:53:43PM +, Dimitri Karamazov wrote:
> Update graphics/openvdb to 8.0.1
> 
> Changelog:https://github.com/dreamworksanimation/openvdb/releases
> 
> *release of OpenVDB AX, an open source C++ library.
> *ABI-breaking changes that improve performance & reduce memory usage.
> *various bug fixes.
> 
> Build & Run tested with blender on amd64
> 
Index: Makefile
===
RCS file: /cvs/ports/graphics/openvdb/Makefile,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 Makefile
--- Makefile26 Jan 2021 13:44:04 -  1.1.1.1
+++ Makefile19 Feb 2021 15:38:15 -
@@ -4,9 +4,9 @@ COMMENT=tools for storage and manipulat
 
 GH_ACCOUNT=dreamworksanimation
 GH_PROJECT=openvdb
-GH_TAGNAME=v7.1.0
+GH_TAGNAME=v8.0.1
 
-SHARED_LIBS +=  openvdb   0.0 # 7.1
+SHARED_LIBS +=  openvdb   1.0 # 8.0
 
 CATEGORIES=graphics
 
Index: distinfo
===
RCS file: /cvs/ports/graphics/openvdb/distinfo,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 distinfo
--- distinfo26 Jan 2021 13:44:04 -  1.1.1.1
+++ distinfo19 Feb 2021 15:38:15 -
@@ -1,2 +1,2 @@
-SHA256 (openvdb-7.1.0.tar.gz) = DDWIwcpuZHYQc4ZU7Cxqr0GiA/15f2Cfvqscn3w9wRY=
-SIZE (openvdb-7.1.0.tar.gz) = 1956052
+SHA256 (openvdb-8.0.1.tar.gz) = poRdp8YE0scuQUHImJMKyKI3VSHlNfaWws2SvrvkPE8=
+SIZE (openvdb-8.0.1.tar.gz) = 2299276
Index: patches/patch-CMakeLists_txt
===
RCS file: /cvs/ports/graphics/openvdb/patches/patch-CMakeLists_txt,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 patch-CMakeLists_txt
--- patches/patch-CMakeLists_txt26 Jan 2021 13:44:04 -  1.1.1.1
+++ patches/patch-CMakeLists_txt19 Feb 2021 15:38:15 -
@@ -2,14 +2,14 @@ $OpenBSD: patch-CMakeLists_txt,v 1.1.1.1
 
 zlib 1.2.7 not available on OpenBSD
 
 CMakeLists.txt.origThu Dec  3 15:33:54 2020
-+++ CMakeLists.txt Thu Dec  3 15:34:09 2020
-@@ -234,7 +234,7 @@ if(NOT DISABLE_DEPENDENCY_VERSION_CHECKS)
-   set(MINIMUM_BOOST_VERSION 1.61)
-   set(MINIMUM_ILMBASE_VERSION 2.2)
-   set(MINIMUM_OPENEXR_VERSION 2.2)
+--- CMakeLists.txt.origSat Feb  6 00:51:38 2021
 CMakeLists.txt Fri Feb 19 17:44:45 2021
+@@ -216,7 +216,7 @@ if(NOT DISABLE_DEPENDENCY_VERSION_CHECKS)
+   set(MINIMUM_BOOST_VERSION 1.61)  # @warning should be 1.66, but H18 ships 
with 1.61
+   set(MINIMUM_ILMBASE_VERSION 2.2) # @warning should be 2.3, but H18 ships 
with 2.2
+   set(MINIMUM_OPENEXR_VERSION 2.2) # @warning should be 2.3, but H18 ships 
with 2.2
 -  set(MINIMUM_ZLIB_VERSION 1.2.7)
 +  set(MINIMUM_ZLIB_VERSION 1.2.3)
-   set(MINIMUM_TBB_VERSION 2017.0)
+   set(MINIMUM_TBB_VERSION 2018.0)
+   set(MINIMUM_LLVM_VERSION 6.0.0)
  
-   set(MINIMUM_PYTHON_VERSION 2.7)
Index: pkg/PLIST
===
RCS file: /cvs/ports/graphics/openvdb/pkg/PLIST,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 PLIST
--- pkg/PLIST   26 Jan 2021 13:44:04 -  1.1.1.1
+++ pkg/PLIST   19 Feb 2021 15:38:15 -
@@ -7,6 +7,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/
 include/openvdb/io/Archive.h
@@ -86,6 +87,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
@@ -137,7 +139,6 @@ include/openvdb/util/logging.h
 include/openvdb/version.h
 lib/cmake/OpenVDB/
 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



[MAINTAINER UPDATE] graphics/openvdb -> 8.0.1

2021-02-20 Thread Dimitri Karamazov
Update graphics/openvdb to 8.0.1

Changelog:https://github.com/dreamworksanimation/openvdb/releases

*release of OpenVDB AX, an open source C++ library.
*ABI-breaking changes that improve performance & reduce memory usage.
*various bug fixes.

Build & Run tested with blender on amd64

Index: Makefile
===
RCS file: /cvs/ports/graphics/openvdb/Makefile,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 Makefile
--- Makefile26 Jan 2021 13:44:04 -  1.1.1.1
+++ Makefile19 Feb 2021 15:38:15 -
@@ -4,9 +4,9 @@ COMMENT=tools for storage and manipulat
 
 GH_ACCOUNT=dreamworksanimation
 GH_PROJECT=openvdb
-GH_TAGNAME=v7.1.0
+GH_TAGNAME=v8.0.1
 
-SHARED_LIBS +=  openvdb   0.0 # 7.1
+SHARED_LIBS +=  openvdb   1.0 # 8.0
 
 CATEGORIES=graphics
 
Index: distinfo
===
RCS file: /cvs/ports/graphics/openvdb/distinfo,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 distinfo
--- distinfo26 Jan 2021 13:44:04 -  1.1.1.1
+++ distinfo19 Feb 2021 15:38:15 -
@@ -1,2 +1,2 @@
-SHA256 (openvdb-7.1.0.tar.gz) = DDWIwcpuZHYQc4ZU7Cxqr0GiA/15f2Cfvqscn3w9wRY=
-SIZE (openvdb-7.1.0.tar.gz) = 1956052
+SHA256 (openvdb-8.0.1.tar.gz) = poRdp8YE0scuQUHImJMKyKI3VSHlNfaWws2SvrvkPE8=
+SIZE (openvdb-8.0.1.tar.gz) = 2299276
Index: patches/patch-CMakeLists_txt
===
RCS file: /cvs/ports/graphics/openvdb/patches/patch-CMakeLists_txt,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 patch-CMakeLists_txt
--- patches/patch-CMakeLists_txt26 Jan 2021 13:44:04 -  1.1.1.1
+++ patches/patch-CMakeLists_txt19 Feb 2021 15:38:15 -
@@ -2,14 +2,14 @@ $OpenBSD: patch-CMakeLists_txt,v 1.1.1.1
 
 zlib 1.2.7 not available on OpenBSD
 
 CMakeLists.txt.origThu Dec  3 15:33:54 2020
-+++ CMakeLists.txt Thu Dec  3 15:34:09 2020
-@@ -234,7 +234,7 @@ if(NOT DISABLE_DEPENDENCY_VERSION_CHECKS)
-   set(MINIMUM_BOOST_VERSION 1.61)
-   set(MINIMUM_ILMBASE_VERSION 2.2)
-   set(MINIMUM_OPENEXR_VERSION 2.2)
+--- CMakeLists.txt.origSat Feb  6 00:51:38 2021
 CMakeLists.txt Fri Feb 19 15:20:45 2021
+@@ -216,7 +216,7 @@ if(NOT DISABLE_DEPENDENCY_VERSION_CHECKS)
+   set(MINIMUM_BOOST_VERSION 1.61)  # @warning should be 1.66, but H18 ships 
with 1.61
+   set(MINIMUM_ILMBASE_VERSION 2.2) # @warning should be 2.3, but H18 ships 
with 2.2
+   set(MINIMUM_OPENEXR_VERSION 2.2) # @warning should be 2.3, but H18 ships 
with 2.2
 -  set(MINIMUM_ZLIB_VERSION 1.2.7)
 +  set(MINIMUM_ZLIB_VERSION 1.2.3)
-   set(MINIMUM_TBB_VERSION 2017.0)
+   set(MINIMUM_TBB_VERSION 2018.0)
+   set(MINIMUM_LLVM_VERSION 6.0.0)
  
-   set(MINIMUM_PYTHON_VERSION 2.7)
Index: pkg/PLIST
===
RCS file: /cvs/ports/graphics/openvdb/pkg/PLIST,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 PLIST
--- pkg/PLIST   26 Jan 2021 13:44:04 -  1.1.1.1
+++ pkg/PLIST   19 Feb 2021 15:38:15 -
@@ -7,6 +7,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/
 include/openvdb/io/Archive.h
@@ -86,6 +87,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
@@ -137,7 +139,6 @@ include/openvdb/util/logging.h
 include/openvdb/version.h
 lib/cmake/OpenVDB/
 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