Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Apr 2021 14:55:26 GMT
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 1e36c8fc9d74 - main - graphics/cfdg: mark BROKEN in FreeBSD 13+
Message-ID:  <202104301455.13UEtQax078863@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=1e36c8fc9d748c12c6c621a6b24e76c5cead3556

commit 1e36c8fc9d748c12c6c621a6b24e76c5cead3556
Author:     Dmitry Marakasov <amdmi3@FreeBSD.org>
AuthorDate: 2021-04-30 14:29:12 +0000
Commit:     Dmitry Marakasov <amdmi3@FreeBSD.org>
CommitDate: 2021-04-30 14:47:25 +0000

    graphics/cfdg: mark BROKEN in FreeBSD 13+
    
    Approved by:    portmgr blanket
---
 graphics/cfdg/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/graphics/cfdg/Makefile b/graphics/cfdg/Makefile
index 84b8ef6f790f..61cb5bbff022 100644
--- a/graphics/cfdg/Makefile
+++ b/graphics/cfdg/Makefile
@@ -14,6 +14,9 @@ COMMENT=	Context Free Design Grammar compiler
 LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
+BROKEN_FreeBSD_13=	does not build: error: conflicting types for 'yyget_leng'
+BROKEN_FreeBSD_14=	does not build: error: conflicting types for 'yyget_leng'
+
 LIB_DEPENDS=	libpng.so:graphics/png
 
 WRKSRC=		${WRKDIR}/${DISTNAME}${EXTRACT_SUFX}



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