mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Mark BROKEN in 13/14 (via latest llvm update).
This commit is contained in:
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
|
@ -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
|
||||
|
|
|
@ -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 \
|
||||
|
|
Loading…
Add table
Reference in a new issue