git: dbc25abcb287 - main - devel/creduce: mark broken because of incompatibility with some LLVM

From: Adriaan de Groot <adridg_at_FreeBSD.org>
Date: Sun, 26 Mar 2023 21:35:20 UTC
The branch main has been updated by adridg:

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

commit dbc25abcb287b241572440a69cf388dc6d6a0546
Author:     Adriaan de Groot <adridg@FreeBSD.org>
AuthorDate: 2023-03-21 22:47:56 +0000
Commit:     Adriaan de Groot <adridg@FreeBSD.org>
CommitDate: 2023-03-26 21:31:31 +0000

    devel/creduce: mark broken because of incompatibility with some LLVM
    
    /wrkdirs/usr/ports/devel/creduce/work/creduce-8d56bee/clang_delta/ExpressionDetector.cpp:62:16: error: 'InclusionDirective' marked 'override' but does not override any member functions
      virtual void InclusionDirective(SourceLocation HashLoc,
                   ^
    /wrkdirs/usr/ports/devel/creduce/work/creduce-8d56bee/clang_delta/ExpressionDetector.cpp:62:16: warning: '(anonymous namespace)::IncludesPPCallbacks::InclusionDirective' hides overloaded virtual function [-Woverloaded-virtual]
    /usr/local/llvm13/include/clang/Lex/PPCallbacks.h:122:16: note: hidden overloaded virtual function 'clang::PPCallbacks::InclusionDirective' declared here: type mismatch at 6th parameter ('const clang::FileEntry *' vs 'Optional<clang::FileEntryRef>')
      virtual void InclusionDirective(SourceLocation HashLoc,
---
 devel/creduce/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/devel/creduce/Makefile b/devel/creduce/Makefile
index 5e798cb40b43..0e03944435a6 100644
--- a/devel/creduce/Makefile
+++ b/devel/creduce/Makefile
@@ -9,6 +9,7 @@ WWW=		https://github.com/csmith-project/creduce
 LICENSE=	NCSA
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+BROKEN=		fails to build: needs some specific LLVM version
 BROKEN_FreeBSD_12_powerpc64=	fails to configure: cannot compile and link test program with selected LLVM
 
 BUILD_DEPENDS=	${LOCALBASE}/bin/flex:textproc/flex