Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Jun 2025 08:09:09 +0200
From:      "Herbert J. Skuhra" <herbert@skuhra.net>
To:        Cy Schubert <cy@freebsd.org>
Cc:        src-committers@freebsd.org, dev-commits-src-all@freebsd.org, dev-commits-src-main@freebsd.org
Subject:   Re: git: af2593e3212c - main - OptionalObsoleteFiles: Support MIT KRB5
Message-ID:  <aE-1BbScwLKIzc23@mail.bsd4all.net>
In-Reply-To: <202506160251.55G2pvSW063193@gitrepo.freebsd.org>
References:  <202506160251.55G2pvSW063193@gitrepo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Jun 16, 2025 at 02:51:57AM +0000, Cy Schubert wrote:
> The branch main has been updated by cy:
> 
> URL: https://cgit.FreeBSD.org/src/commit/?id=af2593e3212ce68d9eb5e5f20d2f0c11f6ee69bd
> 
> commit af2593e3212ce68d9eb5e5f20d2f0c11f6ee69bd
> Author:     Cy Schubert <cy@FreeBSD.org>
> AuthorDate: 2025-06-11 02:54:37 +0000
> Commit:     Cy Schubert <cy@FreeBSD.org>
> CommitDate: 2025-06-16 02:49:37 +0000
> 
>     OptionalObsoleteFiles: Support MIT KRB5
>     
>     If no Kerberos is wanted (MK_KERBEROS == no) remove whatever kerberos
>     is installed.
>     
>     If MIT KRB5 is wanted (MK_MITKRB5 == yes) remove the Heimdal files.
>     
>     If Heimdal is wanted (MK_MITKRB5 == no) remove the MIT KRB5 files.
>     
>     Sponsored by:           The FreeBSD Foundation
>     Differential revision:  https://reviews.freebsd.org/D50814
> ---
>  tools/build/mk/OptionalObsoleteFiles.inc | 3257 +++++++++++++++++++++++++++++-
>  1 file changed, 3251 insertions(+), 6 deletions(-)

'make delete-old' fails to remove the directories /usr/include/krb5 and
/usr/include/kadm5. The leftover files are: 

-r--r--r--  1 root wheel 8150 Jan 29  2022 /usr/include/kadm5/admin.h
-r--r--r--  1 root wheel 2420 Jan 29  2022
/usr/include/krb5/locate_plugin.h

Should they be added to OptionalObsoleteFiles?



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?aE-1BbScwLKIzc23>