summaryrefslogtreecommitdiff
path: root/net/tightvnc/patches
diff options
context:
space:
mode:
authortnn <tnn>2007-07-01 00:13:31 +0000
committertnn <tnn>2007-07-01 00:13:31 +0000
commitae6bde90f30d4c71cdbfb58b320ed6f57b2d1c80 (patch)
tree88a374842d8af90f68ecb431ea1b6aa52a9f8824 /net/tightvnc/patches
parent7cc56d82382f011decb3bc275e15f38db1cd7320 (diff)
downloadpkgsrc-ae6bde90f30d4c71cdbfb58b320ed6f57b2d1c80.tar.gz
Make the tightvnc package a bit more modular X.org-friendly:
- If using modular X.org, depend on x11/rgb - Set rgb- and font-paths to sane default values - While here, fix some pkglint warnings - Bump PKGREVISION
Diffstat (limited to 'net/tightvnc/patches')
-rw-r--r--net/tightvnc/patches/patch-al20
1 files changed, 8 insertions, 12 deletions
diff --git a/net/tightvnc/patches/patch-al b/net/tightvnc/patches/patch-al
index 985ca655b83..0e24fc2e0d8 100644
--- a/net/tightvnc/patches/patch-al
+++ b/net/tightvnc/patches/patch-al
@@ -1,17 +1,13 @@
-$NetBSD: patch-al,v 1.2 2007/06/17 20:58:49 tnn Exp $
+$NetBSD: patch-al,v 1.3 2007/07/01 00:13:32 tnn Exp $
---- vncserver.orig 2007-04-26 12:57:06.000000000 +0200
+--- vncserver.orig 2007-06-30 23:05:23.000000000 +0200
+++ vncserver
-@@ -42,10 +42,10 @@ $fontPath = "unix/:7100";
+@@ -38,7 +38,7 @@ $depth = 24;
+ $desktopName = "X";
+ $vncClasses = "/usr/local/vnc/classes";
+ $vncUserDir = "$ENV{HOME}/.vnc";
+-$fontPath = "unix/:7100";
++#$fontPath = "unix/:7100";
$authType = "-rfbauth $vncUserDir/passwd";
# Here is another example of setting the font path:
--# $fontPath = "/usr/lib/X11/fonts/misc/,/usr/lib/X11/fonts/75dpi/";
-+$fontPath = "/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/75dpi/";
-
- # X colors database path is optional, uncomment and edit to use:
--# $colorPath = "/usr/lib/X11/rgb";
-+$colorPath = "/usr/X11R6/lib/X11/rgb";
-
- # You might wish to make your vnc directory under /tmp, to make sure
- # passwords are always kept on the local filesystem. To do that, just