Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 201476 Details for
Bug 281708
[patch] fixing xorg fonts w/ fc-cache
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
0001-misc-meltho-Skip-running-fc-cache-with-DESTDIR.patch
0001-misc-meltho-Skip-running-fc-cache-with-DESTDIR.patch (text/plain), 1.06 KB, created by
Ryan Hill (RETIRED)
on 2009-08-16 20:54:48 UTC
(
hide
)
Description:
0001-misc-meltho-Skip-running-fc-cache-with-DESTDIR.patch
Filename:
MIME Type:
Creator:
Ryan Hill (RETIRED)
Created:
2009-08-16 20:54:48 UTC
Size:
1.06 KB
patch
obsolete
>From 1aa7ac632a84eea44b196fd22e9e75ffd8976ed8 Mon Sep 17 00:00:00 2001 >From: Ryan Hill <dirtyepic@gentoo.org> >Date: Sun, 16 Aug 2009 14:54:23 -0600 >Subject: [PATCH] misc-meltho: Skip running fc-cache with DESTDIR. > >Fontconfig-2.7.0 runs chmod on the cachedir, causing access violations >when installing into a sandboxed environment. > >Signed-off-by: Ryan Hill <dirtyepic@gentoo.org> >--- > Makefile.am | 11 ++++++++++- > 1 files changed, 10 insertions(+), 1 deletions(-) > >diff --git a/Makefile.am b/Makefile.am >index 7ca27ee..d46fd67 100644 >--- a/Makefile.am >+++ b/Makefile.am >@@ -53,7 +53,16 @@ install-data-hook: > $(MKFONTSCALE) $(DESTDIR)$(fontdir) > @rm -f $(DESTDIR)$(fontdir)/font.dir > $(MKFONTDIR) $(DESTDIR)$(fontdir) >- $(FCCACHE) $(DESTDIR)$(fontdir) >+ @(if `test -z '$(DESTDIR)'`; then \ >+ echo $(FCCACHE) $(fontdir); \ >+ $(FCCACHE) $(fontdir); \ >+ else \ >+ echo "***"; \ >+ echo "*** Warning: fonts.cache not built"; \ >+ echo "***"; \ >+ echo "*** Generate this file manually on host system using fc-cache"; \ >+ echo "***"; \ >+ fi) > > distuninstallcheck: > @: >-- >1.6.4 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 281708
:
201463
|
201467
|
201468
|
201471
|
201474
| 201476 |
201477
|
201479