Index: head/misc/freebsd-doc-all/Makefile =================================================================== --- head/misc/freebsd-doc-all/Makefile (revision 566313) +++ head/misc/freebsd-doc-all/Makefile (revision 566314) @@ -1,38 +1,38 @@ # Created by: Marc Fonvieille # $FreeBSD$ PORTNAME= freebsd-doc-all -PORTVERSION= 20210117 +PORTVERSION= 20210125 PORTEPOCH= 1 CATEGORIES= misc docs MAINTAINER= doceng@FreeBSD.org COMMENT= Documentation from the FreeBSD Documentation Project RUN_DEPENDS+= bn-freebsd-doc>=${PORTVERSION}:misc/freebsd-doc-bn \ da-freebsd-doc>=${PORTVERSION}:misc/freebsd-doc-da \ de-freebsd-doc>=${PORTVERSION}:misc/freebsd-doc-de \ el-freebsd-doc>=${PORTVERSION}:misc/freebsd-doc-el \ en-freebsd-doc>=${PORTVERSION}:misc/freebsd-doc-en \ es-freebsd-doc>=${PORTVERSION}:misc/freebsd-doc-es \ fr-freebsd-doc>=${PORTVERSION}:misc/freebsd-doc-fr \ hu-freebsd-doc>=${PORTVERSION}:misc/freebsd-doc-hu \ it-freebsd-doc>=${PORTVERSION}:misc/freebsd-doc-it \ ja-freebsd-doc>=${PORTVERSION}:misc/freebsd-doc-ja \ ko-freebsd-doc>=${PORTVERSION}:misc/freebsd-doc-ko \ mn-freebsd-doc>=${PORTVERSION}:misc/freebsd-doc-mn \ nl-freebsd-doc>=${PORTVERSION}:misc/freebsd-doc-nl \ pl-freebsd-doc>=${PORTVERSION}:misc/freebsd-doc-pl \ pt-freebsd-doc>=${PORTVERSION}:misc/freebsd-doc-pt \ ru-freebsd-doc>=${PORTVERSION}:misc/freebsd-doc-ru \ tr-freebsd-doc>=${PORTVERSION}:misc/freebsd-doc-tr \ zh_cn-freebsd-doc>=${PORTVERSION}:misc/freebsd-doc-zh_cn \ zh_tw-freebsd-doc>=${PORTVERSION}:misc/freebsd-doc-zh_tw USES= metaport .if make(package) DEPENDS_TARGET="package" .endif .include Index: head/misc/freebsd-doc-en/Makefile =================================================================== --- head/misc/freebsd-doc-en/Makefile (revision 566313) +++ head/misc/freebsd-doc-en/Makefile (revision 566314) @@ -1,102 +1,102 @@ # Created by: Marc Fonvieille # $FreeBSD$ PORTNAME= freebsd-doc -PORTVERSION= 20210117 +PORTVERSION= 20210125 PORTEPOCH= 1 CATEGORIES= misc docs MASTER_SITES= LOCAL/blackend PKGNAMEPREFIX?= en- MAINTAINER= doceng@FreeBSD.org COMMENT?= Documentation from the FreeBSD Documentation Project LICENSE= BSD2CLAUSE BROKEN_aarch64= fails to build: Exception in thread "main" java.lang.StackOverflowError at org.apache.fop.hyphenation.TernaryTree.insert(TernaryTree.java:180) BROKEN_FreeBSD_11_powerpc64= fails to build: Java Runtime Environment: SIGSEGV happened inside stack but outside yellow and red zone. BROKEN_FreeBSD_12_powerpc64= fails to build: Java Runtime Environment: SIGSEGV happened inside stack but outside yellow and red zone. BUILD_DEPENDS= docproj>=2.0_6:textproc/docproj USES= groff uidfix WRKSRC= ${WRKDIR}/doc PLIST_SUB= DOCSDIR=${DOCBASE} \ DOCLANG=${DOCLANG} \ DOCLANG_PREFIX=${DOCLANG_PREFIX} MAKE_ARGS= FORMATS="${DOCFORMAT}" \ DOC_LANG="${DOCLANG}" \ INSTALL_COMPRESSED= \ DOCDIR=${STAGEDIR}${PREFIX}/${DOCBASE} \ DOCOWN=${SHAREOWN} \ DOCGRP=${SHAREGRP} \ DISPLAY="" NO_ARCH= yes # To populate correctly the stage directory TMPDESTDIR= ${STAGEDIR}${DESTDIR}/${PREFIX}/${DOCBASE} DESTDIRNAME= TMPDESTDIR PLIST= ${WRKDIR}/pkg-plist DOCLANG?= en_US.ISO8859-1 DOCLANG_PREFIX?= ${DOCLANG:C/_.*$//} DOCBASE?= share/doc/freebsd AVAILABLEFORMATS= HTML HTML_SPLIT PDF TXT OPTIONS_DEFINE= ${AVAILABLEFORMATS} OPTIONS_DEFAULT= HTML_SPLIT PDF HTML_DESC= Single HTML file per document HTML_SPLIT_DESC= The default HTML format used on www.FreeBSD.org PDF_DESC= PDF format TXT_DESC= Plain text # if PACKAGE_BUILDING=yes, enable all of $AVAILABLEFORMATS. .if defined(PACKAGE_BUILDING) OPTIONS_DEFAULT+= ${AVAILABLEFORMATS} .endif .include .for O in ${AVAILABLEFORMATS} .if ${PORT_OPTIONS:M${O}} DOCFORMAT+= ${O:tl:S,_,-,} PLIST_FORMATS+= ${O:tl:S,_,-,} .endif .endfor .if ${PORT_OPTIONS:MPDF} 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/dejavu/DejaVuSansMono.ttf:x11-fonts/dejavu .endif # when html or html-split is defined as the format, add HTML_COMMON. .if ${PORT_OPTIONS:MHTML} || ${PORT_OPTIONS:MHTML_SPLIT} PLIST_FORMATS+= html-common .endif # example files, scripts, etc. coming with the doc and common # directories for all formats. PLIST_FORMATS+= extras common pre-build: .for i in ${PLIST_FORMATS:S,^,${.CURDIR}/pkg-plist.,} if ${TEST} -f ${i}; then \ ${CAT} ${i} >> ${PLIST}; \ fi .endfor # For HTML files, images links are hardcoded during the build # with absolute pathnames. Make these pathnames relative. post-build: .if ${PORT_OPTIONS:MHTML} || ${PORT_OPTIONS:MHTML_SPLIT} ${FIND} ${WRKSRC} -name "*.html" -exec \ ${REINPLACE_CMD} -e 's,img src=\"${WRKSRC}.*share/images,img src=\"../..,g' {} \; ${FIND} ${WRKSRC} -name "*.html" -exec \ ${REINPLACE_CMD} -e 's,img src=\"${WRKSRC}.*imagelib,img src=\"imagelib,g' {} \; .endif .include Index: head/misc/freebsd-doc-en/distinfo =================================================================== --- head/misc/freebsd-doc-en/distinfo (revision 566313) +++ head/misc/freebsd-doc-en/distinfo (revision 566314) @@ -1,3 +1,3 @@ -TIMESTAMP = 1610961025 -SHA256 (freebsd-doc-20210117.tar.gz) = 09f9b47ad9a291b6c9cf3209ad5c85eec2e993ef00205d36722c72ebea44c414 -SIZE (freebsd-doc-20210117.tar.gz) = 72556196 +TIMESTAMP = 1613933154 +SHA256 (freebsd-doc-20210125.tar.gz) = 7b77b11978f7e42b7e9bb71c4d428ffb489288f023a8b5811db1b626957acd0a +SIZE (freebsd-doc-20210125.tar.gz) = 75833878