Bug 273179 - x11-fonts/noto-basic: Move Noto Sans Mono to basic
Summary: x11-fonts/noto-basic: Move Noto Sans Mono to basic
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: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-08-17 14:13 UTC by Tijl Coosemans
Modified: 2023-09-11 16:18 UTC (History)
0 users

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


Attachments
patch (3.90 KB, patch)
2023-08-17 14:13 UTC, Tijl Coosemans
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Tijl Coosemans freebsd_committer freebsd_triage 2023-08-17 14:13:32 UTC
Created attachment 244171 [details]
patch

/usr/local/etc/fonts/conf.avail/60-latin.conf refers to Noto Sans Mono while noto-basic contains Noto Mono.  It turns out that the latter is obsolete.  The attached patch does the following:

- Replace obsolete Noto Mono with Noto Sans Mono in noto-basic.  The
  default fontconfig configuration refers to the latter.
- Move Noto Sans Linear B from noto-basic to noto-extra.  It is an
  ancient script.
- Move Noto Sans Symbols Bold to noto-basic.  The non-bold font is
  already included.
Comment 1 commit-hook freebsd_committer freebsd_triage 2023-09-11 03:16:11 UTC
A commit in branch main references this bug:

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

commit f08ea94267df705f452758616f84ec4d8dfb2ca6
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-09-11 03:10:36 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-09-11 03:12:39 +0000

    x11-fonts/noto-{basic,extra}: Reorganize

    - Move from noto-basic to noto-extra:
      - NotoMono-Regular.ttf: Obsoleted
      - NotoSansLinearB-Regular.ttf: Ancient script
    - Move from noto-extra to noto-basic:
      - NotoSansMono-Bold.ttf, NotoSansMono-Regular.ttf: Replace NotoMono-Regular.ttf
      - NotoSansSymbols-Bold.ttf: Along with NotoSansSymbols-Regular.ttf
    - Bump PORTREVISION for package change

    PR:             273179
    Submitted by:   tijl

 x11-fonts/noto-basic/Makefile  | 9 +++++----
 x11-fonts/noto-basic/pkg-plist | 5 +++--
 x11-fonts/noto-extra/Makefile  | 8 +++++---
 x11-fonts/noto-extra/pkg-plist | 5 ++---
 4 files changed, 15 insertions(+), 12 deletions(-)
Comment 2 Po-Chuan Hsieh freebsd_committer freebsd_triage 2023-09-11 16:18:05 UTC
Committed. Thanks!