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

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

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

Modified:
  head/games/xoids/Makefile

Modified: head/games/xoids/Makefile
==============================================================================
--- head/games/xoids/Makefile	Tue Jan 26 16:42:06 2021	(r562712)
+++ head/games/xoids/Makefile	Tue Jan 26 16:44:28 2021	(r562713)
@@ -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.10QGiTpL085547>