git: acf6518a2d6f - main - OptionalObsoleteFiles: Add missing headers
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 29 Jun 2026 19:18:56 UTC
The branch main has been updated by des:
URL: https://cgit.FreeBSD.org/src/commit/?id=acf6518a2d6f33fb56c861861cbad0c0cb56817e
commit acf6518a2d6f33fb56c861861cbad0c0cb56817e
Author: Dag-Erling Smørgrav <des@FreeBSD.org>
AuthorDate: 2026-06-29 19:17:52 +0000
Commit: Dag-Erling Smørgrav <des@FreeBSD.org>
CommitDate: 2026-06-29 19:17:52 +0000
OptionalObsoleteFiles: Add missing headers
The header files for dialog, figpar, dpv were never listed.
Fixes: bc6c827078b7 ("OptionalObsoleteFiles: Add figpar to dialog section")
---
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 cfd040ee60fc..c77fbaa80f1b 100644
--- a/tools/build/mk/OptionalObsoleteFiles.inc
+++ b/tools/build/mk/OptionalObsoleteFiles.inc
@@ -1504,6 +1504,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