ports/158593: [PATCH] net/vnc fails to read colors

dirk.meyer at dinoex.sub.org dirk.meyer at dinoex.sub.org
Sat Jul 2 12:10:14 UTC 2011


>Number:         158593
>Category:       ports
>Synopsis:       [PATCH] net/vnc fails to read colors
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jul 02 12:10:13 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Dirk Meyer
>Release:        FreeBSD 8.2-RELEASE
>Organization:
privat
>Environment:

	clean jail with FreeBSD 8.2-RELEASE
	xorg and xvnc installed.

>Description:

	Starting xterm prints erros taht solors can not be found.
	Display of some program fails (back on black).

	vncserver needs /usr/local/lib/X11/rgb.txt

>How-To-Repeat:

	Start vncserver in a clean jail.

>Fix:

	like tighvnc, vnc needs a RUN_DEPENDS of showrgb

	Apply this patch:
	
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/net/vnc/Makefile,v
retrieving revision 1.72
diff -u -r1.72 Makefile
--- Makefile	20 May 2011 07:19:02 -0000	1.72
+++ Makefile	2 Jul 2011 11:30:32 -0000
@@ -18,6 +18,7 @@
 COMMENT=	Display X and Win32 desktops on remote X/Win32/Java displays
 
 RUN_DEPENDS=	xorg-fonts>=7.2:${PORTSDIR}/x11-fonts/xorg-fonts \
+		showrgb:${PORTSDIR}/x11/rgb \
 		xauth:${PORTSDIR}/x11/xauth
 
 LICENSE=	GPLv2


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



More information about the freebsd-ports-bugs mailing list