xorgconfig generates an xorg.conf with a bunch of /usr/X11R6/... font directories even when fonts have been installed elsewhere. Following is a somewhat hackish patch to fix this.
Created attachment 441 [details] [review] xorgconfig-fontdir-fixes.patch
Credit to me.
applied, thanks.
ajax, what exactly did you commit? I'm looking at anholt's tinderbox and it looks like the commit may have broken it: cleaning in programs/Xserver/hw/xfree86/xf86config... "Makefile", line 1089: Unassociated shell command "$(VENDOR_DEFINES) $(KEYBOARD_DEFS) $(FONT_MODULE_DEFS)" make: fatal errors encountered -- cannot continue *** Error code 1 Stop in /usr/home/tb-xorg/tb-xorg/XMonolithic/xc/programs/Xserver/hw/xfree86. *** Error code 1 Stop in /usr/home/tb-xorg/tb-xorg/XMonolithic/xc/programs/Xserver. *** Error code 1 Stop in /usr/home/tb-xorg/tb-xorg/XMonolithic/xc/programs. *** Error code 1 Stop in /usr/home/tb-xorg/tb-xorg/XMonolithic/xc. *** Error code 1 Stop in /usr/home/tb-xorg/tb-xorg/XMonolithic/xc. <--- TINDERBOX FINISHED (FAILURE: 256) RUNNING 'make World' Fri, 11 Feb 2005 07:39:35 GMT Build failed with result 200
OK there's a missing backslash in the Imakefile: http://cvs.freedesktop.org/xorg/xc/programs/Xserver/hw/xfree86/xf86config/Imakefile?r1=1.6&r2=1.7 -DXFONTDIR=\"$(FONTDIR)\"
d'oh. fixed, thanks. that Imakefile stanza had been extended since the patch posted here so i had to fill it in by hand. i screwed up.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.