git: bc6c827078b7 - main - OptionalObsoleteFiles: Add figpar to dialog section
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 17 Feb 2026 22:58:55 UTC
The branch main has been updated by des:
URL: https://cgit.FreeBSD.org/src/commit/?id=bc6c827078b7ab62271ce7ac1c4439b82fd2f98c
commit bc6c827078b7ab62271ce7ac1c4439b82fd2f98c
Author: Dag-Erling Smørgrav <des@FreeBSD.org>
AuthorDate: 2026-02-17 22:58:36 +0000
Commit: Dag-Erling Smørgrav <des@FreeBSD.org>
CommitDate: 2026-02-17 22:58:43 +0000
OptionalObsoleteFiles: Add figpar to dialog section
MFC after: 3 days
Fixes: 15d781b53233 ("lib: Gate libfigpar under MK_DIALOG")
Reviewed by: jhb, emaste
Differential Revision: https://reviews.freebsd.org/D55330
---
tools/build/mk/OptionalObsoleteFiles.inc | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/tools/build/mk/OptionalObsoleteFiles.inc b/tools/build/mk/OptionalObsoleteFiles.inc
index 38faebeca63a..045abde55ffa 100644
--- a/tools/build/mk/OptionalObsoleteFiles.inc
+++ b/tools/build/mk/OptionalObsoleteFiles.inc
@@ -1470,10 +1470,14 @@ OLD_LIBS+=usr/lib/libdialog.so.10
OLD_FILES+=usr/lib/libdpv.a
OLD_FILES+=usr/lib/libdpv.so
OLD_LIBS+=usr/lib/libdpv.so.3
+OLD_FILES+=usr/lib/libfigpar.a
+OLD_FILES+=usr/lib/libfigpar.so
+OLD_LIBS+=usr/lib/libfigpar.so.0
OLD_FILES+=usr/share/man/man1/dialog.1.gz
OLD_FILES+=usr/share/man/man1/dpv.1.gz
OLD_FILES+=usr/share/man/man3/dialog.3.gz
OLD_FILES+=usr/share/man/man3/dpv.3.gz
+OLD_FILES+=usr/share/man/man3/figpar.3.gz
.endif
.if ${MK_DICT} == no