summaryrefslogtreecommitdiff
path: root/net/vnc/Makefile
diff options
context:
space:
mode:
authorabs <abs@pkgsrc.org>2000-11-13 10:26:16 +0000
committerabs <abs@pkgsrc.org>2000-11-13 10:26:16 +0000
commit28d3e9a2f43a7d3d2a62a9533c4075f6a72060c8 (patch)
treec069f606f36bd2610cd03cb05d58d7f3a024d20e /net/vnc/Makefile
parent8efa12be97581b462f118f5d078cf8da7fcf060e (diff)
downloadpkgsrc-28d3e9a2f43a7d3d2a62a9533c4075f6a72060c8.tar.gz
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
Diffstat (limited to 'net/vnc/Makefile')
-rw-r--r--net/vnc/Makefile11
1 files changed, 6 insertions, 5 deletions
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' \