svn commit: r565437 - branches/2021Q1/games/jumpnbump

Antoine Brodin antoine at FreeBSD.org
Tue Feb 16 17:54:12 UTC 2021


Author: antoine
Date: Tue Feb 16 17:54:12 2021
New Revision: 565437
URL: https://svnweb.freebsd.org/changeset/ports/565437

Log:
  MFH: r565436
  
  Mark BROKEN on FreeBSD 13 and 14
  
  ld: error: duplicate symbol: endscore_reached
  >>> defined at main.c
  >>>            main.o:(endscore_reached)
  >>> defined at menu.c
  >>>            menu.o:(.bss+0x600)
  
  Reported by:	pkg-fallout

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

Modified: branches/2021Q1/games/jumpnbump/Makefile
==============================================================================
--- branches/2021Q1/games/jumpnbump/Makefile	Tue Feb 16 17:53:53 2021	(r565436)
+++ branches/2021Q1/games/jumpnbump/Makefile	Tue Feb 16 17:54:12 2021	(r565437)
@@ -13,6 +13,9 @@ COMMENT=	Play cute bunnies jumping on each other's hea
 LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+BROKEN_FreeBSD_13=	ld: error: duplicate symbol: endscore_reached
+BROKEN_FreeBSD_14=	ld: error: duplicate symbol: endscore_reached
+
 USES=		compiler:c11 gettext-tools gmake sdl shebangfix tar:bzip2
 SHEBANG_FILES=	${WRKSRC}/menu/jumpnbump_menu.py.pre
 USE_SDL=	sdl2 mixer2 net2


More information about the svn-ports-all mailing list