summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2021-09-30 21:38:23 +0000
committerwiz <wiz@pkgsrc.org>2021-09-30 21:38:23 +0000
commit3019742948762ecc31e994c4f86600e357ee5f0c (patch)
tree3c851cb1be0a560b777c409107357db624e23790 /net
parent232cd9f00393f1f53e0dfeab7d632c5c317e4444 (diff)
downloadpkgsrc-3019742948762ecc31e994c4f86600e357ee5f0c.tar.gz
tigervnc: look in /usr/X11R7 for fonts
From Chavdar Ivanov in PR 56427. Bump PKGREVISION.
Diffstat (limited to 'net')
-rw-r--r--net/tigervnc/Makefile4
-rw-r--r--net/tigervnc/files/vncserver.pl1
2 files changed, 3 insertions, 2 deletions
diff --git a/net/tigervnc/Makefile b/net/tigervnc/Makefile
index a91c556cfd6..4e9d62ec0a8 100644
--- a/net/tigervnc/Makefile
+++ b/net/tigervnc/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.42 2021/09/29 19:01:11 adam Exp $
+# $NetBSD: Makefile,v 1.43 2021/09/30 21:38:23 wiz Exp $
DISTNAME= tigervnc-1.11.0
PKGNAME= ${DISTNAME}.1.20.11
-PKGREVISION= 4
+PKGREVISION= 5
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_GITHUB:=TigerVNC/}
GITHUB_TAG= v1.11.0
diff --git a/net/tigervnc/files/vncserver.pl b/net/tigervnc/files/vncserver.pl
index e8bea403325..fb98b5bc9b3 100644
--- a/net/tigervnc/files/vncserver.pl
+++ b/net/tigervnc/files/vncserver.pl
@@ -101,6 +101,7 @@ if (-d "/etc/X11/fontpath.d") {
if (! -l "/usr/lib/X11") {push(@fontpaths, '/usr/lib/X11/fonts');}
if (! -l "/usr/X11") {push(@fontpaths, '/usr/X11/lib/X11/fonts');}
if (! -l "/usr/X11R6") {push(@fontpaths, '/usr/X11R6/lib/X11/fonts');}
+if (! -l "/usr/X11R7") {push(@fontpaths, '/usr/X11R7/lib/X11/fonts');}
push(@fontpaths, '/usr/share/fonts/default');
@fonttypes = ('misc',