[Bug 254173] pkgbase: installing FreeBSD-clang clang and FreeBSD-lld doesn't pull all dependencies necessary to actually compile and link programs

From: <bugzilla-noreply_at_freebsd.org>
Date: Sun, 12 Nov 2023 11:31:30 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254173

--- Comment #8 from commit-hook@FreeBSD.org ---
A commit in branch stable/14 references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=e968616046a32e4ac7b98b2aa7935c3a64f66ada

commit e968616046a32e4ac7b98b2aa7935c3a64f66ada
Author:     Doug Rabson <dfr@FreeBSD.org>
AuthorDate: 2023-09-11 08:38:46 +0000
Commit:     Doug Rabson <dfr@FreeBSD.org>
CommitDate: 2023-11-12 10:37:16 +0000

    pkgbase: Move headers and libs out of runtime and utilities

    Headers from src/include were in the runtime-dev package but
    subdirectories of src/include ended up in utilities-dev by default.
    Neither package is a good choice - the headers in src/include are not
    useful without the libraries contained in clibs-dev.

    This moves the standard C headers to clibs-dev (C++ headers are already
    in this package). While working on this, I found that various clang
    libraries and headers were also bundled into utilities-dev by default
    so these are also moved to clang-dev.

    I also added a FreeBSD-build-essential meta package to make it simple to
    install all the toolchain parts.

    PR:             254173
    Reviewed byb:   manu
    MFC after:      1 week
    Differential Revision: https://reviews.freebsd.org/D41815

    (cherry picked from commit 78847e1e592789dc85bddf4d2f1d9a8ce4614ff1)

 include/Makefile                 | 2 +-
 include/Makefile.inc (new)       | 2 ++
 lib/clang/Makefile.inc           | 1 +
 lib/csu/Makefile.inc             | 1 +
 lib/libclang_rt/Makefile.inc     | 1 +
 release/packages/generate-ucl.sh | 3 +++
 6 files changed, 9 insertions(+), 1 deletion(-)

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