Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 May 2024 21:44:52 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 9f50a9b6eef8 - main - devel/ghub-devel: Mark BROKEN for PDF option
Message-ID:  <202405282144.44SLiqSI089420@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=9f50a9b6eef8470c62410dc26621ae6314bcc55a

commit 9f50a9b6eef8470c62410dc26621ae6314bcc55a
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-05-28 21:44:18 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-05-28 21:44:43 +0000

    devel/ghub-devel: Mark BROKEN for PDF option
    
    Silently fails to build when PDF is enabled
    
    Approved by:    portmgr (blanket)
    Sponsored by:   Nepustil
---
 devel/ghub-devel/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/devel/ghub-devel/Makefile b/devel/ghub-devel/Makefile
index 864e89d58ae0..f1da4080fd2f 100644
--- a/devel/ghub-devel/Makefile
+++ b/devel/ghub-devel/Makefile
@@ -39,6 +39,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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202405282144.44SLiqSI089420>