svn commit: r563091 - branches/2021Q1/games/xcheckers

Antoine Brodin antoine at FreeBSD.org
Wed Jan 27 15:53:01 UTC 2021


Author: antoine
Date: Wed Jan 27 15:53:00 2021
New Revision: 563091
URL: https://svnweb.freebsd.org/changeset/ports/563091

Log:
  MFH: r563090
  
  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

Modified:
  branches/2021Q1/games/xcheckers/Makefile
Directory Properties:
  branches/2021Q1/   (props changed)

Modified: branches/2021Q1/games/xcheckers/Makefile
==============================================================================
--- branches/2021Q1/games/xcheckers/Makefile	Wed Jan 27 15:52:37 2021	(r563090)
+++ branches/2021Q1/games/xcheckers/Makefile	Wed Jan 27 15:53:00 2021	(r563091)
@@ -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