Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Feb 2026 22:58:55 +0000
From:      Dag-Erling=?utf-8?Q? Sm=C3=B8rg?=rav <des@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: bc6c827078b7 - main - OptionalObsoleteFiles: Add figpar to dialog section
Message-ID:  <6994f2af.335d1.10109cec@gitrepo.freebsd.org>

index | next in thread | raw e-mail

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


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6994f2af.335d1.10109cec>