From 02f764869433b1fd50fc97620d64a639ad63965a Mon Sep 17 00:00:00 2001 From: abs Date: Mon, 13 Nov 2000 10:26:16 +0000 Subject: Update to vnc-3.3.3.2 Changes since 3.3.3.1: vncconnect New helper program for Xvnc, which causes it to make reverse connections to a listening VNC viewer. This is similar to WinVNC's "Add New Client" / -connect feature. Xvnc New option -inetd incorporating Andre Moreira's iXvnc functionality. Fix to hextile encoding, thanks to Michael A. Fetterman - this may be the cause of the "0 bpp problem". New connect out feature by using the vncconnect command. Fix some non-ascii capitalisation issues, thanks to Vlad Harchev. Fix bounding box calculation for arcs. Other minor bug fixes. vncserver Sets DISPLAY to use unix domain socket if possible (:dpynum rather than host:dpynum). Option -kill should now work if you give it $DISPLAY as an argument. vncviewer Fix Xaw string copy bug, thanks to Tim Waugh - this fixes the problems with the password dialog with recent versions of linux --- net/vnc/Makefile | 11 ++++++----- net/vnc/files/md5 | 4 ++-- net/vnc/files/patch-sum | 4 ++-- net/vnc/patches/patch-aa | 6 +++--- net/vnc/pkg/PLIST | 3 ++- 5 files changed, 15 insertions(+), 13 deletions(-) (limited to 'net/vnc') diff --git a/net/vnc/Makefile b/net/vnc/Makefile index 68781356a21..03a3f78cd10 100644 --- a/net/vnc/Makefile +++ b/net/vnc/Makefile @@ -1,15 +1,15 @@ -# $NetBSD: Makefile,v 1.14 2000/11/10 16:57:24 abs Exp $ +# $NetBSD: Makefile,v 1.15 2000/11/13 10:26:16 abs Exp $ # FreeBSD Id: Makefile,v 1.2 1998/03/19 01:54:59 msmith Exp # -DISTNAME= vnc-3.3.3r1 -PKGNAME= vnc-3.3.3.1 +DISTNAME= vnc-3.3.3r2 +PKGNAME= vnc-3.3.3.2 CATEGORIES= net x11 MASTER_SITES= http://www.uk.research.att.com/vnc/dist/ -DISTFILES= vnc-3.3.3r1_unixsrc.tgz \ +DISTFILES= vnc-3.3.3r2_unixsrc.tgz \ vnc-latest_doc.tgz -MAINTAINER= packages@netbsd.org +MAINTAINER= abs@netbsd.org HOMEPAGE= http://www.uk.research.att.com/vnc/ DEPENDS+= vncviewer:../../net/vncviewer @@ -27,6 +27,7 @@ ALL_TARGET= World # to do the install ourselves. post-install: ${INSTALL_PROGRAM} ${WRKSRC}/Xvnc/programs/Xserver/Xvnc ${PREFIX}/bin/Xvnc + ${INSTALL_PROGRAM} ${WRKSRC}/vncconnect/vncconnect ${PREFIX}/bin/vncconnect ${INSTALL_PROGRAM} ${WRKSRC}/vncpasswd/vncpasswd ${PREFIX}/bin/vncpasswd ${SED} -e 's|/usr/local/vnc/classes|${X11PREFIX}/share/vnc/classes|g' \ -e 's|/usr/bin/perl|${PERL5}|g' \ diff --git a/net/vnc/files/md5 b/net/vnc/files/md5 index 354ed53de31..126d2429752 100644 --- a/net/vnc/files/md5 +++ b/net/vnc/files/md5 @@ -1,4 +1,4 @@ -$NetBSD: md5,v 1.13 2000/11/09 16:04:49 abs Exp $ +$NetBSD: md5,v 1.14 2000/11/13 10:26:16 abs Exp $ -MD5 (vnc-3.3.3r1_unixsrc.tgz) = 55ec5c073ca63068a68f5d3957cd024e +MD5 (vnc-3.3.3r2_unixsrc.tgz) = 6fc83e1b6153d3252649953267713f17 MD5 (vnc-latest_doc.tgz) = e73161d5677e76d64647b823028883bb diff --git a/net/vnc/files/patch-sum b/net/vnc/files/patch-sum index 5c05b88aec1..89248a8cf2b 100644 --- a/net/vnc/files/patch-sum +++ b/net/vnc/files/patch-sum @@ -1,6 +1,6 @@ -$NetBSD: patch-sum,v 1.5 2000/11/10 16:57:25 abs Exp $ +$NetBSD: patch-sum,v 1.6 2000/11/13 10:26:16 abs Exp $ -MD5 (patch-aa) = c84a0ceeb4a46aedcb89de6f3ef51b2a +MD5 (patch-aa) = 13de940cbf9290f99cb10cbb5d9893ba MD5 (patch-ab) = e4348bbee16eee12f241a4ca426060f2 MD5 (patch-ac) = 7706348a76cfed42d088721f4cf9ad60 MD5 (patch-ad) = 1c60c29502088523561c681b67aed024 diff --git a/net/vnc/patches/patch-aa b/net/vnc/patches/patch-aa index 8de0ad796ed..194fb89990f 100644 --- a/net/vnc/patches/patch-aa +++ b/net/vnc/patches/patch-aa @@ -1,4 +1,4 @@ -$NetBSD: patch-aa,v 1.6 2000/11/10 16:57:25 abs Exp $ +$NetBSD: patch-aa,v 1.7 2000/11/13 10:26:16 abs Exp $ --- Imakefile.orig Mon May 18 14:18:46 1998 +++ Imakefile @@ -6,8 +6,8 @@ $NetBSD: patch-aa,v 1.6 2000/11/10 16:57:25 abs Exp $ #define IHaveSubdirs #define PassCDebugFlags --SUBDIRS = libvncauth vncviewer vncpasswd -+SUBDIRS = libvncauth vncpasswd +-SUBDIRS = libvncauth vncviewer vncpasswd vncconnect ++SUBDIRS = libvncauth vncpasswd vncconnect World: make Makefiles diff --git a/net/vnc/pkg/PLIST b/net/vnc/pkg/PLIST index e1a75e0921b..896fddc346c 100644 --- a/net/vnc/pkg/PLIST +++ b/net/vnc/pkg/PLIST @@ -1,5 +1,6 @@ -@comment $NetBSD: PLIST,v 1.12 2000/11/10 16:57:26 abs Exp $ +@comment $NetBSD: PLIST,v 1.13 2000/11/13 10:26:16 abs Exp $ bin/Xvnc +bin/vncconnect bin/vncpasswd bin/vncserver share/doc/vnc/Xvnc.gif -- cgit v1.2.3