Bug 278019

Summary: x11-fonts/noto-emoji: recent update causes the emojis to no longer render
Product: Ports & Packages Reporter: Kenneth Raplee <kenrap>
Component: Individual Port(s)Assignee: Po-Chuan Hsieh <sunpoet>
Status: Closed FIXED    
Severity: Affects Only Me CC: mew14930xvi
Priority: --- Flags: bugzilla: maintainer-feedback? (sunpoet)
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
Make COLRv1 optional. none

Description Kenneth Raplee 2024-03-29 02:31:17 UTC
When using the Emoji Selector utility from KDE Plasma, the rendering of every emoji becomes invisible. The emojis are still selectable, but it can't been seen as to which emoji is being copied to the clipboard. Pasting the emojis in editors/kate doesn't render them either.

I fixed this myself by manually editing the Makefile to remove the added Noto-COLRv1.ttf changes while keeping the same PORTVERSION at 2.042. After rebuilding the port through poudriere and reinstalling the package, the Emoji Selector now renders them as it did previously.
Comment 1 mew14930xvi 2024-03-29 09:56:44 UTC
Created attachment 249552 [details]
Make COLRv1 optional.

Me too.
Comment 2 commit-hook freebsd_committer freebsd_triage 2024-03-31 18:58:39 UTC
A commit in branch main references this bug:

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

commit 2878ca490586207c3cd7bb3ff94d1274f52013b0
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-03-31 18:53:03 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-03-31 18:53:03 +0000

    x11-fonts/noto-emoji: Add COLR option

    - Bump PORTREVISION for package change

    PR:             278019
    Reported by:    Kenneth Raplee <kenrap@kennethraplee.com>, mew14930xvi <mew14930xvi@inbox.lv>

 x11-fonts/noto-emoji/Makefile | 13 ++++++++++---
 1 file changed, 10 insertions(+), 3 deletions(-)
Comment 3 Po-Chuan Hsieh freebsd_committer freebsd_triage 2024-03-31 19:04:18 UTC
Committed. Thanks!