svn commit: r565815 - head/games/gnurobbo

Mark Linimon linimon at FreeBSD.org
Wed Feb 17 22:32:19 UTC 2021


Author: linimon
Date: Wed Feb 17 22:32:18 2021
New Revision: 565815
URL: https://svnweb.freebsd.org/changeset/ports/565815

Log:
  Mark BROKEN in 13/14 (via latest llvm update).

Modified:
  head/games/gnurobbo/Makefile

Modified: head/games/gnurobbo/Makefile
==============================================================================
--- head/games/gnurobbo/Makefile	Wed Feb 17 22:27:36 2021	(r565814)
+++ head/games/gnurobbo/Makefile	Wed Feb 17 22:32:18 2021	(r565815)
@@ -10,6 +10,9 @@ EXTRACT_SUFX=	-source.tar.gz
 MAINTAINER=	amdmi3 at FreeBSD.org
 COMMENT=	Reimplementation of LK Avalon's Robbo for the Atari XE/XL
 
+BROKEN_FreeBSD_13=	ld: error: duplicate symbol: K_direction
+BROKEN_FreeBSD_14=	ld: error: duplicate symbol: K_direction
+
 USES=		gmake sdl
 USE_SDL=	sdl ttf mixer image
 


More information about the svn-ports-all mailing list