Date: Tue, 16 Jun 2009 10:22:14 -0800 From: Mel Flynn <mel.flynn+fbsd.questions@mailing.thruhere.net> To: freebsd-questions@freebsd.org Cc: Matthias Apitz <guru@unixarea.de>, flz@freebsd.org Subject: Re: Problem with certain fonts when printing from firefox Message-ID: <200906161022.14687.mel.flynn%2Bfbsd.questions@mailing.thruhere.net> In-Reply-To: <20090616071915.GA1895@current.Sisis.de> References: <permail-200906151907051e86ffa800005437-a_best01@message-id.uni-muenster.de> <200906151306.38458.mel.flynn%2Bfbsd.questions@mailing.thruhere.net> <20090616071915.GA1895@current.Sisis.de>
next in thread | previous in thread | raw e-mail | index | archive | help
On Monday 15 June 2009 23:19:15 Matthias Apitz wrote: > (II) LoadModule: "freetype" > (WW) Warning, couldn't open module freetype > (II) UnloadModule: "freetype" > (EE) Failed to load module "freetype" (module does not exist, 0) > > and there are posts in Google that this is not needed anymore because it > is now parts of libXfont -- what is true? If so someone should fix the > postinstall messages... Yep, but only if the right libXfont is installed. So this gets a bit messy, but CC'ing flz@ with the fonts and maintainers on the hook: % find /usr/ports/x11-fonts \( -name pkg-message -o -name pkg-message.in \) - exec grep 'Load "freetype"' {} + /usr/ports/x11-fonts/arkpandora/pkg-message: Load "freetype" /usr/ports/x11-fonts/avifonts/files/pkg-message.in: Load "freetype" /usr/ports/x11-fonts/bitstream-vera/pkg-message: Load "freetype" /usr/ports/x11-fonts/code2000/files/pkg-message.in: Load "freetype" /usr/ports/x11-fonts/dejavu/pkg-message: Load "freetype" /usr/ports/x11-fonts/gentium/files/pkg-message.in: Load "freetype" /usr/ports/x11-fonts/indic-ttf/files/pkg-message.in: Load "freetype" /usr/ports/x11-fonts/liberation-fonts-ttf/files/pkg-message.in: Load "freetype" /usr/ports/x11-fonts/mgopen/files/pkg-message.in: Load "freetype" /usr/ports/x11-fonts/stix-fonts/files/pkg-message.in: Load "freetype" /usr/ports/x11-fonts/texcm-ttf/files/pkg-message.in: Load "freetype" /usr/ports/x11-fonts/webfonts/files/pkg-message.in: Load "freetype" % find /usr/ports/x11-fonts \( -name pkg-message -o -name pkg-message.in \) - exec grep -l 'Load "freetype"' {} + |while read FILE; do dir=$(dirname ${FILE}); dir=${dir%/files}; make -C ${dir} -V MAINTAINER; done|sort -u ahze@FreeBSD.org danfe@FreeBSD.org gnome@FreeBSD.org jacula@gmail.com kkonstan@duth.gr m.seaman@infracaninophile.co.uk ports@FreeBSD.org thierry@FreeBSD.org -- Mel
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200906161022.14687.mel.flynn%2Bfbsd.questions>