Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Jan 2021 15:43:11 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r563080 - head/games/xkoules
Message-ID:  <202101271543.10RFhBsF075369@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101271543.10RFhBsF075369>