Bug 286227 - x11/wezterm: Follow upstream and switch from mdbook to mkdocs for documentation generation
Summary: x11/wezterm: Follow upstream and switch from mdbook to mkdocs for documentati...
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: Hiroki Tagato
URL:
Keywords:
Depends on: 286223 286225 286226
Blocks:
  Show dependency treegraph
 
Reported: 2025-04-20 11:23 UTC by Vladyslav Movchan
Modified: 2025-06-10 09:29 UTC (History)
2 users (show)

See Also:


Attachments
x11/wezterm: Follow upstream and switch to MkDocs (6.00 KB, patch)
2025-04-20 11:23 UTC, Vladyslav Movchan
vladislav.movchan: maintainer-approval+
Details | Diff
x11/wezterm: Follow upstream and switch to MkDocs (6.00 KB, patch)
2025-06-09 12:12 UTC, Vladyslav Movchan
vladislav.movchan: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Vladyslav Movchan 2025-04-20 11:23:32 UTC
Created attachment 259730 [details]
x11/wezterm: Follow upstream and switch to MkDocs

Upstream project has switched to Material for MkDocs to build the documentation.
Comment 1 Vladyslav Movchan 2025-06-09 12:12:54 UTC
Created attachment 261114 [details]
x11/wezterm: Follow upstream and switch to MkDocs

Rebase after 3ed29b818520b4c5691c1c49d13fd6b89c3142ef (lang/rust: Bump revisions after 1.87.0)
Comment 2 commit-hook freebsd_committer freebsd_triage 2025-06-10 08:18:46 UTC
A commit in branch main references this bug:

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

commit 9b37de0e37df80b727fadde56fb44d1d0149fabe
Author:     Vladyslav Movchan <vladislav.movchan@gmail.com>
AuthorDate: 2025-04-19 19:36:50 +0000
Commit:     Hiroki Tagato <tagattie@FreeBSD.org>
CommitDate: 2025-06-10 08:17:57 +0000

    x11/wezterm: follow upstream and switch from mdbook to mkdocs for documentation generation

    Also drop mdbook-related patch which is no longer necessary.

    PR:             286227
    Reported by:    Vladyslav Movchan <vladislav.movchan@gmail.com> (maintainer)

 x11/wezterm/Makefile                          | 37 ++++++++++++++++-----------
 x11/wezterm/distinfo                          |  4 ++-
 x11/wezterm/files/patch-fix-mdbook0448 (gone) | 24 -----------------
 3 files changed, 25 insertions(+), 40 deletions(-)
Comment 3 Hiroki Tagato freebsd_committer freebsd_triage 2025-06-10 08:19:46 UTC
Committed, thanks!
Comment 4 Vladyslav Movchan 2025-06-10 09:29:24 UTC
(In reply to Hiroki Tagato from comment #3)
Thanks a lot!