New Ticket     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #19412: tightvnc-1.3.10.diff

File tightvnc-1.3.10.diff, 2.1 KB (added by ryandesign@…, 3 years ago)
  • files/patch-vncserver.diff

     
    1 --- ../vnc_unixsrc/vncserver    2007-04-26 10:57:06.000000000 +0000 
    2 +++ vncserver   2007-05-15 06:21:54.000000000 +0000 
     1--- ../vnc_unixsrc/vncserver 2009-02-11 22:27:18.000000000 -0600 
     2+++ vncserver 2009-05-01 16:32:52.000000000 -0500 
    33@@ -1,4 +1,4 @@ 
    44-#!/usr/bin/perl 
    55+#!@PERL@ 
    66 # 
    7  #  Copyright (C) 2002-2003 Constantin Kaplinsky.  All Rights Reserved. 
     7 #  Copyright (C) 2002-2009 Constantin Kaplinsky.  All Rights Reserved. 
    88 #  Copyright (C) 1999 AT&T Laboratories Cambridge.  All Rights Reserved. 
    9 @@ -36,12 +36,14 @@ 
     9@@ -32,11 +32,14 @@ 
    1010 $geometry = "1024x768"; 
    1111 $depth = 24; 
    1212 $desktopName = "X"; 
     
    1616 $fontPath = "unix/:7100"; 
    1717 $authType = "-rfbauth $vncUserDir/passwd"; 
    1818  
    19  # Here is another example of setting the font path: 
    2019+$fontRoot = "/usr/lib/X11/fonts"; 
    2120+$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. 
    2323  
    24  # X colors database path is optional, uncomment and edit to use: 
    25 @@ -194,13 +196,13 @@ 
     24 $configFile = "/etc/tightvncserver.conf"; 
     25@@ -184,13 +187,13 @@ 
    2626  
    2727 # Give Xvnc a chance to start up 
    2828  
  • Portfile

     
    22PortSystem 1.0 
    33 
    44name                    tightvnc 
    5 version                 1.3.9 
    6 revision                2 
     5version                 1.3.10 
    76categories              x11 vnc 
    87maintainers             nomaintainer 
    98description             Enhanced version of VNC 
     
    1817master_sites    sourceforge:vnc-tight 
    1918distname                ${name}-${version}_unixsrc 
    2019use_bzip2               yes 
    21 checksums               md5 49a0748ea52793f2e3069e05af28f716 
     20checksums               md5     397b35faad32d5246b6d44b142f8304f \ 
     21                        sha1    ab4ed3d8e9d5188edf0ff27fce3027495f1a8851 \ 
     22                        rmd160  0c24207ec13c1d41f445ccbdea16ce2b5d0729a7 
     23 
    2224platforms               darwin 
    2325 
    2426depends_lib \