Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Jan 2022 16:59:29 GMT
From:      Daniel Engberg <diizzy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 199cbd9253f8 - main - graphics/openfx-arena: Mark BROKEN, doesn't compile
Message-ID:  <202201151659.20FGxT1I014132@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



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