pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/woboq_codebrowser



Module Name:    pkgsrc
Committed By:   riastradh
Date:           Fri Jan 24 09:26:11 UTC 2025

Modified Files:
        pkgsrc/devel/woboq_codebrowser: Makefile

Log Message:
devel/woboq_codebrowser: Mark broken by llvm update.

Needs patching or an upstream update to resolve.


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/devel/woboq_codebrowser/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/woboq_codebrowser/Makefile
diff -u pkgsrc/devel/woboq_codebrowser/Makefile:1.26 pkgsrc/devel/woboq_codebrowser/Makefile:1.27
--- pkgsrc/devel/woboq_codebrowser/Makefile:1.26        Thu Nov 14 22:19:37 2024
+++ pkgsrc/devel/woboq_codebrowser/Makefile     Fri Jan 24 09:26:11 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2024/11/14 22:19:37 wiz Exp $
+# $NetBSD: Makefile,v 1.27 2025/01/24 09:26:11 riastradh Exp $
 
 DISTNAME=      codebrowser-2.1.20231117
 PKGNAME=       woboq_${DISTNAME}
@@ -12,6 +12,23 @@ HOMEPAGE=    https://codebrowser.dev/
 COMMENT=       Code analysis tool
 LICENSE=       cc-by-nc-sa-v3.0-license
 
+# As of 2024-07:
+#
+# /pbulk/work/devel/woboq_codebrowser/work/codebrowser-1808e96d4c62417952389d536576d53bb6da4053/generator/inlayhintannotator.cpp: In member function 'std::string 
InlayHintsAnnotatorHelper::getParamNameInlayHint(clang::CallExpr*, clang::ParmVarDecl*, clang::Expr*)':
+# /pbulk/work/devel/woboq_codebrowser/work/codebrowser-1808e96d4c62417952389d536576d53bb6da4053/generator/inlayhintannotator.cpp:273:52: error: 'class llvm::StringRef' has no member named 
'startswith_insensitive'; did you mean 'starts_with_insensitive'?
+#   273 |     if (f->getNumParams() == 1 && getSimpleName(f).startswith_insensitive("set"))
+#       |                                                    ^~~~~~~~~~~~~~~~~~~~~~
+#       |                                                    starts_with_insensitive
+#
+# As of 2024-12:
+#
+# /tmp/pkgbuild/2024Q4/devel/woboq_codebrowser/work/codebrowser-1808e96d4c62417952389d536576d53bb6da4053/generator/main.cpp: In function 'int main(int, const char**)':
+# /tmp/pkgbuild/2024Q4/devel/woboq_codebrowser/work/codebrowser-1808e96d4c62417952389d536576d53bb6da4053/generator/main.cpp:461:24: error: 'class llvm::SmallString<128>' has no member named 
'endswith'; did you mean 'ends_with'?
+#          while (DirName.endswith("/"))
+#                         ^~~~~~~~
+#                         ends_with
+BROKEN=                "Incompatible with llvm>=18"
+
 USE_CXX_FEATURES=      c++17
 USE_LANGUAGES=         c c++
 



Home | Main Index | Thread Index | Old Index