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.
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(-)
Committed. Thanks!