git: 98d46e05ab08 - main - krb5/util/profile: Do not install profile.5
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 25 Jul 2025 17:28:43 UTC
The branch main has been updated by ivy:
URL: https://cgit.FreeBSD.org/src/commit/?id=98d46e05ab08c015247b53e770895521acca93fe
commit 98d46e05ab08c015247b53e770895521acca93fe
Author: Lexi Winter <ivy@FreeBSD.org>
AuthorDate: 2025-07-25 14:04:40 +0000
Commit: Lexi Winter <ivy@FreeBSD.org>
CommitDate: 2025-07-25 17:31:26 +0000
krb5/util/profile: Do not install profile.5
I am not sure what this file from upstream is supposed to be, but it's
not a manual page. Remove it and add to ObsoleteFiles.
Reviewed by: cy
Differential Revision: https://reviews.freebsd.org/D51517
---
ObsoleteFiles.inc | 3 ++-
krb5/util/profile/Makefile | 7 +------
2 files changed, 3 insertions(+), 7 deletions(-)
diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc
index 2c68b2ab783c..c66ece2a0767 100644
--- a/ObsoleteFiles.inc
+++ b/ObsoleteFiles.inc
@@ -51,7 +51,7 @@
# xargs -n1 | sort | uniq -d;
# done
-# 20250725: Headers installed by krb5 which shouldn't have been.
+# 20250725: Files which were briefly installed by WITH_MITKRB5 in 15.0.
OLD_FILES+=usr/include/kadm5/admin_internal.h
OLD_FILES+=usr/include/kadm5/admin_xdr.h
OLD_FILES+=usr/include/kadm5/kadm_rpc.h
@@ -62,6 +62,7 @@ OLD_FILES+=usr/include/t_test.h
OLD_FILES+=usr/include/dyn.h
OLD_FILES+=usr/include/dynP.h
OLD_FILES+=usr/include/gssrpcint.h
+OLD_FILES+=usr/share/man/man5/profile.5.gz
# 20250716: Remove an old manual page, vn(4) was removed in FreeBSD 5.0
OLD_FILES+=usr/share/man/man4/vn.4.gz
diff --git a/krb5/util/profile/Makefile b/krb5/util/profile/Makefile
index a921e29150bb..7d1b806bfb5d 100644
--- a/krb5/util/profile/Makefile
+++ b/krb5/util/profile/Makefile
@@ -67,13 +67,8 @@ profile.h: profile.hin prof_err.h
prof_file.c: profile.h
-MAN= profile.5
-
.include <bsd.lib.mk>
-.SUFFIXES: .h .c .man .1 .et
-
-.man.5:
- cp ${.ALLSRC} ${.TARGET}
+.SUFFIXES: .et
.PATH: ${KRB5_DIR}/util/profile