svn commit: r563080 - head/games/xkoules

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


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

Log:
  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
  MFH:		2021Q1

Modified:
  head/games/xkoules/Makefile

Modified: head/games/xkoules/Makefile
==============================================================================
--- head/games/xkoules/Makefile	Wed Jan 27 15:09:30 2021	(r563079)
+++ head/games/xkoules/Makefile	Wed Jan 27 15:43:11 2021	(r563080)
@@ -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-head mailing list