summaryrefslogtreecommitdiff
path: root/net/tightvnc/files/patch-vncserver
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-03-25 09:51:13 -0500
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-03-30 18:59:40 -0500
commit89e9241959d1b038fedc69fcc4eee8bd6663774a (patch)
tree180cdc28429b9062ba7f67b8569e12693c628d38 /net/tightvnc/files/patch-vncserver
parentnet/minisapserver: Remove expired port: (diff)
net/tightvnc: Remove expired port:
2023-03-31 net/tightvnc: Last release in 2009, newer version 2.x is available for Windows only.
Diffstat (limited to 'net/tightvnc/files/patch-vncserver')
-rw-r--r--net/tightvnc/files/patch-vncserver11
1 files changed, 0 insertions, 11 deletions
diff --git a/net/tightvnc/files/patch-vncserver b/net/tightvnc/files/patch-vncserver
deleted file mode 100644
index 8dbd47bdae27..000000000000
--- a/net/tightvnc/files/patch-vncserver
+++ /dev/null
@@ -1,11 +0,0 @@
---- vncserver.orig 2019-03-26 05:19:17 UTC
-+++ vncserver
-@@ -34,7 +34,7 @@ $depth = 24;
- $desktopName = "X";
- $vncClasses = "/usr/local/vnc/classes";
- $vncUserDir = "$ENV{HOME}/.vnc";
--$fontPath = "unix/:7100";
-+#$fontPath = "unix/:7100";
- $authType = "-rfbauth $vncUserDir/passwd";
-
- # Read configuration from the system-wide and user files if present.