Ticket #19412: tightvnc-1.3.10.diff
File tightvnc-1.3.10.diff, 2.1 KB (added by ryandesign (Ryan Carsten Schmidt), 16 years ago) |
---|
-
files/patch-vncserver.diff
1 --- ../vnc_unixsrc/vncserver 2007-04-26 10:57:06.000000000 +00002 +++ vncserver 2007-05-15 06:21:54.000000000 +00001 --- ../vnc_unixsrc/vncserver 2009-02-11 22:27:18.000000000 -0600 2 +++ vncserver 2009-05-01 16:32:52.000000000 -0500 3 3 @@ -1,4 +1,4 @@ 4 4 -#!/usr/bin/perl 5 5 +#!@PERL@ 6 6 # 7 # Copyright (C) 2002-200 3Constantin Kaplinsky. All Rights Reserved.7 # Copyright (C) 2002-2009 Constantin Kaplinsky. All Rights Reserved. 8 8 # Copyright (C) 1999 AT&T Laboratories Cambridge. All Rights Reserved. 9 @@ -3 6,12 +36,14 @@9 @@ -32,11 +32,14 @@ 10 10 $geometry = "1024x768"; 11 11 $depth = 24; 12 12 $desktopName = "X"; … … 16 16 $fontPath = "unix/:7100"; 17 17 $authType = "-rfbauth $vncUserDir/passwd"; 18 18 19 # Here is another example of setting the font path:20 19 +$fontRoot = "/usr/lib/X11/fonts"; 21 20 +$fontPath = "$fontRoot/Type1/,$fontRoot/TTF/,$fontRoot/Speedo/,$fontRoot/misc/,$fontRoot/100dpi/,$fontRoot/75dpi/"; 22 # $fontPath = "/usr/lib/X11/fonts/misc/,/usr/lib/X11/fonts/75dpi/"; 21 + 22 # Read configuration from the system-wide and user files if present. 23 23 24 # X colors database path is optional, uncomment and edit to use:25 @@ -1 94,13 +196,13 @@24 $configFile = "/etc/tightvncserver.conf"; 25 @@ -184,13 +187,13 @@ 26 26 27 27 # Give Xvnc a chance to start up 28 28 -
Portfile
2 2 PortSystem 1.0 3 3 4 4 name tightvnc 5 version 1.3.9 6 revision 2 5 version 1.3.10 7 6 categories x11 vnc 8 7 maintainers nomaintainer 9 8 description Enhanced version of VNC … … 18 17 master_sites sourceforge:vnc-tight 19 18 distname ${name}-${version}_unixsrc 20 19 use_bzip2 yes 21 checksums md5 49a0748ea52793f2e3069e05af28f716 20 checksums md5 397b35faad32d5246b6d44b142f8304f \ 21 sha1 ab4ed3d8e9d5188edf0ff27fce3027495f1a8851 \ 22 rmd160 0c24207ec13c1d41f445ccbdea16ce2b5d0729a7 23 22 24 platforms darwin 23 25 24 26 depends_lib \