summaryrefslogtreecommitdiff
path: root/x11/x11vnc/Makefile
diff options
context:
space:
mode:
authorobache <obache>2007-02-02 01:56:08 +0000
committerobache <obache>2007-02-02 01:56:08 +0000
commit90e24b7bcff53920e09b8940e9ce59c7f5910aaf (patch)
treed931c23352cd5bea8296962043bb347bdecebedd /x11/x11vnc/Makefile
parent409eb4dee7f974a762c869c0d03e7fd7fa94dd3e (diff)
downloadpkgsrc-90e24b7bcff53920e09b8940e9ce59c7f5910aaf.tar.gz
Update x11vnc to 0.8.4.
New in the 0.8.4 x11vnc release: Native Mac OS X Aqua/Quartz support. It exports the full display (no X11 server). This provides an alternative to OSXvnc; some activities are faster (and see the client-side caching feature -ncache in the 0.8.5 development version for more speedups). http://www.karlrunge.com/x11vnc/#faq-macosx x11vnc can act as a VNC reflector/repeater using the "-reflect host:N" option. This is useful for large classroom broadcasting or demos. You set up a number of reflectors to spread the network and CPU load around for better response. http://www.karlrunge.com/x11vnc/#faq-reflect A new login mode: "-display WAIT:cmd=FINDCREATEDISPLAY -unixpw ..." that will Create a new X session (Xvfb, Xdummy, or Xorg) for the user if it cannot find the user's X session display via the FINDDISPLAY method. It will be re-found upon reconnection. This enables a simple "terminal services" mode based on Unix username and password and where the user does not have to memorize their VNC display number, etc. http://www.karlrunge.com/x11vnc/#faq-userlogin miscellaneous new features and changes: Option "-nodpms" to avoid problems with programs like KDE's kdesktop_lock that keep restarting the screen saver every few seconds even with active VNC clients connected. The "-N" option couples the VNC Display number to the X Display number. E.g. if your X DISPLAY is :2 then the VNC display will be :2 (i.e. using port 5902). If that port is taken x11vnc will exit. Wireframe copyrect detection for local user activity (e.g. someone sitting at the physical display moving windows). You can disable this with the "-nowireframelocal" option. To automatically fix the common mouse motion problem on XINERAMA (multi-headed) displays, the "-xwarppointer" option is enabled by default when XINERAMA is active. You can disable this with the "-noxwarppointer" option. By default in -reflect mode "-shared" is implied (it makes sense), use "-noshared" after the -reflect option to disable this. The "-prog" option lets you specify the full path (argv[0]) to the program, in case it is spawned by inetd/tcpd and cannot determine its path. The path is needed for the "-http" option to guess the http classes directory. Usually not needed, but there are many options for tuning the native Mac OS X mode: -macnodim -macnosleep -macnosaver -macnowait -macwheel -macnoswap -macnoresize -maciconanim -macmenu. An option "-debug_xdamage" has been added for debugging and profiling.
Diffstat (limited to 'x11/x11vnc/Makefile')
-rw-r--r--x11/x11vnc/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/x11vnc/Makefile b/x11/x11vnc/Makefile
index 7a9eb2cc43d..c089f55dc47 100644
--- a/x11/x11vnc/Makefile
+++ b/x11/x11vnc/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2006/11/14 00:58:15 obache Exp $
+# $NetBSD: Makefile,v 1.6 2007/02/02 01:56:08 obache Exp $
#
-DISTNAME= x11vnc-0.8.3
+DISTNAME= x11vnc-0.8.4
CATEGORIES= x11 net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libvncserver/}
@@ -13,7 +13,7 @@ GNU_CONFIGURE= yes
.include "../../devel/zlib/buildlink3.mk"
.include "../../graphics/jpeg/buildlink3.mk"
-
+.include "../../security/openssl/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/x11.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"