git: f5edc15bb2f7 - main - devel/forge{-devel}: Mark BROKEN for PDF option
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 30 May 2024 11:38:28 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=f5edc15bb2f7c9cb3db56c562002302fc54f48b7 commit f5edc15bb2f7c9cb3db56c562002302fc54f48b7 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-05-30 11:37:04 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-05-30 11:38:19 +0000 devel/forge{-devel}: Mark BROKEN for PDF option Silently fails to build when PDF is enabled Approved by: portmgr (blanket) Sponsored by: Nepustil --- devel/forge-devel/Makefile | 1 + devel/forge/Makefile | 1 + 2 files changed, 2 insertions(+) diff --git a/devel/forge-devel/Makefile b/devel/forge-devel/Makefile index fb4ef55e5d10..cfb5ebbb371c 100644 --- a/devel/forge-devel/Makefile +++ b/devel/forge-devel/Makefile @@ -56,6 +56,7 @@ PDF_DESC= Build and install PDF document DOCS_BUILD_DEPENDS= gsed:textproc/gsed DOCS_ALL_TARGET= html DOCS_BINARY_ALIAS= sed=gsed +PDF_BROKEN= Does not build with texinfo PDF_BUILD_DEPENDS= texi2pdf:print/texinfo PDF_USES= tex PDF_USE= TEX=dvipdfmx:build diff --git a/devel/forge/Makefile b/devel/forge/Makefile index 775abe9c8fa3..484e8350c3b9 100644 --- a/devel/forge/Makefile +++ b/devel/forge/Makefile @@ -54,6 +54,7 @@ PDF_DESC= Build and install PDF document DOCS_BUILD_DEPENDS= gsed:textproc/gsed DOCS_ALL_TARGET= html DOCS_BINARY_ALIAS= sed=gsed +PDF_BROKEN= Does not build with texinfo PDF_BUILD_DEPENDS= texi2pdf:print/texinfo PDF_USES= tex PDF_USE= TEX=dvipdfmx:build