aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Fonvieille <blackend@FreeBSD.org>2018-01-22 13:07:46 +0000
committerMarc Fonvieille <blackend@FreeBSD.org>2018-01-22 13:07:46 +0000
commitcbc42e3eceff8cc192de5c10538331a64b67db64 (patch)
tree4c839f763b9f3f57abc78f8a6d0058c64d893335
parentc6ee9cd79739bafd7106590ef255e7a5c169cdb9 (diff)
downloadports-cbc42e3eceff8cc192de5c10538331a64b67db64.tar.gz
ports-cbc42e3eceff8cc192de5c10538331a64b67db64.zip
Update to r51391 of the FreeBSD docset.
Move dependencies on non-english fonts to localized Makefiles [1] PR: 192118 [1] Submitted by: Toni Ballesta <info@aballesta.es>
Notes
Notes: svn path=/head/; revision=459649
-rw-r--r--misc/freebsd-doc-all/Makefile2
-rw-r--r--misc/freebsd-doc-bn/Makefile5
-rw-r--r--misc/freebsd-doc-en/Makefile8
-rw-r--r--misc/freebsd-doc-en/distinfo6
-rw-r--r--misc/freebsd-doc-ja/Makefile4
-rw-r--r--misc/freebsd-doc-ko/Makefile4
-rw-r--r--misc/freebsd-doc-zh_cn/Makefile4
-rw-r--r--misc/freebsd-doc-zh_tw/Makefile4
8 files changed, 27 insertions, 10 deletions
diff --git a/misc/freebsd-doc-all/Makefile b/misc/freebsd-doc-all/Makefile
index 5783fc850530..0133ac0940e2 100644
--- a/misc/freebsd-doc-all/Makefile
+++ b/misc/freebsd-doc-all/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= freebsd-doc-all
-PORTVERSION= 51361
+PORTVERSION= 51391
PORTEPOCH= 1
CATEGORIES= misc docs
diff --git a/misc/freebsd-doc-bn/Makefile b/misc/freebsd-doc-bn/Makefile
index 6eb27e6757f6..50887c3e5c1f 100644
--- a/misc/freebsd-doc-bn/Makefile
+++ b/misc/freebsd-doc-bn/Makefile
@@ -13,3 +13,8 @@ PLIST= ${.CURDIR}/pkg-plist
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
+
diff --git a/misc/freebsd-doc-en/Makefile b/misc/freebsd-doc-en/Makefile
index 7ff449e08b65..8fadf1109edc 100644
--- a/misc/freebsd-doc-en/Makefile
+++ b/misc/freebsd-doc-en/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= freebsd-doc
-PORTVERSION= 51361
+PORTVERSION= 51391
PORTEPOCH= 1
CATEGORIES= misc docs
MASTER_SITES= LOCAL/blackend
@@ -67,11 +67,7 @@ PLIST_FORMATS+= ${O:tl:S,_,-,}
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.
diff --git a/misc/freebsd-doc-en/distinfo b/misc/freebsd-doc-en/distinfo
index 4565a5966c01..c40b9a22ba73 100644
--- a/misc/freebsd-doc-en/distinfo
+++ b/misc/freebsd-doc-en/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1514904375
-SHA256 (freebsd-doc-51361.tar.gz) = 6ff91bdd417f7458c28e55bd5e11972df6ec79cdb205d0ac1b7a6b27222469c9
-SIZE (freebsd-doc-51361.tar.gz) = 54718207
+TIMESTAMP = 1516531874
+SHA256 (freebsd-doc-51391.tar.gz) = ac990acbfdb83691dc9c5328b9298153c95d9706011c44b7014483532dbd1587
+SIZE (freebsd-doc-51391.tar.gz) = 54695303
diff --git a/misc/freebsd-doc-ja/Makefile b/misc/freebsd-doc-ja/Makefile
index e42671f9c622..cf309d00e557 100644
--- a/misc/freebsd-doc-ja/Makefile
+++ b/misc/freebsd-doc-ja/Makefile
@@ -13,3 +13,7 @@ PLIST= ${.CURDIR}/pkg-plist
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
diff --git a/misc/freebsd-doc-ko/Makefile b/misc/freebsd-doc-ko/Makefile
index 270387bc3bc7..d0db4debbd19 100644
--- a/misc/freebsd-doc-ko/Makefile
+++ b/misc/freebsd-doc-ko/Makefile
@@ -13,3 +13,7 @@ PLIST= ${.CURDIR}/pkg-plist
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
diff --git a/misc/freebsd-doc-zh_cn/Makefile b/misc/freebsd-doc-zh_cn/Makefile
index 054d46cb9956..7f2dda1d8702 100644
--- a/misc/freebsd-doc-zh_cn/Makefile
+++ b/misc/freebsd-doc-zh_cn/Makefile
@@ -14,3 +14,7 @@ DOCLANG= zh_CN.UTF-8
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
diff --git a/misc/freebsd-doc-zh_tw/Makefile b/misc/freebsd-doc-zh_tw/Makefile
index 2d0d89ee9f71..94b03e712e31 100644
--- a/misc/freebsd-doc-zh_tw/Makefile
+++ b/misc/freebsd-doc-zh_tw/Makefile
@@ -14,3 +14,7 @@ DOCLANG= zh_TW.UTF-8
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