git: 9da95b3a67e3 - 2024Q2 - science/ttk: Attempt to fix build by adding the searched depency package fast_float

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Sun, 28 Apr 2024 07:23:28 UTC
The branch 2024Q2 has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=9da95b3a67e36f6ff08cc25d3081e57bdd5e778a

commit 9da95b3a67e36f6ff08cc25d3081e57bdd5e778a
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-04-08 19:07:24 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-04-28 07:23:20 +0000

    science/ttk: Attempt to fix build by adding the searched depency package fast_float
    
    Reported by:    fallout
    
    (cherry picked from commit 36c523f5a985ec3a98fb8ea906aa6d35ac8eea62)
---
 science/ttk/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/science/ttk/Makefile b/science/ttk/Makefile
index 31b12351e8b7..f8bb00b20510 100644
--- a/science/ttk/Makefile
+++ b/science/ttk/Makefile
@@ -23,6 +23,7 @@ BUILD_DEPENDS=	${LOCALBASE}/include/boost/functional/hash.hpp:devel/boost-libs \
 		websocketpp>0:devel/websocketpp \
 		${PY_DEPENDS}
 BUILD_DEPENDS+=	nlohmann-json>0:devel/nlohmann-json # is required by lib/cmake/paraview-5.11/vtk/VTK-vtk-module-find-packages.cmake:1167
+BUILD_DEPENDS+=	fast_float>0:math/fast_float # attempt to fix build failures triggered by find_package(fastfloat) from paraview's vtk cmake scripts
 LIB_DEPENDS=	libcgraph.so:graphics/graphviz \
 		libembree3.so:graphics/embree \
 		libfreetype.so:print/freetype2 \