diff options
author | abs <abs@pkgsrc.org> | 2007-01-16 13:22:25 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2007-01-16 13:22:25 +0000 |
commit | f0e91900833c78e3dd4598251c657ccc945d4bc3 (patch) | |
tree | b794d2d4dedb5c0510640366ba8d6efe88fef17b /net/x2vnc/Makefile | |
parent | 60eb12cb01f15dca7a118a7773d6ec1d3ba952d9 (diff) | |
download | pkgsrc-f0e91900833c78e3dd4598251c657ccc945d4bc3.tar.gz |
Update x2vnc from 1.5.1 to 1.7.2, and fix for modular X11 build:
Changes since version 1.7.1
* Fixed some bugs
Changes since version 1.6.1
* Now re-connects automatically
* New input capture method which handles odd screen sizes better
* Added -tunnel and -via for automatic SSH tunneling
* Further fixes for cut'n'paste. (Should now work with java
and on 64 bit platforms.)
* Randr support allow x2vnc to detect when the screen is rotated
Changes since version 1.6
* Added Martin Dorey's patch which fixes cut'n'paste for Java
(and other) applications.
* Fixed a bug in -navhack
Changes since version 1.5.1
* Added some patches from Grant McDorman to allow proper
cut'n'paste between x2vnc and Konsole/gnome-terminal.
* Honor $DESTDIR to make packaging easier.
* Added a workaround to make cut'n'paste work better with old
VNC servers.
* Since all new VNC servers already support wheel emulation
themseleves, x2vnc doesn't translate wheel events to arrow
up/down anymore unless -wheelhack is specified.
* Added -navhack which is similar to -wheelhack, except it
translates button 6 & 7 to Alt+Left/Right.
* Added -debug to debug key events
* Allow -edgewidth 0 to turn off edge-flipping
Diffstat (limited to 'net/x2vnc/Makefile')
-rw-r--r-- | net/x2vnc/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/net/x2vnc/Makefile b/net/x2vnc/Makefile index 3d8bfd0bae1..5cd9ce0a7aa 100644 --- a/net/x2vnc/Makefile +++ b/net/x2vnc/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.13 2006/11/24 23:04:14 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2007/01/16 13:22:25 abs Exp $ # -DISTNAME= x2vnc-1.5.1 -PKGREVISION= 3 +DISTNAME= x2vnc-1.7.2 CATEGORIES= net x11 -MASTER_SITES= http://fredrik.hubbe.net/ +MASTER_SITES= http://fredrik.hubbe.net/x2vnc/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://fredrik.hubbe.net/x2vnc.html @@ -12,5 +11,6 @@ COMMENT= Multi-console display using X and VNC GNU_CONFIGURE= yes -.include "../../mk/x11.buildlink3.mk" +.include "../../x11/libX11/buildlink3.mk" .include "../../mk/bsd.pkg.mk" + |