Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Jan 2021 15:45:38 +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: r563082 - head/games/xisola
Message-ID:  <202101271545.10RFjcfQ075650@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Wed Jan 27 15:45:37 2021
New Revision: 563082
URL: https://svnweb.freebsd.org/changeset/ports/563082

Log:
  Mark BROKEN on FreeBSD 13 and 14
  
  ld: error: duplicate symbol: app_context
  >>> defined at callback.c
  >>>            callback.o:(app_context)
  >>> defined at xisola.c
  >>>            xisola.o:(.bss+0xB0)
  
  Reported by:	pkg-fallout
  MFH:		2021Q1

Modified:
  head/games/xisola/Makefile

Modified: head/games/xisola/Makefile
==============================================================================
--- head/games/xisola/Makefile	Wed Jan 27 15:43:37 2021	(r563081)
+++ head/games/xisola/Makefile	Wed Jan 27 15:45:37 2021	(r563082)
@@ -10,6 +10,9 @@ MASTER_SITES=	XCONTRIB/games
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Simple board game for X Window System
 
+BROKEN_FreeBSD_13=	duplicate symbol: app_context
+BROKEN_FreeBSD_14=	duplicate symbol: app_context
+
 WRKSRC=		${WRKDIR}/${PORTNAME}
 USES=		imake:noman xorg
 USE_XORG=	x11 xext xaw xmu xt sm ice



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