[Bug 263456] [exp-run] update LLVM_DEFAULT to 15

From: <bugzilla-noreply_at_freebsd.org>
Date: Sat, 17 Dec 2022 23:13:33 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=263456

--- Comment #24 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:

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

commit c49f3491b8e2ca2bbe2fd32f6ccfb0818a0ab9d6
Author:     Tobias C. Berner <tcberner@FreeBSD.org>
AuthorDate: 2022-12-17 21:16:33 +0000
Commit:     Tobias C. Berner <tcberner@FreeBSD.org>
CommitDate: 2022-12-17 23:10:33 +0000

    databases/xtrabackup: fix llvm version at 10 explicitely

    In the previous commit [1] in 2021, clang was locked at 10:
        Compilation of the embedded mysql server fail with clang 11, use clang
10 as
        workaround (same as databases/mysql57-server do).

    As LLVM_DEFAULT will now be higher than 10, explicitely depend on 10.

    Note:
            USES=llvm:max=10
    would be the preferable solution for this usecase, however, llvm.mk
    cannot be used after bsd.options.mk at the moment.

    [1] 106d01226d33ce7f76ca480bb9d9598a3b711b60

    PR:             263456

 databases/xtrabackup/Makefile | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

-- 
You are receiving this mail because:
You are on the CC list for the bug.