svn commit: r562714 - branches/2021Q1/games/xoids

Antoine Brodin antoine at FreeBSD.org
Tue Jan 26 16:44:51 UTC 2021


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 at 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
 


More information about the svn-ports-branches mailing list