Date: Mon, 27 Jun 2022 00:30:15 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: 2f54c0c45a3f - main - devel/gdcm: Minor correction: VTK option is currently broken with VTK-9.1 Message-ID: <202206270030.25R0UFhZ058235@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=2f54c0c45a3f66cd350e8ee5607429e6894d79da commit 2f54c0c45a3f66cd350e8ee5607429e6894d79da Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2022-06-26 23:17:22 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2022-06-26 23:17:22 +0000 devel/gdcm: Minor correction: VTK option is currently broken with VTK-9.1 The VTK_BROKEN line should not be commented out. --- devel/gdcm/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/gdcm/Makefile b/devel/gdcm/Makefile index 8ec698fca3c1..9ad01ff4e623 100644 --- a/devel/gdcm/Makefile +++ b/devel/gdcm/Makefile @@ -27,7 +27,7 @@ VTK_CMAKE_ON= -DGDCM_USE_VTK:BOOL=ON \ -DVTK_DIR:PATH=${LOCALBASE}/lib/vtk-${VTK_VERSION} VTK_USES= gl VTK_USE= GL=glu -#VTK_BROKEN= Fails to compile with VTK-9.1, see https://sourceforge.net/p/gdcm/bugs/537/ +VTK_BROKEN= Fails to compile with VTK-9.1, see https://sourceforge.net/p/gdcm/bugs/537/ # Change this when updating the port GDCM_MAJOR= 3
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202206270030.25R0UFhZ058235>