svn commit: r562700 - branches/2021Q1/games/xrot

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


Author: antoine
Date: Tue Jan 26 16:28:25 2021
New Revision: 562700
URL: https://svnweb.freebsd.org/changeset/ports/562700

Log:
  MFH: r562699
  
  Mark BROKEN on FreeBSD 13 and 14
  
  ld: error: duplicate symbol: act
  >>> defined at xrot.c
  >>>            xrot.o:(act)
  >>> defined at title.c
  >>>            title.o:(.bss+0x118)
  
  Reported by:	pkg-fallout

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

Modified: branches/2021Q1/games/xrot/Makefile
==============================================================================
--- branches/2021Q1/games/xrot/Makefile	Tue Jan 26 16:27:56 2021	(r562699)
+++ branches/2021Q1/games/xrot/Makefile	Tue Jan 26 16:28:25 2021	(r562700)
@@ -16,6 +16,9 @@ MASTER_SITE_SUBDIR=	VinePlus/1.1/JG-0.9.1/sources
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Falling ball puzzle game for X
 
+BROKEN_FreeBSD_13=	duplicate symbol: act
+BROKEN_FreeBSD_14=	duplicate symbol: act
+
 WRKSRC=		${WRKDIR}/xrot
 
 USES=		imake xorg


More information about the svn-ports-branches mailing list