svn commit: r562706 - head/games/xrally

Antoine Brodin antoine at FreeBSD.org
Tue Jan 26 16:34:27 UTC 2021


Author: antoine
Date: Tue Jan 26 16:34:26 2021
New Revision: 562706
URL: https://svnweb.freebsd.org/changeset/ports/562706

Log:
  Mark BROKEN on FreeBSD 13 and 14
  
  ld: error: duplicate symbol: radar
  >>> defined at map.c:31
  >>>            map.o:(radar)
  >>> defined at game.c:31
  >>>            game.o:(.bss+0xD8)
  
  Reported by:	pkg-fallout
  MFH:		2021Q1

Modified:
  head/games/xrally/Makefile

Modified: head/games/xrally/Makefile
==============================================================================
--- head/games/xrally/Makefile	Tue Jan 26 16:33:18 2021	(r562705)
+++ head/games/xrally/Makefile	Tue Jan 26 16:34:26 2021	(r562706)
@@ -11,6 +11,9 @@ DISTNAME=	${PORTNAME}-1.1
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Clone of the classic Rally X arcade game
 
+BROKEN_FreeBSD_13=	duplicate symbol: radar
+BROKEN_FreeBSD_14=	duplicate symbol: radar
+
 WRKSRC=		${WRKDIR}/${PORTNAME}
 HAS_CONFIGURE=	yes
 CONFIGURE_ARGS=	--prefix=${PREFIX}


More information about the svn-ports-all mailing list