Put kochi-ttf back for now. Although this could be obsoleted by
Sazanami font, some other packages explicitly / implicitly depend
on kochi-ttf yet.
And, the license problem was gone long ago. No reason to hurry
now.
Previously, ttmkfdir's output was redirected to fonts.dir,
while the correct behaviour is to let it create fonts.scale
and then let mkfontdir merge fonts.scale into fonts.dir.
type1 handling had a similar problem.
Get the wanted behaviour by automatically appending the contents of
FONTS_TTF_DIRS and FONTS_TYPE1_DIRS to FONTS_X11_DIRS.
Also, save a subshell in install/fonts while there.
Bump PKGREVISION for all affected packages.
jmmv@ says ok.
This is necessary to install this package when xpkgwedge also
installed, because xpkgwedge conflicts with mkfontscale. Bump PKGREVISION.
OK'ed by uebayasi@, the maintainer.
This release is a stop-gap of Kochi TrueType font and composed of real free
fonts.
It was revealed that older Kochi fonts were (unfortunately) based on an illegal
free font. Older Kochi fonts must not be distributed any more.
have it be automatically included by bsd.pkg.mk if USE_PKGINSTALL is set
to "YES". This enforces the requirement that bsd.pkg.install.mk be
included at the end of a package Makefile. Idea suggested by Julio M.
Merino Vidal <jmmv at menta.net>.