Index | Thread | Search

From:
Kirill A. Korinsky <kirill@korins.ky>
Subject:
Re: x11/qt6: force to use llvm19
To:
Rafael Sadowski <rafael@sizeofvoid.org>
Cc:
ports@openbsd.org
Date:
Sat, 13 Dec 2025 15:47:19 +0100

Download raw body.

Thread
On Sat, 13 Dec 2025 15:32:17 +0100,
Rafael Sadowski <rafael@sizeofvoid.org> wrote:
> 
> @@ -0,0 +1,11 @@
> +Index: src/qdoc/cmake/QDocConfiguration.cmake
> +--- src/qdoc/cmake/QDocConfiguration.cmake.orig
> ++++ src/qdoc/cmake/QDocConfiguration.cmake
> +@@ -8,6 +8,6 @@ set(QDOC_MINIMUM_CLANG_VERSION "17")
> + 
> + # List of explicitly supported Clang versions for QDoc
> + set(QDOC_SUPPORTED_CLANG_VERSIONS
> +-    "21.1" "20.1" "19.1" "18.1" "17.0.6"
> ++    "19.1" "18.1" "17.0.6"
> + )
> + 
> 

Is it worth to keep only one 19.1 here? At least it will fail when clang is
increased and will protect from linking with wrong version on bulk bild.

-- 
wbr, Kirill