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

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