git: 0c5eb09a2364 - stable/15 - OptionalObsoleteFiles: Add missing headers
Dag-Erling Smørgrav <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.src,gmane.os.freebsd.devel.stable.scm |
|---|---|
| Message-ID | <[email protected]> |
The branch stable/15 has been updated by des: URL: https://cgit.FreeBSD.org/src/commit/?id=0c5eb09a236472abdb8ac18f59211a4bb4f0fcdf commit 0c5eb09a236472abdb8ac18f59211a4bb4f0fcdf Author: Dag-Erling Smørgrav <[email protected]> AuthorDate: 2026-06-29 19:17:52 +0000 Commit: Dag-Erling Smørgrav <[email protected]> CommitDate: 2026-08-21 16:03:30 +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 113d21dfa0fe..6245b6e9f444 100644 --- a/tools/build/mk/OptionalObsoleteFiles.inc +++ b/tools/build/mk/OptionalObsoleteFiles.inc @@ -1514,6 +1514,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_LIBS+=usr/lib/libdialog.so.10