svn commit: r565436 - head/games/jumpnbump

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


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

Log:
  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
  MFH:		2021Q1

Modified:
  head/games/jumpnbump/Makefile

Modified: head/games/jumpnbump/Makefile
==============================================================================
--- head/games/jumpnbump/Makefile	Tue Feb 16 17:51:43 2021	(r565435)
+++ head/games/jumpnbump/Makefile	Tue Feb 16 17:53:53 2021	(r565436)
@@ -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