Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Nov 2022 18:59:52 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 0db13510b2de - main - science/ttk: Unbreak by adding nlohmann-json build-time dependency
Message-ID:  <202211211859.2ALIxqxK008613@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=0db13510b2de07b6d94314f83af5d8c06546524a

commit 0db13510b2de07b6d94314f83af5d8c06546524a
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-11-21 15:13:59 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-11-21 18:59:50 +0000

    science/ttk: Unbreak by adding nlohmann-json build-time dependency
    
    New version of ParaView now looks for nlohmann-json in its cmake
    files that dependencies import.
    
    Reported by:    fallout
---
 science/ttk/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/science/ttk/Makefile b/science/ttk/Makefile
index 4078b4ff1f5b..b9c14da91a8e 100644
--- a/science/ttk/Makefile
+++ b/science/ttk/Makefile
@@ -21,6 +21,7 @@ BUILD_DEPENDS=	${LOCALBASE}/include/boost/functional/hash.hpp:devel/boost-libs \
 		utf8cpp>0:devel/utf8cpp \
 		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
 LIB_DEPENDS=	libcgraph.so:graphics/graphviz \
 		libembree3.so:graphics/embree \
 		libfreetype.so:print/freetype2 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202211211859.2ALIxqxK008613>