svn commit: r562704 - branches/2021Q1/games/xrick

Antoine Brodin antoine at FreeBSD.org
Tue Jan 26 16:32:07 UTC 2021


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

Log:
  MFH: r562703
  
  Mark BROKEN on FreeBSD 13 and 14
  
  ld: error: duplicate symbol: IMG_SPLASH
  >>> defined at data.c
  >>>            data.o:(IMG_SPLASH)
  >>> defined at scr_xrick.c
  >>>            scr_xrick.o:(.data+0x18)
  
  Reported by:	pkg-fallout

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

Modified: branches/2021Q1/games/xrick/Makefile
==============================================================================
--- branches/2021Q1/games/xrick/Makefile	Tue Jan 26 16:31:45 2021	(r562703)
+++ branches/2021Q1/games/xrick/Makefile	Tue Jan 26 16:32:06 2021	(r562704)
@@ -10,6 +10,9 @@ MASTER_SITES=	http://www.bigorno.net/xrick/
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Clone of Rick Dangerous
 
+BROKEN_FreeBSD_13=	duplicate symbol: IMG_SPLASH
+BROKEN_FreeBSD_14=	duplicate symbol: IMG_SPLASH
+
 RESTRICTED=	Copyright status of the graphics and sounds is uncertain
 USES=		gmake jpeg sdl tar:tgz
 USE_SDL=	sdl


More information about the svn-ports-branches mailing list