Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Jul 2011 13:30:26 +0200 (CEST)
From:      dirk.meyer@dinoex.sub.org
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/158593: [PATCH] net/vnc fails to read colors
Message-ID:  <201107021130.p62BUQui032279@home3.dinoex.sub.de>
Resent-Message-ID: <201107021210.p62CADN1073130@freefall.freebsd.org>

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

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



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