svn commit: r562712 - branches/2021Q1/games/xorgramana

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


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

Log:
  MFH: r562711
  
  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

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

Modified: branches/2021Q1/games/xorgramana/Makefile
==============================================================================
--- branches/2021Q1/games/xorgramana/Makefile	Tue Jan 26 16:41:48 2021	(r562711)
+++ branches/2021Q1/games/xorgramana/Makefile	Tue Jan 26 16:42:06 2021	(r562712)
@@ -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