aboutsummaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2021-02-18 02:08:37 +0000
committerMark Linimon <linimon@FreeBSD.org>2021-02-18 02:08:37 +0000
commit134f86dc5a73dcab265a52f1c08dec27475cf906 (patch)
tree1f8ae460469c7518ca13a083c3bc4c40451b69b9 /misc
parent3f8ba0d40b414d6d7ee24223397adbb5de76a01a (diff)
downloadports-134f86dc5a73dcab265a52f1c08dec27475cf906.tar.gz
ports-134f86dc5a73dcab265a52f1c08dec27475cf906.zip
Mark BROKEN in 13/14 (via latest llvm update).
Notes
Notes: svn path=/head/; revision=565859
Diffstat (limited to 'misc')
-rw-r--r--misc/pdmenu/Makefile3
-rw-r--r--misc/wmScoreBoard/Makefile3
2 files changed, 6 insertions, 0 deletions
diff --git a/misc/pdmenu/Makefile b/misc/pdmenu/Makefile
index fad1fb414979..1e82a51ad5fa 100644
--- a/misc/pdmenu/Makefile
+++ b/misc/pdmenu/Makefile
@@ -13,6 +13,9 @@ COMMENT= Simple console menu program
LICENSE= GPLv2
+BROKEN_FreeBSD_13= ld: error: duplicate symbol: BG
+BROKEN_FreeBSD_14= ld: error: duplicate symbol: BG
+
LIB_DEPENDS= libslang.so:devel/libslang2
WRKSRC= ${WRKDIR}/${PORTNAME}
diff --git a/misc/wmScoreBoard/Makefile b/misc/wmScoreBoard/Makefile
index a48d7fd4acb2..4182cfe3686c 100644
--- a/misc/wmScoreBoard/Makefile
+++ b/misc/wmScoreBoard/Makefile
@@ -13,6 +13,9 @@ COMMENT= Window Maker dockapp that display game scores from excite
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/../COPYING
+BROKEN_FreeBSD_13= ld: error: duplicate symbol: DisplayDepth
+BROKEN_FreeBSD_14= ld: error: duplicate symbol: DisplayDepth
+
RUN_DEPENDS= wget:ftp/wget
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/src