FreeBSD Bugzilla – Attachment 175791 Details for
Bug 213514
x11-fonts/roboto-fonts-ttf: Fix well-known fontconfig incompatibilities, change MAINTAINER'ship
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
x11-fonts.roboto-fonts-ttf.patch
x11-fonts.roboto-fonts-ttf.patch (text/plain), 1.04 KB, created by
Vladimir Kondratyev
on 2016-10-15 20:36:37 UTC
(
hide
)
Description:
x11-fonts.roboto-fonts-ttf.patch
Filename:
MIME Type:
Creator:
Vladimir Kondratyev
Created:
2016-10-15 20:36:37 UTC
Size:
1.04 KB
patch
obsolete
>Index: x11-fonts/roboto-fonts-ttf/Makefile >=================================================================== >--- x11-fonts/roboto-fonts-ttf/Makefile (revision 423939) >+++ x11-fonts/roboto-fonts-ttf/Makefile (working copy) >@@ -13,6 +13,8 @@ > LICENSE= APACHE20 > LICENSE_FILE= ${WRKSRC}/LICENSE > >+PATCH_DEPENDS= fontforge:${PORTSDIR}/print/fontforge >+ > NO_ARCH= yes > NO_BUILD= yes > USES= fonts >@@ -23,6 +25,22 @@ > > SUB_FILES= pkg-message > >+PATCHES= Roboto-Thin.ttf:"Weight",100 \ >+ Roboto-ThinItalic.ttf:"Weight",100 \ >+ RobotoCondensed-Light.ttf:"Width",3 \ >+ RobotoCondensed-LightItalic.ttf:"Width",3 \ >+ RobotoCondensed-Regular.ttf:"Width",3 \ >+ RobotoCondensed-Italic.ttf:"Width",3 \ >+ RobotoCondensed-Bold.ttf:"Width",3 \ >+ RobotoCondensed-BoldItalic.ttf:"Width",3 >+ >+post-patch: >+.for PATCH in ${PATCHES} >+ fontforge -c \ >+ 'Open($$1); SetOS2Value(${PATCH:C/.*\://}); Generate($$1)' \ >+ ${WRKSRC}/hinted/${PATCH:C/\:.*//} >+.endfor >+ > do-install: > ${MKDIR} ${STAGEDIR}${FONTSDIR} > ${INSTALL_DATA} ${WRKSRC}/hinted/*.ttf ${STAGEDIR}${FONTSDIR}
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 213514
:
175791
|
175792
|
175884
|
175885