svn commit: r562695 - head/games/xtron

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


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

Log:
  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
  MFH:		2021Q1

Modified:
  head/games/xtron/Makefile

Modified: head/games/xtron/Makefile
==============================================================================
--- head/games/xtron/Makefile	Tue Jan 26 16:16:55 2021	(r562694)
+++ head/games/xtron/Makefile	Tue Jan 26 16:22:07 2021	(r562695)
@@ -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-all mailing list