Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Jan 2021 16:22:07 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r562695 - head/games/xtron
Message-ID:  <202101261622.10QGM7Xs070726@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101261622.10QGM7Xs070726>