cvs commit: ports/x11-fonts/XFree86-4-font100dpi Makefile pkg-plist ports/x11-fonts/XFree86-4-font75dpi Makefile pkg-plist ports/x11-fonts/XFree86-4-fontCyrillic Makefile pkg-plist ports/x11-fonts/XFree86-4-fontDefaultBitmaps Makefile pkg-plist ...

Dejan Lesjak lesi at FreeBSD.org
Tue Feb 7 01:56:52 PST 2006


lesi        2006-02-07 09:56:51 UTC

  FreeBSD ports repository

  Modified files:
    x11-fonts/XFree86-4-font100dpi Makefile pkg-plist 
    x11-fonts/XFree86-4-font75dpi Makefile pkg-plist 
    x11-fonts/XFree86-4-fontCyrillic Makefile pkg-plist 
    x11-fonts/XFree86-4-fontDefaultBitmaps Makefile pkg-plist 
    x11-fonts/XFree86-4-fontScalable Makefile pkg-plist 
  Log:
  Take care of font cache files on installation and uninstallation of port:
  On installation try running fc-cache for directory where fonts from this
  port are installed and don't complain if fc-cache (from fontconfig) is
  missing. Do a bit more dancing on uninstall, just in case users have their
  own fonts installed in same directory:
  - first remove fonts.cache-1 if it is there since it won't be accurate
    after fonts from this port are gone anyway,
  - next try to regenerate cache with fc-cache for this directory
  - if previous step generates empty cache file, remove it
  If directory contained only fonts from this port, it should get properly
  removed at the end. If there were other fonts there and fontconfig is
  installed, this will leave proper cache file for remaining fonts behind
  after uninstall of this port.
  
  Revision  Changes    Path
  1.18      +4 -0      ports/x11-fonts/XFree86-4-font100dpi/Makefile
  1.7       +4 -0      ports/x11-fonts/XFree86-4-font100dpi/pkg-plist
  1.17      +4 -0      ports/x11-fonts/XFree86-4-font75dpi/Makefile
  1.7       +4 -0      ports/x11-fonts/XFree86-4-font75dpi/pkg-plist
  1.22      +4 -0      ports/x11-fonts/XFree86-4-fontCyrillic/Makefile
  1.7       +4 -0      ports/x11-fonts/XFree86-4-fontCyrillic/pkg-plist
  1.17      +4 -0      ports/x11-fonts/XFree86-4-fontDefaultBitmaps/Makefile
  1.10      +4 -0      ports/x11-fonts/XFree86-4-fontDefaultBitmaps/pkg-plist
  1.19      +7 -0      ports/x11-fonts/XFree86-4-fontScalable/Makefile
  1.11      +14 -0     ports/x11-fonts/XFree86-4-fontScalable/pkg-plist


More information about the cvs-all mailing list