- Stop to make symbolic links from the font files to ${PREFIX}/share/fonts/misc/, which is found in the default font path, because recent libXfont does not follow symbolic links. - Add pkg-message.in to show additional font path settings. - Remove unnecessary pkg-install.in. - Bump PORTREVISION. PR: 225125 [1], 226519 [2] Submitted by: WATANABE Kazuhiro <CQG00620@nifty.ne.jp> [2] Reported by: Shigeharu TAKENO <shige@iee.niit.ac.jp> [1]
15 lines
485 B
Text
15 lines
485 B
Text
*******************************************************************
|
|
You can start using the font(s) by following these instructions:
|
|
|
|
Either type the following in an X terminal:
|
|
|
|
xset fp+ %%FONTSDIR%%
|
|
xset fp rehash
|
|
|
|
Or, more permanently, add the following line to the "Files" section
|
|
of your X.Org configuration file (typically /etc/X11/xorg.conf):
|
|
|
|
FontPath "%%FONTSDIR%%/"
|
|
|
|
then restart X.
|
|
*******************************************************************
|