svn commit: r562698 - branches/2021Q1/games/xtic

Antoine Brodin antoine at FreeBSD.org
Tue Jan 26 16:24:51 UTC 2021


Author: antoine
Date: Tue Jan 26 16:24:51 2021
New Revision: 562698
URL: https://svnweb.freebsd.org/changeset/ports/562698

Log:
  MFH: r562697
  
  Mark BROKEN on FreeBSD 13 and 14
  
  ld: error: duplicate symbol: board
  >>> defined at addpiece.c
  >>>            addpiece.o:(board)
  >>> defined at endgame.c
  >>>            endgame.o:(.bss+0x0)
  
  Reported by:	pkg-fallout

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

Modified: branches/2021Q1/games/xtic/Makefile
==============================================================================
--- branches/2021Q1/games/xtic/Makefile	Tue Jan 26 16:24:32 2021	(r562697)
+++ branches/2021Q1/games/xtic/Makefile	Tue Jan 26 16:24:51 2021	(r562698)
@@ -11,6 +11,9 @@ DISTNAME=	${PORTNAME}${PORTVERSION}
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	X version of a simple but tricky board game
 
+BROKEN_FreeBSD_13=	duplicate symbol: board
+BROKEN_FreeBSD_14=	duplicate symbol: board
+
 USES=		imake xorg
 USE_XORG=	xaw
 PLIST_FILES=	bin/xtic man/man1/xtic.1.gz


More information about the svn-ports-branches mailing list