On Mon, Jun 16, 2025 at 08:09:09AM +0200, Herbert J. Skuhra wrote: > 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 <c...@freebsd.org> > > AuthorDate: 2025-06-11 02:54:37 +0000 > > Commit: Cy Schubert <c...@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?
Sorry, the files are already listed (three times). So it must be a different issue.