Bug 261662 - sysutils/tracker3 fix man page generation
Summary: sysutils/tracker3 fix man page generation
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: freebsd-gnome (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-02-01 19:27 UTC by David Marec
Modified: 2022-03-27 13:21 UTC (History)
3 users (show)

See Also:
tcberner: maintainer-feedback+


Attachments
Patch to fix asciidoc xsl lookup (1.34 KB, patch)
2022-02-01 19:27 UTC, David Marec
no flags Details | Diff
Avoid patch file, use in-place sed command instead (1.04 KB, patch)
2022-02-01 19:48 UTC, David Marec
david.marec: maintainer-approval? (gnome)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description David Marec 2022-02-01 19:27:44 UTC
Created attachment 231502 [details]
Patch to fix asciidoc xsl lookup

This patch fixes the asciidoc xsl file lookup when generating manpages.
Comment 1 David Marec 2022-02-01 19:48:06 UTC
Created attachment 231504 [details]
Avoid patch file, use in-place sed command instead

Make manpage generation on by default.
Relocate xsl files for asciidoc
Comment 2 Tobias C. Berner freebsd_committer freebsd_triage 2022-03-27 13:20:28 UTC
Committed with some minor changes. 

Thanks for reporting.


mfg Tobias
Comment 3 commit-hook freebsd_committer freebsd_triage 2022-03-27 13:21:02 UTC
A commit in branch main references this bug:

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

commit f5269b1820b794f9d3256e9e1d9605f9e5cbc3f9
Author:     Tobias C. Berner <tcberner@FreeBSD.org>
AuthorDate: 2022-03-27 13:13:21 +0000
Commit:     Tobias C. Berner <tcberner@FreeBSD.org>
CommitDate: 2022-03-27 13:17:05 +0000

    sysutils/tracker3: fix MAN option

    - Fix meson-arguments to enable the man page generation via option
      toggle.

    Based on the version submitted by David Marec.

    PR:             261662
    Reported by:    David Marec <david@lapinbilly.eu>

 sysutils/tracker3/Makefile | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)