aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTrenton Schulz <trueos@norwegianrockcat.com>2024-06-06 13:10:09 +0000
committerDaniel Engberg <diizzy@FreeBSD.org>2024-06-06 19:05:48 +0000
commit870bc238ed74376edc082f74d155e0b460d45dd4 (patch)
tree7ba86fbc1c3602ab5901fa92ce80512ccbfae0a6
parent3b1cab47d54b2cc6e36387044cc19ee4c4d5da7b (diff)
downloadports-870bc238ed74376edc082f74d155e0b460d45dd4.tar.gz
ports-870bc238ed74376edc082f74d155e0b460d45dd4.zip
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>
-rw-r--r--x11-fonts/juliamono/Makefile1
-rw-r--r--x11-fonts/juliamono/pkg-message7
2 files changed, 8 insertions, 0 deletions
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".
+}
+]