git: 5496dad943a9 - main - graphics/opencv: Change to devel/onetbb
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 16 Jun 2022 03:34:33 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=5496dad943a9138dcf529ca475a4e07288ca4b57 commit 5496dad943a9138dcf529ca475a4e07288ca4b57 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2022-06-16 03:21:51 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2022-06-16 03:34:31 +0000 graphics/opencv: Change to devel/onetbb opencv builds with onetbb, which is a new-gen of TBB. Also devel/tbb causes conflicts dependent packages using opentbb, particularly misc/openvdb. PR: 264688 Reported by & Suggested by: VVD <vvd@unislabs.com> --- graphics/opencv/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/graphics/opencv/Makefile b/graphics/opencv/Makefile index aa70fa383f78..b4a67a477003 100644 --- a/graphics/opencv/Makefile +++ b/graphics/opencv/Makefile @@ -1,6 +1,6 @@ PORTNAME= opencv DISTVERSION= 4.5.5 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= graphics MAINTAINER= desktop@FreeBSD.org @@ -109,7 +109,7 @@ PYTHON_CMAKE_ON= -DOPENCV_PYTHON3_INSTALL_PATH=${PYTHON_SITELIBDIR} TBB_DESC= Add Intel Threading Building Blocks Support TBB_CMAKE_BOOL= WITH_TBB -TBB_LIB_DEPENDS= libtbb.so:devel/tbb +TBB_LIB_DEPENDS= libtbb.so:devel/onetbb TESSERACT_DESC= Add Tesseract-based OCR TESSERACT_LIB_DEPENDS= libtesseract.so:graphics/tesseract