diff options
author | grant <grant@pkgsrc.org> | 2003-10-11 07:42:36 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2003-10-11 07:42:36 +0000 |
commit | 47903a5983243fec2058bcab3e63ed2b37546448 (patch) | |
tree | 9a26e3525276852558f42acb7665a95b315e2d81 /fonts | |
parent | 4fcdbfa7ff097e645df441fc1ae83bf67b2e4af2 (diff) | |
download | pkgsrc-47903a5983243fec2058bcab3e63ed2b37546448.tar.gz |
improve message about running fc-cache, mention -v flag.
fixes PR pkg/22473 from Michal Pasternak.
Diffstat (limited to 'fonts')
-rw-r--r-- | fonts/fontconfig/MESSAGE | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/fonts/fontconfig/MESSAGE b/fonts/fontconfig/MESSAGE index c42c96cf970..fd1e2bc0721 100644 --- a/fonts/fontconfig/MESSAGE +++ b/fonts/fontconfig/MESSAGE @@ -1,8 +1,11 @@ =========================================================================== -$NetBSD: MESSAGE,v 1.1 2002/12/25 03:06:02 grant Exp $ +$NetBSD: MESSAGE,v 1.2 2003/10/11 07:42:36 grant Exp $ -You will need to run 'fc-cache' as root to build the X11 -font cache before attempting to use applications which -use ${PKGNAME}. +You will need to run 'fc-cache' as root to build the X11 font cache +before attempting to use applications which use ${PKGNAME}. + +Note that 'fc-cache' can take a VERY long time to complete depending +on your system speed and the fonts you have available. You may wish to +use the -v flag for some verbosity. =========================================================================== |