1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00

net/vnc Xvnc won't run without fonts.alias installed

When building VNC (net/vnc) with the server option, Xvnc
	and vncserver and friends are built. Xvnc is the X server
	for the VNC session. However, if the server cannot find the
	'fixed' font, which is supposed to be in fonts.alias, the
	server dies.

PR:		ports/118293
Submitted by:	Clint Olsen <clint.olsen@gmail.com>
This commit is contained in:
Edwin Groothuis 2008-05-29 01:56:58 +00:00
parent 4cc67bd216
commit b027117cb5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=213843

View File

@ -7,7 +7,7 @@
PORTNAME= vnc
PORTVERSION= 4.1.2
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES= net ipv6
MASTER_SITES= http://www.realvnc.com/:vnc
DISTNAME= vnc-4_1_2-unixsrc
@ -49,7 +49,8 @@ DISTFILES+= X430src-1.tgz:x \
X430src-3.tgz:x
RUN_DEPENDS+= xauth:${PORTSDIR}/x11/xauth \
${LOCALBASE}/lib/X11/fonts/misc/6x13-ISO8859-1.pcf.gz:${X_FONTS_MISC_PORT}
${LOCALBASE}/lib/X11/fonts/misc/6x13-ISO8859-1.pcf.gz:${X_FONTS_MISC_PORT} \
${X11BASE}/lib/X11/fonts/misc/fonts.alias:${X_FONTS_ALIAS_PORT}
USE_PERL5= yes