diff options
author | wiz <wiz@pkgsrc.org> | 2006-03-15 07:20:57 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-03-15 07:20:57 +0000 |
commit | ca88bc7557ab659d9a2d8cebcd8f631889550419 (patch) | |
tree | 022cd74587408e03874f154b436e49bd04d6ad8f /x11/x11vnc/Makefile | |
parent | 03c718646c82025554050266580d5f91489ea134 (diff) | |
download | pkgsrc-ca88bc7557ab659d9a2d8cebcd8f631889550419.tar.gz |
Update to 0.8, provided by OBATA Akio in PR 33068.
New in the 0.8 x11vnc release:
TightVNC file transfer support is enabled via the extension to
LibVNCServer added by Rohit Kumar.
The -passwdfile option has been enhanced to handle any number
of full-access and view only passwords in an easy to
maintain format, and additional features.
The -8to24 option enables multi-depth viewing on systems that do
not support -overlay. The 8bpp regions are transformed
to depth 24 TrueColor before exporting via VNC.
The x11vnc source code has gone through a major reorganization.
The build has been enhanced and many bugs fixed.
miscellaneous new features and changes:
-afteraccept option is like -accept however it enables running
a user supplied command after client authentication
has taken place. The RFB_* environment variables have
been extended.
-loop option will run x11vnc in an outer loop restarting each time
(useful for situations where the X server restarts often).
-slow_fb allows for slow polling for special purpose applications
(e.g. video).
-blackout noptr,WxH+X+Y,... will prevent the pointer from going
into a blacked out region.
Diffstat (limited to 'x11/x11vnc/Makefile')
-rw-r--r-- | x11/x11vnc/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/x11/x11vnc/Makefile b/x11/x11vnc/Makefile index 3369a695acd..4cf06d68823 100644 --- a/x11/x11vnc/Makefile +++ b/x11/x11vnc/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2006/02/05 23:11:45 joerg Exp $ +# $NetBSD: Makefile,v 1.3 2006/03/15 07:20:57 wiz Exp $ # -DISTNAME= x11vnc-0.7.2 -PKGREVISION= 1 +DISTNAME= x11vnc-0.8 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libvncserver/} @@ -11,9 +10,9 @@ HOMEPAGE= http://www.karlrunge.com/x11vnc/ COMMENT= VNC server for real X displays GNU_CONFIGURE= yes -CONFIGURE_ENV+= ac_cv_header_pthread_h=no # invalid mutex .include "../../devel/zlib/buildlink3.mk" .include "../../graphics/jpeg/buildlink3.mk" +.include "../../mk/pthread.buildlink3.mk" .include "../../mk/x11.buildlink3.mk" .include "../../mk/bsd.pkg.mk" |