[Bug 292094] net/kea: fix malformed manpages

From: <bugzilla-noreply_at_freebsd.org>
Date: Thu, 01 Jan 2026 09:12:14 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=292094

            Bug ID: 292094
           Summary: net/kea: fix malformed manpages
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: hiroo.ono+freebsd@gmail.com
                CC: apevnev@me.com
             Flags: maintainer-feedback?(apevnev@me.com)
                CC: apevnev@me.com

Created attachment 266722
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=266722&action=edit
patch to Makefile

net/kea's 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.

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