mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
461f3c5adb
into separate ports. The OPTIONS will remain as of yet and trigger dependencies now, for easy transition. Update KOffice to version 1.3.2. Add patches to fix a number of issues, including: - fix kxkb on Xorg - fix kdemultimedia WITH_MPEGLIB (now mpeglib_artsplug) compilation on gcc 3.4.2 with optimizations greater than -O Add security related patches and entries to portaudit.txt.
21 lines
572 B
Plaintext
21 lines
572 B
Plaintext
This port has installed fonts into %%PREFIX%%/share/fonts
|
|
|
|
You'll have to add %%PREFIX%%/share/fonts
|
|
to your X font path by either:
|
|
|
|
$ xset fp+ %%PREFIX%%/share/fonts
|
|
$ xset fp rehash
|
|
|
|
or by adding it to your X-server configuration file (usually
|
|
/etc/X11/XF86Config or %%X11BASE%%/lib/X11/XF86Config) and
|
|
restarting the X-server.
|
|
|
|
You also have to make the new path known to fontconfig by
|
|
adding a
|
|
|
|
<dir>%%PREFIX%%/share/fonts</dir> line to either
|
|
|
|
%%X11BASE%%/etc/fonts/local.conf or ~/.fonts.conf and running
|
|
|
|
fc-cache -f (as root if you edited local.conf) afterwards.
|