Mark BROKEN in 13/14 (via latest llvm update).

This commit is contained in:
Mark Linimon 2021-02-18 01:50:59 +00:00
parent 0ba28fbdda
commit ba19e88b09
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=565854
2 changed files with 6 additions and 0 deletions

View file

@ -11,6 +11,9 @@ DISTNAME= ${PORTNAME}_0.4-1
MAINTAINER= ports@FreeBSD.org
COMMENT= Graphical logo interpreter
BROKEN_FreeBSD_13= ld: error: duplicate symbol: my_turtle
BROKEN_FreeBSD_14= ld: error: duplicate symbol: my_turtle
WRKSRC= ${WRKDIR}/${PORTNAME}-0.4
USES= gmake gnome pathfix pkgconfig

View file

@ -13,6 +13,9 @@ COMMENT= Shakespeare programming language
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
BROKEN_FreeBSD_13= ld: error: duplicate symbol: cast
BROKEN_FreeBSD_14= ld: error: duplicate symbol: cast
USES= bison gmake
ALL_EXAMPLES= Makefile fibonacci.spl fibonacci2.spl guess.spl hello.spl \