FreeBSD Bugzilla – Attachment 189932 Details for
Bug 192118
misc/freebsd-doc-es: why require chinese/arphicttf, chinese/ttfm, japanese/font-ipa...
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Draft of a patch
test.patch (text/plain), 2.89 KB, created by
Marc Fonvieille
on 2018-01-20 16:17:49 UTC
(
hide
)
Description:
Draft of a patch
Filename:
MIME Type:
Creator:
Marc Fonvieille
Created:
2018-01-20 16:17:49 UTC
Size:
2.89 KB
patch
obsolete
>Index: freebsd-doc-bn/Makefile >=================================================================== >--- freebsd-doc-bn/Makefile (revision 459524) >+++ freebsd-doc-bn/Makefile (working copy) >@@ -13,3 +13,8 @@ > DOCLANG= bn_BD.UTF-8 > > .include "${MASTERDIR}/Makefile" >+ >+.if ${PORT_OPTIONS:MPDF} || ${PORT_OPTIONS:MPS} >+BUILD_DEPENDS+= ${LOCALBASE}/share/fonts/Lohit/Lohit-Bengali.ttf:x11-fonts/lohit >+.endif >+ >Index: freebsd-doc-en/Makefile >=================================================================== >--- freebsd-doc-en/Makefile (revision 459524) >+++ freebsd-doc-en/Makefile (working copy) >@@ -67,11 +67,7 @@ > BUILD_DEPENDS+= fop:textproc/fop \ > ${LOCALBASE}/share/fonts/GentiumPlus/GentiumPlus-R.ttf:x11-fonts/gentium-plus \ > ${LOCALBASE}/share/fonts/Droid/DroidSans.ttf:x11-fonts/droid-fonts-ttf \ >- ${LOCALBASE}/share/fonts/Lohit/Lohit-Bengali.ttf:x11-fonts/lohit \ >- ${LOCALBASE}/share/fonts/dejavu/DejaVuSansMono.ttf:x11-fonts/dejavu \ >- ${LOCALBASE}/share/fonts/TrueType/gkai00mp.ttf:chinese/arphicttf \ >- ${LOCALBASE}/share/fonts/OTF/ipam.otf:japanese/font-ipa \ >- ${LOCALBASE}/share/fonts/nanum-ttf/NanumBarunGothic.ttf:korean/nanumfonts-ttf >+ ${LOCALBASE}/share/fonts/dejavu/DejaVuSansMono.ttf:x11-fonts/dejavu > .endif > > # when html or html-split is defined as the format, add HTML_COMMON. >Index: freebsd-doc-ja/Makefile >=================================================================== >--- freebsd-doc-ja/Makefile (revision 459524) >+++ freebsd-doc-ja/Makefile (working copy) >@@ -13,3 +13,7 @@ > DOCLANG= ja_JP.eucJP > > .include "${MASTERDIR}/Makefile" >+ >+.if ${PORT_OPTIONS:MPDF} || ${PORT_OPTIONS:MPS} >+BUILD_DEPENDS+= ${LOCALBASE}/share/fonts/OTF/ipam.otf:japanese/font-ipa >+.endif >Index: freebsd-doc-ko/Makefile >=================================================================== >--- freebsd-doc-ko/Makefile (revision 459524) >+++ freebsd-doc-ko/Makefile (working copy) >@@ -13,3 +13,7 @@ > DOCLANG= ko_KR.UTF-8 > > .include "${MASTERDIR}/Makefile" >+ >+.if ${PORT_OPTIONS:MPDF} || ${PORT_OPTIONS:MPS} >+BUILD_DEPENDS+= ${LOCALBASE}/share/fonts/nanum-ttf/NanumBarunGothic.ttf:korean/nanumfonts-ttf >+.endif >Index: freebsd-doc-zh_cn/Makefile >=================================================================== >--- freebsd-doc-zh_cn/Makefile (revision 459524) >+++ freebsd-doc-zh_cn/Makefile (working copy) >@@ -14,3 +14,7 @@ > DOCLANG_PREFIX= zh_CN > > .include "${MASTERDIR}/Makefile" >+ >+.if ${PORT_OPTIONS:MPDF} || ${PORT_OPTIONS:MPS} >+BUILD_DEPENDS+= ${LOCALBASE}/share/fonts/TrueType/gkai00mp.ttf:chinese/arphicttf >+.endif >Index: freebsd-doc-zh_tw/Makefile >=================================================================== >--- freebsd-doc-zh_tw/Makefile (revision 459524) >+++ freebsd-doc-zh_tw/Makefile (working copy) >@@ -14,3 +14,7 @@ > DOCLANG_PREFIX= zh_TW > > .include "${MASTERDIR}/Makefile" >+ >+.if ${PORT_OPTIONS:MPDF} || ${PORT_OPTIONS:MPS} >+BUILD_DEPENDS+= ${LOCALBASE}/share/fonts/TrueType/gkai00mp.ttf:chinese/arphicttf >+.endif
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 192118
:
189730
|
189731
| 189932