svn commit: r562707 - branches/2021Q1/games/xrally

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


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

Log:
  MFH: r562706
  
  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

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

Modified: branches/2021Q1/games/xrally/Makefile
==============================================================================
--- branches/2021Q1/games/xrally/Makefile	Tue Jan 26 16:34:26 2021	(r562706)
+++ branches/2021Q1/games/xrally/Makefile	Tue Jan 26 16:34:44 2021	(r562707)
@@ -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-branches mailing list