Bug 258145 - x11-fonts/fontconfig: Install prebuilt documentation
Summary: x11-fonts/fontconfig: Install prebuilt documentation
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: freebsd-desktop (Team)
URL:
Keywords:
Depends on: 257119
Blocks:
  Show dependency treegraph
 
Reported: 2021-08-29 15:39 UTC by Ting-Wei Lan
Modified: 2021-09-05 19:18 UTC (History)
3 users (show)

See Also:
tcberner: maintainer-feedback+


Attachments
Restore documentation by installing prebuilt files (8.88 KB, patch)
2021-08-29 15:39 UTC, Ting-Wei Lan
no flags Details | Diff
Restore documentation by installing prebuilt files (v2) (8.89 KB, patch)
2021-08-29 16:19 UTC, Ting-Wei Lan
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ting-Wei Lan 2021-08-29 15:39:23 UTC
Created attachment 227533 [details]
Restore documentation by installing prebuilt files

fontconfig source tarballs come with prebuilt documentation files, so we can install them without enabling any additional option. fontconfig is a complex library. Man pages are almost always required to debug font issues.
Comment 1 Tobias C. Berner freebsd_committer freebsd_triage 2021-08-29 16:13:33 UTC
Moin moint 

PORTEPOCH=	2

is wrong :)

You wanted to add 

PORTREVISION=   1


mfg Tobias
Comment 2 Ting-Wei Lan 2021-08-29 16:19:23 UTC
Created attachment 227535 [details]
Restore documentation by installing prebuilt files (v2)

Sorry, I pressed Ctrl+A in vim without checking the variable name when making the patch...
Comment 3 Daniel Engberg freebsd_committer freebsd_triage 2021-09-05 19:17:56 UTC
Committed, thanks!
Comment 4 commit-hook freebsd_committer freebsd_triage 2021-09-05 19:18:06 UTC
A commit in branch main references this bug:

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

commit 0e61178adba22093a2f98e3c3675f04110f7005e
Author:     Ting-Wei Lan <lantw44@gmail.com>
AuthorDate: 2021-09-05 19:12:04 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2021-09-05 19:12:22 +0000

    x11-fonts/fontconfig: Install prebuilt documentation

    Additional changes:
    While at it also rephrase section regarding circular dependency for docs

    PR:             258145
    Approved by:    tcberner (mentor)

 x11-fonts/fontconfig/Makefile  |  15 ++-
 x11-fonts/fontconfig/pkg-plist | 228 +++++++++++++++++++++++++++++++++++++++++
 2 files changed, 240 insertions(+), 3 deletions(-)