FreeBSD Bugzilla – Attachment 254500 Details for
Bug 281551
www/tor-browser: Update 13.5.a9 → 14.0.1
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
fix fonts permissions
fix-font-perms.patch (text/plain), 1.29 KB, created by
deleted
on 2024-10-25 03:41:21 UTC
(
hide
)
Description:
fix fonts permissions
Filename:
MIME Type:
Creator:
deleted
Created:
2024-10-25 03:41:21 UTC
Size:
1.29 KB
patch
obsolete
>diff --git a/www/tor-browser/Makefile b/www/tor-browser/Makefile >index 17a36cd30a76..1391082f669a 100644 >--- a/www/tor-browser/Makefile >+++ b/www/tor-browser/Makefile >@@ -152,11 +152,11 @@ post-install: > ${INSTALL_DATA} ${WRKDIR}/fonts.conf ${STAGEDIR}${PREFIX}/lib/tor-browser/fontconfig/fonts.conf > ${CP} ${WRKDIR}/fonts/*.ttf ${STAGEDIR}${PREFIX}/lib/tor-browser/fonts/ > ${CP} ${WRKDIR}/fonts/*.otf ${STAGEDIR}${PREFIX}/lib/tor-browser/fonts/ >- ${CHMOD} 0755 ${STAGEDIR}${PREFIX}/lib/tor-browser/fonts >- ${CHMOD} 0755 ${STAGEDIR}${PREFIX}/lib/tor-browser/fontconfig/ >- ${CHMOD} 0666 ${STAGEDIR}${PREFIX}/lib/tor-browser/fontconfig/fonts.conf >- ${CHMOD} 0666 ${STAGEDIR}${PREFIX}/lib/tor-browser/fonts/*.ttf >- ${CHMOD} 0666 ${STAGEDIR}${PREFIX}/lib/tor-browser/fonts/*.otf >+ ${CHMOD} 0744 ${STAGEDIR}${PREFIX}/lib/tor-browser/fonts >+ ${CHMOD} 0744 ${STAGEDIR}${PREFIX}/lib/tor-browser/fontconfig/ >+ ${CHMOD} 0644 ${STAGEDIR}${PREFIX}/lib/tor-browser/fontconfig/fonts.conf >+ ${CHMOD} 0644 ${STAGEDIR}${PREFIX}/lib/tor-browser/fonts/*.ttf >+ ${CHMOD} 0644 ${STAGEDIR}${PREFIX}/lib/tor-browser/fonts/*.otf > ${MKDIR} -p ${PREFIX}/lib/tor-browser/distribution/extensions > ${CP} ${WRKSRC}/tor-browser-linux64/Browser/distribution/extensions/* \ > ${PREFIX}/lib/tor-browser/distribution/extensions >-- >2.47.0 >
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 281551
:
253858
|
253865
|
253866
|
253873
|
253885
|
254478
|
254496
|
254497
|
254500
|
254540
|
254624
|
254638
|
254639
|
254789
|
254936
|
255021
|
255030
|
255050