[67123] trunk/dports/x11/tightvnc

ryandesign at macports.org ryandesign at macports.org
Thu Apr 29 14:05:52 PDT 2010


Revision: 67123
          http://trac.macports.org/changeset/67123
Author:   ryandesign at macports.org
Date:     2010-04-29 14:05:50 -0700 (Thu, 29 Apr 2010)
Log Message:
-----------
tightvnc: update to 1.3.10; see #19412

Modified Paths:
--------------
    trunk/dports/x11/tightvnc/Portfile
    trunk/dports/x11/tightvnc/files/patch-vncserver.diff

Modified: trunk/dports/x11/tightvnc/Portfile
===================================================================
--- trunk/dports/x11/tightvnc/Portfile	2010-04-29 20:28:07 UTC (rev 67122)
+++ trunk/dports/x11/tightvnc/Portfile	2010-04-29 21:05:50 UTC (rev 67123)
@@ -2,8 +2,7 @@
 PortSystem 1.0
 
 name			tightvnc
-version			1.3.9
-revision		4
+version			1.3.10
 categories		x11 vnc
 maintainers		nomaintainer
 description		Enhanced version of VNC
@@ -18,7 +17,10 @@
 master_sites	sourceforge:vnc-tight
 distname		${name}-${version}_unixsrc
 use_bzip2		yes
-checksums		md5 49a0748ea52793f2e3069e05af28f716
+checksums		md5     397b35faad32d5246b6d44b142f8304f \
+			sha1    ab4ed3d8e9d5188edf0ff27fce3027495f1a8851 \
+			rmd160  0c24207ec13c1d41f445ccbdea16ce2b5d0729a7
+
 platforms		darwin
 
 depends_lib \
@@ -46,6 +48,9 @@
 	if {[catch {set perl [binaryInPath "perl"]}] == 0} {
 		reinplace "s|@PERL@|${perl}|g" ${worksrcpath}/vncserver
 	}
+	# The Vncviewer sample configuration file conflicts with the vncviewer binary
+	# on case-insensitive filesystems like Mac OS X's default Mac OS Extended.
+	move ${worksrcpath}/vncviewer/Vncviewer ${worksrcpath}/vncviewer/Vncviewer.sample
 }
 
 variant no_server {

Modified: trunk/dports/x11/tightvnc/files/patch-vncserver.diff
===================================================================
--- trunk/dports/x11/tightvnc/files/patch-vncserver.diff	2010-04-29 20:28:07 UTC (rev 67122)
+++ trunk/dports/x11/tightvnc/files/patch-vncserver.diff	2010-04-29 21:05:50 UTC (rev 67123)
@@ -1,12 +1,12 @@
---- ../vnc_unixsrc/vncserver	2007-04-26 10:57:06.000000000 +0000
-+++ vncserver	2007-05-15 06:21:54.000000000 +0000
+--- ../vnc_unixsrc/vncserver 2009-02-11 22:27:18.000000000 -0600
++++ vncserver 2009-05-01 16:32:52.000000000 -0500
 @@ -1,4 +1,4 @@
 -#!/usr/bin/perl
 +#!@PERL@
  #
- #  Copyright (C) 2002-2003 Constantin Kaplinsky.  All Rights Reserved.
+ #  Copyright (C) 2002-2009 Constantin Kaplinsky.  All Rights Reserved.
  #  Copyright (C) 1999 AT&T Laboratories Cambridge.  All Rights Reserved.
-@@ -36,12 +36,14 @@
+@@ -32,11 +32,14 @@
  $geometry = "1024x768";
  $depth = 24;
  $desktopName = "X";
@@ -16,13 +16,13 @@
  $fontPath = "unix/:7100";
  $authType = "-rfbauth $vncUserDir/passwd";
  
- # Here is another example of setting the font path:
 +$fontRoot = "/usr/lib/X11/fonts";
 +$fontPath = "$fontRoot/Type1/,$fontRoot/TTF/,$fontRoot/Speedo/,$fontRoot/misc/,$fontRoot/100dpi/,$fontRoot/75dpi/";
- # $fontPath = "/usr/lib/X11/fonts/misc/,/usr/lib/X11/fonts/75dpi/";
++
+ # Read configuration from the system-wide and user files if present.
  
- # X colors database path is optional, uncomment and edit to use:
-@@ -194,13 +196,13 @@
+ $configFile = "/etc/tightvncserver.conf";
+@@ -184,13 +187,13 @@
  
  # Give Xvnc a chance to start up
  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100429/48f68a1d/attachment.html>


More information about the macports-changes mailing list