Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Jan 2021 16:44:51 +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: r562714 - branches/2021Q1/games/xoids
Message-ID:  <202101261644.10QGip1f085660@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Tue Jan 26 16:44:50 2021
New Revision: 562714
URL: https://svnweb.freebsd.org/changeset/ports/562714

Log:
  MFH: r562713
  
  Mark BROKEN on FreeBSD 13 and 14
  
  ld: error: duplicate symbol: Big_O
  >>> defined at init.c
  >>>            init.o:(Big_O)
  >>> defined at oids.c
  >>>            oids.o:(.bss+0x190)
  
  Reported by:	pkg-fallout

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

Modified: branches/2021Q1/games/xoids/Makefile
==============================================================================
--- branches/2021Q1/games/xoids/Makefile	Tue Jan 26 16:44:28 2021	(r562713)
+++ branches/2021Q1/games/xoids/Makefile	Tue Jan 26 16:44:50 2021	(r562714)
@@ -10,6 +10,8 @@ MASTER_SITES=	XCONTRIB/games
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	X Window Asteroids style game with full color pixmaps
 
+BROKEN_FreeBSD_13=	duplicate symbol: Big_O
+BROKEN_FreeBSD_14=	duplicate symbol: Big_O
 NOT_FOR_ARCHS=		mips64
 NOT_FOR_ARCHS_REASON=	unknown architecture
 



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