Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 May 2024 21:53:37 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: a69c2d9ad8d5 - main - devel/transient: Mark BROKEN for PDF option
Message-ID:  <202405282153.44SLrbto006868@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=a69c2d9ad8d5bdb43fbdc017b9b66d1e73b54e8a

commit a69c2d9ad8d5bdb43fbdc017b9b66d1e73b54e8a
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-05-28 21:49:48 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-05-28 21:49:48 +0000

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

diff --git a/devel/transient/Makefile b/devel/transient/Makefile
index 78ec47fdb689..8b767e571999 100644
--- a/devel/transient/Makefile
+++ b/devel/transient/Makefile
@@ -38,6 +38,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?202405282153.44SLrbto006868>