Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Nov 2024 01:29:30 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: e89c1eea3e65 - main - misc/openmvg: Depend on onetbb
Message-ID:  <202411190129.4AJ1TUIM077243@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=e89c1eea3e65ee60b775a192171b194a193efeac

commit e89c1eea3e65ee60b775a192171b194a193efeac
Author:     Ganael LAPLANCHE <martymac@FreeBSD.org>
AuthorDate: 2024-11-19 01:28:01 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-11-19 01:29:27 +0000

    misc/openmvg: Depend on onetbb
    
    PR:             282632
---
 misc/openmvg/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/misc/openmvg/Makefile b/misc/openmvg/Makefile
index d191b1f5180d..9d43345509db 100644
--- a/misc/openmvg/Makefile
+++ b/misc/openmvg/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	openmvg
 DISTVERSIONPREFIX=	v
 DISTVERSION=	2.1
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	misc science
 
 MAINTAINER=	yuri@FreeBSD.org
@@ -16,7 +16,7 @@ ONLY_FOR_ARCHS_REASON=	need to figure out which TARGET_ARCHITECTURE values corre
 
 #HPP_DEPENDS=	cereal>0:devel/cereal # external cereal is currently broken, see https://github.com/openMVG/openMVG/issues/1963
 #BUILD_DEPENDS=	${HPP_DEPENDS}
-BUILD_DEPENDS=	tbb>0:devel/tbb # configure only checks TBB headers
+BUILD_DEPENDS=	onetbb>0:devel/onetbb # configure only checks TBB headers
 LIB_DEPENDS=	libblas.so:math/blas \
 		libceres.so:math/ceres-solver \
 		libClp.so:math/clp \



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