git: e86cc77ea382 - main - graphics/openmvs: Broken because of the use of discontinued C++ features

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Sat, 30 Dec 2023 11:05:16 UTC
The branch main has been updated by yuri:

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

commit e86cc77ea3829e93b6f20ba2e7fe8b865d1c50f8
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2023-12-30 11:04:33 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2023-12-30 11:05:13 +0000

    graphics/openmvs: Broken because of the use of discontinued C++ features
    
    Reported by:    fallout
---
 graphics/openmvs/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/graphics/openmvs/Makefile b/graphics/openmvs/Makefile
index 7c3a2ab7e417..da07c34080c6 100644
--- a/graphics/openmvs/Makefile
+++ b/graphics/openmvs/Makefile
@@ -11,6 +11,7 @@ WWW=		https://github.com/cdcseacave/openMVS
 LICENSE=	AGPLv3
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN=		compilation is broken because of the use of discontinued C++ features, see https://github.com/cdcseacave/openMVS/issues/1075
 BROKEN_aarch64=	use of undeclared identifier '__builtin_ia32_emms' # https://github.com/cdcseacave/openMVS/issues/847
 
 BUILD_DEPENDS=	cgal>0:math/cgal \