svn commit: r562696 - branches/2021Q1/games/xtron

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


Author: antoine
Date: Tue Jan 26 16:22:25 2021
New Revision: 562696
URL: https://svnweb.freebsd.org/changeset/ports/562696

Log:
  MFH: r562695
  
  Mark BROKEN on FreeBSD 13 and 14
  
  ld: error: duplicate symbol: b
  >>> defined at xtron.c
  >>>            xtron.o:(b)
  >>> defined at main.c
  >>>            main.o:(.bss+0x100)
  
  Reported by:	pkg-fallout

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

Modified: branches/2021Q1/games/xtron/Makefile
==============================================================================
--- branches/2021Q1/games/xtron/Makefile	Tue Jan 26 16:22:07 2021	(r562695)
+++ branches/2021Q1/games/xtron/Makefile	Tue Jan 26 16:22:25 2021	(r562696)
@@ -11,6 +11,9 @@ EXTRACT_SUFX=	.tgz
 MAINTAINER=	amdmi3 at FreeBSD.org
 COMMENT=	Avoid running into walls, your own tail, and that of your opponent
 
+BROKEN_FreeBSD_13=	duplicate symbol: b
+BROKEN_FreeBSD_14=	duplicate symbol: b
+
 USES=		xorg
 USE_XORG=	x11 xpm
 


More information about the svn-ports-branches mailing list