git: 870bc238ed74 - main - x11-fonts/juliamono: Add notice regarding compatibility with color glyphs

From: Daniel Engberg <diizzy_at_FreeBSD.org>
Date: Thu, 06 Jun 2024 19:08:02 UTC
The branch main has been updated by diizzy:

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

commit 870bc238ed74376edc082f74d155e0b460d45dd4
Author:     Trenton Schulz <trueos@norwegianrockcat.com>
AuthorDate: 2024-06-06 13:10:09 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2024-06-06 19:05:48 +0000

    x11-fonts/juliamono: Add notice regarding compatibility with color glyphs
    
    Some applications don't support color plyphs and throws errors, add
    a notice of a workaround for users if they run into compatibility
    issues.
    
    PR:             278852
    Reported by:    Harald Schmalzbauer <bugzilla.freebsd@omnilan.de>
---
 x11-fonts/juliamono/Makefile    | 1 +
 x11-fonts/juliamono/pkg-message | 7 +++++++
 2 files changed, 8 insertions(+)

diff --git a/x11-fonts/juliamono/Makefile b/x11-fonts/juliamono/Makefile
index e52208984736..9c4d8bf2bc0d 100644
--- a/x11-fonts/juliamono/Makefile
+++ b/x11-fonts/juliamono/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	juliamono
 DISTVERSION=	0.055
+PORTREVISION=	1
 CATEGORIES=	x11-fonts
 MASTER_SITES=	https://github.com/cormullion/${PORTNAME}/releases/download/v${DISTVERSION}/
 DISTNAME=	JuliaMono-ttf
diff --git a/x11-fonts/juliamono/pkg-message b/x11-fonts/juliamono/pkg-message
new file mode 100644
index 000000000000..23bfd8bbc82b
--- /dev/null
+++ b/x11-fonts/juliamono/pkg-message
@@ -0,0 +1,7 @@
+[
+{ type: install
+  message: <<EOM
+Version 0.055 and up of JuliaMono include color glyphs.  If your application (e.g., xterm(1), urxvt(1)) does not support color glyphs. You may need to change your config
+to use "JuliaMono Latin" instead of "JuliaMono".
+}
+]