Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 May 2006 18:41:05 +0200
From:      "Martin Wilke" <freebsd@unixfreunde.de>
To:        "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org>
Cc:        andrew+ports@fubar.geek.nz
Subject:   ports/96926: [udate] net/x11vnc
Message-ID:  <1147020065.15511@lapbox.ath.cx>
Resent-Message-ID: <200605071650.k47GoDrF073816@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         96926
>Category:       ports
>Synopsis:       [udate] net/x11vnc
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun May 07 16:50:13 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Martin Wilke
>Release:        FreeBSD 7.0-CURRENT i386
>Organization:
>Environment:


System: FreeBSD 7.0-CURRENT #11: Sun May  7 11:44:28 CEST 2006
    splash@lapbox.ath.cx:/usr/obj/usr/src/sys/LAPBOX



>Description:


- update to 0.8
- pkg-plist fixed
- potlint checkd
- remove USE_REINPLACE
- maintainer is cc'd

Notes:
 
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:





>Fix:


--- x11vnc.diff begins here ---
diff -ruN /usr/ports/net/x11vnc/Makefile ports/net/x11vnc/Makefile
--- /usr/ports/net/x11vnc/Makefile	Sun Dec  4 01:07:21 2005
+++ ports/net/x11vnc/Makefile	Sun May  7 18:09:19 2006
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	x11vnc
-PORTVERSION=	0.7.2
+PORTVERSION=	0.8
 CATEGORIES=	net
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE_EXTENDED}
 MASTER_SITE_SUBDIR=libvncserver
@@ -18,7 +18,6 @@
 
 USE_GNOME=	gnometarget
 USE_X_PREFIX=	yes
-USE_REINPLACE=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
 		LDFLAGS="-L${LOCALBASE}/lib"
diff -ruN /usr/ports/net/x11vnc/distinfo ports/net/x11vnc/distinfo
--- /usr/ports/net/x11vnc/distinfo	Sun Dec  4 01:07:21 2005
+++ ports/net/x11vnc/distinfo	Sun May  7 17:57:23 2006
@@ -1,3 +1,3 @@
-MD5 (x11vnc-0.7.2.tar.gz) = 61b4b21b31aca5c87c21d88efaf7dc50
-SHA256 (x11vnc-0.7.2.tar.gz) = 8041e90267c37808749e423bcaa52bab64f4dd206c6b4508f57ac233ae7d6c26
-SIZE (x11vnc-0.7.2.tar.gz) = 882900
+MD5 (x11vnc-0.8.tar.gz) = 9a8ea2d9c6face2c3da0bdbce852ebbd
+SHA256 (x11vnc-0.8.tar.gz) = c8bad000d50cd4beb534fe61d32d6811b53a9ba61da808b2f804f381ecdaeeb7
+SIZE (x11vnc-0.8.tar.gz) = 960697
diff -ruN /usr/ports/net/x11vnc/pkg-plist ports/net/x11vnc/pkg-plist
--- /usr/ports/net/x11vnc/pkg-plist	Tue Jun 14 20:04:35 2005
+++ ports/net/x11vnc/pkg-plist	Sun May  7 18:09:00 2006
@@ -1,13 +1,13 @@
 bin/x11vnc
-%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
-%%PORTDOCS%%%%DOCSDIR%%/COPYING
-%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
-%%PORTDOCS%%%%DOCSDIR%%/NEWS
-%%PORTDOCS%%%%DOCSDIR%%/README
-%%PORTDOCS%%%%DOCSDIR%%/README.LibVNCServer
-%%PORTDOCS%%%%DOCSDIR%%/TODO
+%%DOCSDIR%%/AUTHORS
+%%DOCSDIR%%/COPYING
+%%DOCSDIR%%/ChangeLog
+%%DOCSDIR%%/NEWS
+%%DOCSDIR%%/README
+%%DOCSDIR%%/README.LibVNCServer
+%%DOCSDIR%%/TODO
 %%DATADIR%%/classes/VncViewer.jar
 %%DATADIR%%/classes/index.vnc
 @dirrm %%DATADIR%%/classes
 @dirrm %%DATADIR%%
-%%PORTDOCS%%@dirrm %%DOCSDIR%%
+@dirrm %%DOCSDIR%%
--- x11vnc.diff ends here ---



>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1147020065.15511>