git: 199cbd9253f8 - main - graphics/openfx-arena: Mark BROKEN, doesn't compile

From: Daniel Engberg <diizzy_at_FreeBSD.org>
Date: Sat, 15 Jan 2022 16:59:29 UTC
The branch main has been updated by diizzy:

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

commit 199cbd9253f81a8ef8a21637b1a077b1c4b0a2fa
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2022-01-15 16:54:28 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2022-01-15 16:57:59 +0000

    graphics/openfx-arena: Mark BROKEN, doesn't compile
    
    Broken for a month and fails with following message:
    
    ./OpenFX/Support/include/ofxsCore.h:193:26: error: expected unqualified-id
      inline bool IsNaN     (double x) { return (std::isnan)(x);    }
    ...
    
    Reported by:    pkg-fallout
---
 graphics/openfx-arena/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/graphics/openfx-arena/Makefile b/graphics/openfx-arena/Makefile
index 0b11adbebfdc..78f7351911e3 100644
--- a/graphics/openfx-arena/Makefile
+++ b/graphics/openfx-arena/Makefile
@@ -9,6 +9,8 @@ COMMENT=	Extra OpenFX plugins for Natron
 
 LICENSE=	GPLv2
 
+BROKEN=		Doesn't compile, ./OpenFX/Support/include/ofxsCore.h:193:26: error: expected unqualified-id
+
 ONLY_FOR_ARCHS=	amd64 powerpc64 powerpc64le
 BUILD_DEPENDS=	opencl>=0:devel/opencl
 LIB_DEPENDS=	libOpenColorIO.so:graphics/opencolorio \