Bug 241145 - databases/mysql57-server: some manpages require groff
Summary: databases/mysql57-server: some manpages require groff
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Jochen Neumeister
URL:
Keywords: buildisok
Depends on:
Blocks:
 
Reported: 2019-10-09 08:20 UTC by Robert Schulze
Modified: 2023-09-13 02:52 UTC (History)
3 users (show)

See Also:
bugzilla: maintainer-feedback? (joneum)


Attachments
add groff:run to USES (350 bytes, patch)
2019-10-09 08:20 UTC, Robert Schulze
no flags Details | Diff
mysqldump.1 degroff (430 bytes, patch)
2023-09-13 02:52 UTC, Alexey Dokuchaev
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Robert Schulze 2019-10-09 08:20:37 UTC
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.
Comment 1 Automation User 2019-10-24 01:45:56 UTC
Build info is available at https://gitlab.com/swills/freebsd-ports/pipelines/91098844
Comment 2 Kubilay Kocak freebsd_committer freebsd_triage 2020-01-25 03:05:36 UTC
^Triage: Assign to new maintainer (ports r523992)
Comment 3 commit-hook freebsd_committer freebsd_triage 2020-03-01 12:20:21 UTC
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
Comment 4 Jochen Neumeister freebsd_committer freebsd_triage 2020-03-01 12:21:00 UTC
Landed. Thx :-)
Comment 5 Alexey Dokuchaev freebsd_committer freebsd_triage 2023-09-13 02:52:30 UTC
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.