Re: git: 45d83c39262d - main - pkgbase: add a mechanism to be able to force a give ucl include

From: John Baldwin <jhb_at_FreeBSD.org>
Date: Wed, 20 Mar 2024 22:28:16 UTC
On 3/20/24 1:53 AM, Baptiste Daroussin wrote:
> The branch main has been updated by bapt:
> 
> URL: https://cgit.FreeBSD.org/src/commit/?id=45d83c39262d9e2727c6f409e19c653f19a5d7cc
> 
> commit 45d83c39262d9e2727c6f409e19c653f19a5d7cc
> Author:     Baptiste Daroussin <bapt@FreeBSD.org>
> AuthorDate: 2024-03-20 08:35:47 +0000
> Commit:     Baptiste Daroussin <bapt@FreeBSD.org>
> CommitDate: 2024-03-20 08:39:18 +0000
> 
>      pkgbase: add a mechanism to be able to force a give ucl include
>      
>      This is made in order to be able to find add the post-install scripts
>      for the kernel, where PKGNAME varies for each KERNCONF but we don't want
>      to dynamically duplicated the kernel.ucl file.
>      
>      At the same time we don't want the *-dbg* packages to actually include
>      those post-install scripts

FYI, now that kldxref is a cross-tool, it shouldn't need to be run as a post-install
step anymore.  Instead, the package for a given kernel should come with a linker.hints
file.

-- 
John Baldwin