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
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
--
Mel
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[email protected]"