Subject: pkg/33068: Update x11/x11vnc from 0.7.2nb1 to 0.8
To: None <pkg-manager@netbsd.org, gnats-admin@netbsd.org,>
From: None <obata@lins.jp>
List: pkgsrc-bugs
Date: 03/13/2006 04:30:01
>Number:         33068
>Category:       pkg
>Synopsis:       Update x11/x11vnc from 0.7.2nb1 to 0.8
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Mon Mar 13 04:30:00 +0000 2006
>Originator:     OBATA Akio
>Release:        NetBSD 3.0.0_STABLE
>Organization:
	LINS, Japan.
>Environment:
System: NetBSD miki.lins.jp 3.0.0_STABLE NetBSD 3.0.0_STABLE (MIKI) #16: Sun Mar 12 21:01:46 JST 2006 obata@miki.lins.jp:/usr/src/sys/arch/i386/compile/MIKI i386
Architecture: i386
Machine: i386
>Description:
	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.

	 For more information:

	        http://www.karlrunge.com/x11vnc/
	        http://www.karlrunge.com/x11vnc/x11vnc_opts.html
	        x11vnc -help | less


>How-To-Repeat:
	N/A
>Fix:
	Here is a patch for update.


Index: x11/x11vnc/Makefile
===================================================================
RCS file: /home/cvsroot/NetBSD/pkgsrc/x11/x11vnc/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- x11/x11vnc/Makefile	5 Feb 2006 23:11:45 -0000	1.2
+++ x11/x11vnc/Makefile	13 Mar 2006 04:14:48 -0000
@@ -1,8 +1,7 @@
 # $NetBSD: Makefile,v 1.2 2006/02/05 23:11:45 joerg Exp $
 #
 
-DISTNAME=	x11vnc-0.7.2
-PKGREVISION=	1
+DISTNAME=	x11vnc-0.8
 CATEGORIES=	x11
 MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE:=libvncserver/}
 
@@ -11,9 +10,9 @@
 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"
Index: x11/x11vnc/distinfo
===================================================================
RCS file: /home/cvsroot/NetBSD/pkgsrc/x11/x11vnc/distinfo,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 distinfo
--- x11/x11vnc/distinfo	5 Aug 2005 00:08:57 -0000	1.1.1.1
+++ x11/x11vnc/distinfo	13 Mar 2006 02:59:52 -0000
@@ -1,5 +1,5 @@
 $NetBSD: distinfo,v 1.1.1.1 2005/08/05 00:08:57 xtraeme Exp $
 
-SHA1 (x11vnc-0.7.2.tar.gz) = 41c2cfc8d7ec4b94a5fba6e07f60cf71e8aeb35a
-RMD160 (x11vnc-0.7.2.tar.gz) = 2c2ff50b292d97abdcdfd00a31708de4d9e97f53
-Size (x11vnc-0.7.2.tar.gz) = 882900 bytes
+SHA1 (x11vnc-0.8.tar.gz) = 6eb1a02070260ab130bbb53f59e2d2a26f497c5c
+RMD160 (x11vnc-0.8.tar.gz) = a64d5622496dcdb5d851999dfd1ee9b6da1c2009
+Size (x11vnc-0.8.tar.gz) = 960697 bytes