Created attachment 208192 [details] add groff:run to USES Viewing manpages for mysql/mysqladmin does not work without groff: # man mysqldump This manpage needs groff(1) to be rendered First install groff(1): pkg install groff The attached patch adds a USES-flag regarding groff.
Build info is available at https://gitlab.com/swills/freebsd-ports/pipelines/91098844
^Triage: Assign to new maintainer (ports r523992)
A commit references this bug: Author: joneum Date: Sun Mar 1 12:19:40 UTC 2020 New revision: 527548 URL: https://svnweb.freebsd.org/changeset/ports/527548 Log: Some manpages require groff, for example mysqladmin PR: 241145 Reported by: Robert Schulze <rs@bytecamp.net> Sponsored by: Netzkommune GmbH Changes: head/databases/mysql57-server/Makefile
Landed. Thx :-)
Created attachment 244799 [details] mysqldump.1 degroff This patch adjusts the table (.TS/.TE) markup so it does not require groff(1) yet renders exactly the same. I haven't checked whether remaining manpages need similar treatment, this is JFYI.