git: 1e36c8fc9d74 - main - graphics/cfdg: mark BROKEN in FreeBSD 13+

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Apr 30 14:55:26 UTC 2021


The branch main has been updated by amdmi3:

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

commit 1e36c8fc9d748c12c6c621a6b24e76c5cead3556
Author:     Dmitry Marakasov <amdmi3 at FreeBSD.org>
AuthorDate: 2021-04-30 14:29:12 +0000
Commit:     Dmitry Marakasov <amdmi3 at 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}


More information about the dev-commits-ports-all mailing list