svn commit: r562711 - head/games/xorgramana

Antoine Brodin antoine at FreeBSD.org
Tue Jan 26 16:41:48 UTC 2021


Author: antoine
Date: Tue Jan 26 16:41:48 2021
New Revision: 562711
URL: https://svnweb.freebsd.org/changeset/ports/562711

Log:
  Mark BROKEN on FreeBSD 13 and 14
  
  ld: error: duplicate symbol: player
  >>> defined at actions.c
  >>>            actions.o:(player)
  >>> defined at explode.c
  >>>            explode.o:(.bss+0x0)
  
  Reported by:	pkg-fallout
  MFH:		2021Q1

Modified:
  head/games/xorgramana/Makefile

Modified: head/games/xorgramana/Makefile
==============================================================================
--- head/games/xorgramana/Makefile	Tue Jan 26 16:39:59 2021	(r562710)
+++ head/games/xorgramana/Makefile	Tue Jan 26 16:41:48 2021	(r562711)
@@ -12,6 +12,9 @@ DISTNAME=	XorGramana-${PORTVERSION}
 MAINTAINER=	amdmi3 at FreeBSD.org
 COMMENT=	Logic word puzzle game set inside a series of mazes
 
+BROKEN_FreeBSD_13=	duplicate symbol: player
+BROKEN_FreeBSD_14=	duplicate symbol: player
+
 USES=		gl gmake sdl tar:bzip2 
 USE_SDL=	sdl image
 USE_GL=		glu


More information about the svn-ports-all mailing list