The branch stable/14 has been updated by des: URL: https://cgit.FreeBSD.org/src/commit/?id=e33854e4dd553887ca57e7a32148fa6dda44fd7b
commit e33854e4dd553887ca57e7a32148fa6dda44fd7b Author: Dag-Erling Smørgrav <[email protected]> AuthorDate: 2026-06-29 19:17:52 +0000 Commit: Dag-Erling Smørgrav <[email protected]> CommitDate: 2026-07-10 17:10:45 +0000 OptionalObsoleteFiles: Add missing headers The header files for dialog, figpar, dpv were never listed. Fixes: bc6c827078b7 ("OptionalObsoleteFiles: Add figpar to dialog section") (cherry picked from commit acf6518a2d6f33fb56c861861cbad0c0cb56817e) --- tools/build/mk/OptionalObsoleteFiles.inc | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/tools/build/mk/OptionalObsoleteFiles.inc b/tools/build/mk/OptionalObsoleteFiles.inc index bd7646d2caba..997807d260fc 100644 --- a/tools/build/mk/OptionalObsoleteFiles.inc +++ b/tools/build/mk/OptionalObsoleteFiles.inc @@ -1499,6 +1499,13 @@ OLD_FILES+=tests/lib/libc/stdtime/detect_tz_changes_test .if ${MK_DIALOG} == no OLD_FILES+=usr/bin/dialog OLD_FILES+=usr/bin/dpv +OLD_FILES+=usr/include/dialog.h +OLD_FILES+=usr/include/dlg_colors.h +OLD_FILES+=usr/include/dlg_config.h +OLD_FILES+=usr/include/dlg_keys.h +OLD_FILES+=usr/include/dpv.h +OLD_FILES+=usr/include/figpar.h +OLD_FILES+=usr/include/string_m.h OLD_FILES+=usr/lib/libdialog.a OLD_FILES+=usr/lib/libdialog.so OLD_FILES+=usr/lib/libdialog.so.10
