[Bug 293955] deskutils/kdepim-runtime: fix build with clang 21

[email protected]
Newsgroups gmane.comp.kde.freebsd
Message-ID <[email protected]/bugzilla/>
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=293955

--- Comment #4 from [email protected] ---
A commit in branch 2026Q1 references this bug:

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

commit ffe7f23e206520f51ed704058b823235a79c179a
Author:     Dimitry Andric <[email protected]>
AuthorDate: 2026-03-21 16:28:26 +0000
Commit:     Dimitry Andric <[email protected]>
CommitDate: 2026-03-24 11:53:35 +0000

    deskutils/kdepim-runtime: fix build with clang 21

    With clang 21 deskutils/kdepim-runtime fails to build, with errors
    similar to:

        ld: error: undefined symbol: KPIM::Maildir::Maildir(QString const&,
bool)
        >>> referenced by configwidget.cpp
        >>>              
CMakeFiles/mixedmaildirconfig.dir/configwidget.cpp.o:(ConfigWidget::checkPath())
        >>> referenced by configwidget.cpp
        >>>              
CMakeFiles/mixedmaildirconfig.dir/configwidget.cpp.o:(ConfigWidget::checkPath())

        ld: error: undefined symbol: KPIM::Maildir::isValid(bool) const
        >>> referenced by configwidget.cpp
        >>>              
CMakeFiles/mixedmaildirconfig.dir/configwidget.cpp.o:(ConfigWidget::checkPath())
        >>> referenced by configwidget.cpp
        >>>              
CMakeFiles/mixedmaildirconfig.dir/configwidget.cpp.o:(ConfigWidget::checkPath())

    This is because various CMake configure checks fail, due to the port
    Makefile adding -Wno-error=enum-constexpr-conversion, which is no longer
    supported by clang >= 21.

    PR:             293955
    Approved by:    makc (maintainer)
    MFH:            2026Q1

    (cherry picked from commit 441cd2b7a4f5b81f25ac9109b30c646265e7f7fb)

 deskutils/kdepim-runtime/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
You are receiving this mail because:
You are on the CC list for the bug.
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.