NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
xsrc/46755: misc-fixed-10x20, iso10646-1 encoded font missing from native X
>Number: 46755
>Category: xsrc
>Synopsis: misc-fixed-10x20, iso10646-1 encoded font missing from native X
>Confidential: no
>Severity: serious
>Priority: high
>Responsible: xsrc-manager
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Mon Jul 30 14:45:00 +0000 2012
>Originator: Piotr Meyer
>Release: NetBSD 6.0_BETA2
>Organization:
>Environment:
NetBSD sikorka 5.1 NetBSD 5.1 (GENERIC) #0: Sun Nov 7 14:39:56 UTC 2010
builds%b6.netbsd.org@localhost:/home/builds/ab/netbsd-5-1-RELEASE/i386/201011061943Z-obj/home/builds/ab/netbsd-5-1-RELEASE/src/sys/arch/i386/compile/GENERIC
i386
>Description:
Due to lack entry in Makefile iso10646-1
(-misc-fixed-medium-r-normal-*-20-200-75-75-*-*-iso10646-1) version of 10x20
bitmap font isn't build.
>How-To-Repeat:
Try - on freshly installed NetBSD-6.0_BETA2 - following command:
xterm -fn '-misc-fixed-medium-r-normal-*-20-200-75-75-*-*-iso10646-1'
>Fix:
Apply following patch:
--- src/external/mit/xorg/share/fonts/misc/font-misc-misc/Makefile.orig
2012-07-30 16:24:12.000000000 +0200
+++ src/external/mit/xorg/share/fonts/misc/font-misc-misc/Makefile
2012-07-30 16:25:43.000000000 +0200
@@ -15,7 +15,7 @@
BDFFILES+= 4x6.bdf 5x7.bdf 5x8.bdf 6x10.bdf 6x12.bdf 6x13.bdf \
6x13B.bdf 6x13O.bdf 6x9.bdf 7x13.bdf 7x13B.bdf 7x13O.bdf \
7x14.bdf 7x14B.bdf 8x13.bdf 8x13B.bdf 8x13O.bdf 9x15.bdf \
- 9x15B.bdf 9x18.bdf 9x18B.bdf
+ 9x15B.bdf 9x18.bdf 9x18B.bdf 10x20.bdf
# Most fonts have 22 output types, but ISO8859-8 and ISO8859-11 are
# missing a few.
Home |
Main Index |
Thread Index |
Old Index