svn commit: r563090 - head/games/xcheckers
Antoine Brodin
antoine at FreeBSD.org
Wed Jan 27 15:52:37 UTC 2021
Author: antoine
Date: Wed Jan 27 15:52:37 2021
New Revision: 563090
URL: https://svnweb.freebsd.org/changeset/ports/563090
Log:
Mark BROKEN on FreeBSD 13 and 14
ld: error: duplicate symbol: board
>>> defined at xcheckers.c
>>> xcheckers.o:(board)
>>> defined at board.c
>>> board.o:(.bss+0x0)
Reported by: pkg-fallout
MFH: 2021Q1
Modified:
head/games/xcheckers/Makefile
Modified: head/games/xcheckers/Makefile
==============================================================================
--- head/games/xcheckers/Makefile Wed Jan 27 15:52:18 2021 (r563089)
+++ head/games/xcheckers/Makefile Wed Jan 27 15:52:37 2021 (r563090)
@@ -10,6 +10,9 @@ MASTER_SITES= http://arton.cunst.net/xcheckers/
MAINTAINER= ports at FreeBSD.org
COMMENT= Checkers game for X11
+BROKEN_FreeBSD_13= duplicate symbol: board
+BROKEN_FreeBSD_14= duplicate symbol: board
+
USES= imake xorg
USE_XORG= x11 xext xpm
More information about the svn-ports-all
mailing list