From nobody Mon Jun 16 06:09:09 2025 X-Original-To: dev-commits-src-main@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4bLKMd73t3z5Vd8S; Mon, 16 Jun 2025 06:09:17 +0000 (UTC) (envelope-from herbert@skuhra.net) Received: from mail.bsd4all.net (mail.bsd4all.net [IPv6:2a01:4f8:13b:240c::25]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4bLKMd3wRsz3SBg; Mon, 16 Jun 2025 06:09:17 +0000 (UTC) (envelope-from herbert@skuhra.net) Authentication-Results: mx1.freebsd.org; none Date: Mon, 16 Jun 2025 08:09:09 +0200 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=skuhra.net; s=mail202005; t=1750054149; bh=Wv5wLb/8vbBQH+qXdaBBmSbAE1QVzH1mapideMAnJ0E=; h=Date:From:To:Cc:Subject:Message-ID:MIME-Version:Content-Type; b=ijj+t5CRxZfgtuPTTzjRiOM3wc+SYBcgumDKoMYOZXwzr8zDN6fVrWmimnaUGd5Eb BipE5zLzZ8H+8Hw5Ezq6c+OJ52qvv72ohWl7rNHCESDcvY7rN7RoINEAtWuXWsbtvf BFxLzXficuCaIWh2ip0nTnoLwSMVNZ2iAhI/9LHCJzuDr9rxLa94MtHv2BZH/xtIrO UOQrGLVudif+oZa5F8Ku6pxnM1xsJiedXz2ssn38DUzosa9xJx1Yo+/JQp/apIS8Fm 1fAv6U65qibq3Q471zMzRM7Dw/JM2V5b2XIg6rLsQgR39Epvp8J2sJPCNC8iEk850x SSC2MWziCLmlw== From: "Herbert J. Skuhra" To: Cy Schubert 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: References: <202506160251.55G2pvSW063193@gitrepo.freebsd.org> List-Id: Commit messages for the main branch of the src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-src-main@freebsd.org Sender: owner-dev-commits-src-main@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <202506160251.55G2pvSW063193@gitrepo.freebsd.org> X-Rspamd-Queue-Id: 4bLKMd3wRsz3SBg X-Spamd-Bar: ---- X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:24940, ipnet:2a01:4f8::/32, country:DE] 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 > AuthorDate: 2025-06-11 02:54:37 +0000 > Commit: Cy Schubert > 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?