svn commit: r565427 - head/games/freesweep
Antoine Brodin
antoine at FreeBSD.org
Tue Feb 16 17:42:10 UTC 2021
Author: antoine
Date: Tue Feb 16 17:42:09 2021
New Revision: 565427
URL: https://svnweb.freebsd.org/changeset/ports/565427
Log:
Mark BROKEN on FreeBSD 13 and 14
ld: error: duplicate symbol: CharSet
>>> defined at clear.c
>>> clear.o:(CharSet)
>>> defined at drawing.c
>>> drawing.o:(.bss+0x0)
Reported by: pkg-fallout
MFH: 2021Q1
Modified:
head/games/freesweep/Makefile
Modified: head/games/freesweep/Makefile
==============================================================================
--- head/games/freesweep/Makefile Tue Feb 16 17:40:38 2021 (r565426)
+++ head/games/freesweep/Makefile Tue Feb 16 17:42:09 2021 (r565427)
@@ -12,6 +12,9 @@ COMMENT= Minesweeper-style game for text-mode terminal
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
+BROKEN_FreeBSD_13= ld: error: duplicate symbol: CharSet
+BROKEN_FreeBSD_14= ld: error: duplicate symbol: CharSet
+
USE_GITHUB= yes
GH_ACCOUNT= rwestlund
More information about the svn-ports-head
mailing list