Date: Tue, 16 Feb 2021 17:42:10 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r565427 - head/games/freesweep Message-ID: <202102161742.11GHgAx8091701@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202102161742.11GHgAx8091701>