maintainer-feedback requested: [Bug 207263] x11-fonts/fontconfig: add --system-only flag to fc-cache in files/pkg-install.in

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Feb 16 23:52:42 UTC 2016


Tatsuki Makino <tatsuki_makino at hotmail.com> has reassigned Bugzilla Automation
<bugzilla at FreeBSD.org>'s request for maintainer-feedback to gnome at FreeBSD.org:
Bug 207263: x11-fonts/fontconfig: add --system-only flag to fc-cache in
files/pkg-install.in
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=207263



--- Description ---
Created attachment 167100
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=167100&action=edit
patch

fc-cache builds fontconfig cache of per-user fonts like following.

[src-default-job-01] |	 |   |	 `-- Installing fontconfig-2.11.1_1,1...
[src-default-job-01] |	 |   |	 | `-- Installing expat-2.1.0_3...
[src-default-job-01] |	 |   |	 | `-- Extracting expat-2.1.0_3: ..........
done
[src-default-job-01] |	 |   |	 | `-- Installing freetype2-2.6.2...
[src-default-job-01] |	 |   |	 | `-- Extracting freetype2-2.6.2: ..........
done
[src-default-job-01] |	 |   |	 `-- Extracting fontconfig-2.11.1_1,1:
.......... done
Running fc-cache to build fontconfig cache...
/usr/local/share/fonts: skipping, no such directory
/usr/local/lib/X11/fonts: skipping, no such directory
/root/.local/share/fonts: skipping, no such directory
/root/.fonts: skipping, no such directory
/var/db/fontconfig: cleaning cache directory
/root/.cache/fontconfig: not cleaning non-existent cache directory
/root/.fontconfig: not cleaning non-existent cache directory
fc-cache: succeeded


More information about the freebsd-gnome mailing list