ports/116567: [PATCH] net/vnc: [SUMMARIZE CHANGES]

Naram Qashat cyberbotx at cyberbotx.com
Sat Sep 22 22:00:03 UTC 2007


>Number:         116567
>Category:       ports
>Synopsis:       [PATCH] net/vnc: [SUMMARIZE CHANGES]
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Sep 22 22:00:02 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Naram Qashat
>Release:        FreeBSD 6.2-RELEASE-p7 i386
>Organization:
>Environment:
System: FreeBSD kirby.cyberbotx.com 6.2-RELEASE-p7 FreeBSD 6.2-RELEASE-p7 #11: Fri Sep 14 21:50:03 EDT 2007
>Description:
Patch x0vncserver to not give the select "Invalid argument" error
(Note: I found that this problem was presented to the RealVNC
developers when VNC was version 4.1.1, but apparently they didn't
bother to fix it for 4.1.2)

Added file(s):
- files/patch-unix-x0vncserver-x0vncserver.cxx

Port maintainer (james at now.ie) is cc'd.

Generated with FreeBSD Port Tools 0.77

I wasn't sure if this justified a port revision change or not, so I
didn't change the port revision.
>How-To-Repeat:
>Fix:

--- vnc-4.1.2_2.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/net/vnc/files/patch-unix-x0vncserver-x0vncserver.cxx /kirby/shared/ports/vnc/files/patch-unix-x0vncserver-x0vncserver.cxx
--- /usr/ports/net/vnc/files/patch-unix-x0vncserver-x0vncserver.cxx	Wed Dec 31 19:00:00 1969
+++ /kirby/shared/ports/vnc/files/patch-unix-x0vncserver-x0vncserver.cxx	Sat Sep 22 17:14:33 2007
@@ -0,0 +1,11 @@
+--- x0vncserver/x0vncserver.cxx.old	Sat Sep 22 17:03:21 2007
++++ x0vncserver/x0vncserver.cxx	Sat Sep 22 17:03:43 2007
+@@ -297,7 +297,7 @@
+     vlog.info("Listening on port %d", (int)rfbport);
+ 
+     while (true) {
+-      struct timeval tv;
++      struct timeval tv = {0, 0};
+       struct timeval* tvp = 0;
+       fd_set rfds;
+       std::list<Socket*> sockets;
--- vnc-4.1.2_2.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list