Bug 273179

Summary: x11-fonts/noto-basic: Move Noto Sans Mono to basic
Product: Ports & Packages Reporter: Tijl Coosemans <tijl>
Component: Individual Port(s)Assignee: Po-Chuan Hsieh <sunpoet>
Status: Closed FIXED    
Severity: Affects Only Me Flags: bugzilla: maintainer-feedback? (sunpoet)
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
patch none

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!