svn commit: r562713 - head/games/xoids

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


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 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-all mailing list