git: f3bfdcbfc72c - main - misc/openvdb: make compatible with future boost version
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 10 Aug 2025 19:17:43 UTC
The branch main has been updated by fuz:
URL: https://cgit.FreeBSD.org/ports/commit/?id=f3bfdcbfc72cae58cd940fe1b7f91c2cc081fa68
commit f3bfdcbfc72cae58cd940fe1b7f91c2cc081fa68
Author: Robert Clausecker <fuz@FreeBSD.org>
AuthorDate: 2025-08-09 21:22:34 +0000
Commit: Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2025-08-10 19:17:27 +0000
misc/openvdb: make compatible with future boost version
The next boost version will drop libboost_system.so, going header only
for this part. Switch the boost_libs dependency to some other library
to avoid a build failure.
Reported by: fluffy
Approved by: portmgr (build fix blanket)
---
misc/openvdb/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/misc/openvdb/Makefile b/misc/openvdb/Makefile
index b68189a5e562..e4c948369d49 100644
--- a/misc/openvdb/Makefile
+++ b/misc/openvdb/Makefile
@@ -13,7 +13,7 @@ LICENSE= MPL20
LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libblosc.so:archivers/c-blosc \
- libboost_system.so:devel/boost-libs \
+ libboost_iostreams.so:devel/boost-libs \
libImath.so:math/Imath \
libtbb.so:devel/onetbb
TEST_DEPENDS= googletest>0:devel/googletest