svn commit: r561837 - head/graphics/mirtk

Yuri Victorovich yuri at FreeBSD.org
Sun Jan 17 17:16:42 UTC 2021


Author: yuri
Date: Sun Jan 17 17:16:41 2021
New Revision: 561837
URL: https://svnweb.freebsd.org/changeset/ports/561837

Log:
  graphics/mirtk: Change the default of the TBB option to OFF until the upstream makes iy oneTBB-compatible.
  
  PR:		252767
  Reported by:	martymac

Modified:
  head/graphics/mirtk/Makefile

Modified: head/graphics/mirtk/Makefile
==============================================================================
--- head/graphics/mirtk/Makefile	Sun Jan 17 17:11:20 2021	(r561836)
+++ head/graphics/mirtk/Makefile	Sun Jan 17 17:16:41 2021	(r561837)
@@ -3,7 +3,7 @@
 PORTNAME=	mirtk
 DISTVERSIONPREFIX=	v
 DISTVERSION=	2.0.0-122
-PORTREVISION=	1
+PORTREVISION=	2
 DISTVERSIONSUFFIX=	-g38210fa
 CATEGORIES=	graphics
 
@@ -23,11 +23,12 @@ GH_PROJECT=	${PORTNAME:tu}
 USE_LDCONFIG=	yes
 
 OPTIONS_DEFINE=		TBB VTK
-OPTIONS_DEFAULT=	TBB VTK
+OPTIONS_DEFAULT=	VTK # TBB is OFF by default until the project is oneTBB-compatible, see https://github.com/BioMedIA/MIRTK/issues/760
 
 TBB_DESC=		Build with TBB
 TBB_CMAKE_BOOL=		WITH_TBB
 TBB_LIB_DEPENDS=	libtbb.so:devel/tbb
+TBB_BROKEN=		Not oneTBB-compatible,see https://github.com/BioMedIA/MIRTK/issues/760
 
 VTK_DESC=		Build with the VTK toolkit
 VTK_CMAKE_BOOL=		WITH_VTK


More information about the svn-ports-all mailing list