tags 362296 + patch retitle 362296 x-ttcidfont-conf: X11R7 transition thanks
David Nusinow has fixed the symptom by introducing the /usr/X11R6/bin > /usr/bin symlink. But this package needs some help anyway. The encoding directory has moved from /usr/X11R6/lib/X11/fonts/encodings to /usr/share/fonts/X11/encodings (patch to fix this is attached). Last but not least mkcfm had been drooped out of xutils because it's non-free. cid_term() tries to call mkcfm and will fail doing so with with recent versions of xutils.
diff -Nur x-ttcidfont-conf-21.orig/debian/defoma
x-ttcidfont-conf-21/debian/defoma
--- x-ttcidfont-conf-21.orig/debian/defoma 2004-04-16 13:25:27.000000000
+0200
+++ x-ttcidfont-conf-21/debian/defoma 2006-04-20 20:59:01.000000000 +0200
@@ -249,9 +249,9 @@
close F;
- system('/usr/X11R6/bin/mkfontdir',
- '-e', '/usr/X11R6/lib/X11/fonts/encodings',
- '-e', '/usr/X11R6/lib/X11/fonts/encodings/large',
+ system('/usr/bin/mkfontdir',
+ '-e', '/usr/share/fonts/X11/encodings',
+ '-e', '/usr/share/fonts/X11/encodings/large',
"$PkgDir/dirs/$category");
return 0;
signature.asc
Description: Digital signature

