git: e2f2b182c08c - main - ObsoleteFiles: Add missing headers
Dag-Erling Smørgrav <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.src |
|---|---|
| Message-ID | <6a8876f4.3e190.4ccd2f83__24751.8669277028$1787328263$gmane$org@gitrepo.freebsd.org> |
The branch main has been updated by des: URL: https://cgit.FreeBSD.org/src/commit/?id=e2f2b182c08c8f9232b49333051bdc63328b71bc commit e2f2b182c08c8f9232b49333051bdc63328b71bc Author: Dag-Erling Smørgrav <[email protected]> AuthorDate: 2026-08-21 16:02:26 +0000 Commit: Dag-Erling Smørgrav <[email protected]> CommitDate: 2026-08-21 16:03:57 +0000 ObsoleteFiles: Add missing headers The header files for dialog, figpar, dpv were never listed. PR: 297612 Fixes: af202a5052b6 ("Retire dialog") --- ObsoleteFiles.inc | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc index 4024af431f7e..5506519b790d 100644 --- a/ObsoleteFiles.inc +++ b/ObsoleteFiles.inc @@ -77,6 +77,13 @@ OLD_DIRS+=usr/tests/gnu # 20260707: Removed dialog, figpar, dpv 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