svn commit: r563081 - branches/2021Q1/games/xkoules

Antoine Brodin antoine at FreeBSD.org
Wed Jan 27 15:43:38 UTC 2021


Author: antoine
Date: Wed Jan 27 15:43:37 2021
New Revision: 563081
URL: https://svnweb.freebsd.org/changeset/ports/563081

Log:
  MFH: r563080
  
  Mark BROKEN on FreeBSD 13 and 14
  
  ld: error: duplicate symbol: controls
  >>> defined at koules.c
  >>>            koules.o:(controls)
  >>> defined at server.c
  >>>            server.o:(.bss+0xC1BB0)
  
  Reported by:	pkg-fallout

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

Modified: branches/2021Q1/games/xkoules/Makefile
==============================================================================
--- branches/2021Q1/games/xkoules/Makefile	Wed Jan 27 15:43:11 2021	(r563080)
+++ branches/2021Q1/games/xkoules/Makefile	Wed Jan 27 15:43:37 2021	(r563081)
@@ -18,6 +18,9 @@ COMMENT=	Fast action arcade-style game for X Window
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+BROKEN_FreeBSD_13=	duplicate symbol: controls
+BROKEN_FreeBSD_14=	duplicate symbol: controls
+
 WRKSRC=		${WRKDIR}/${PORTNAME:S/x//}${PORTVERSION}
 
 USES=		imake xorg


More information about the svn-ports-branches mailing list