[Bug 292094] net/kea: fix malformed manpages

From: <bugzilla-noreply_at_freebsd.org>
Date: Sun, 18 Jan 2026 23:11:55 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=292094

--- Comment #5 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/ports/commit/?id=8ee7012cf61a6c638c72339e408086f803e40d8f

commit 8ee7012cf61a6c638c72339e408086f803e40d8f
Author:     Hiroo Ono <hiroo.ono+freebsd@gmail.com>
AuthorDate: 2026-01-18 23:07:44 +0000
Commit:     Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2026-01-18 23:11:35 +0000

    net/kea: Fix malformed manpages, improve port

    Manuals are malformed like:
    ----------
        kea-admin - Shell script for managing Kea databases -

         System Message: ERROR/3 (kea-admin.8.rst:, line 11)
                Unknown directive type "iscman".

            .. iscman:: kea-admin
    ----------

    ----------
         :program:`kea-admin`
          [command] [backend] [-h database_host] [-P database_port] [-u
         database_username] [-p [database_password]] [-n database_name] [-d
         script_directory] [-v] [-x extra_argument [-x extra_argument ...]] [-4
|
         -6] [-i input_file] [-o output_file] [-y]

         System Message: ERROR/3 (kea-admin.8.rst:, line 19)
                Unknown interpreted text role "program".
    ----------
    Remove directives that rst2man (py-docutils) does not understand.

    Improve port (no functional changes):
    - Fix warnings from portclippy.
    - Sort USES.
    - Optimize post-install.

    PR:             292094
    MFH:            2026Q1
    Co-authored-by: Vladimir Druzenko <vvd@FreeBSD.org>

 net/kea/Makefile | 44 ++++++++++++++++++++++++--------------------
 1 file changed, 24 insertions(+), 20 deletions(-)

-- 
You are receiving this mail because:
You are the assignee for the bug.