svn commit: r563083 - branches/2021Q1/games/xisola

Antoine Brodin antoine at FreeBSD.org
Wed Jan 27 15:45:57 UTC 2021


Author: antoine
Date: Wed Jan 27 15:45:56 2021
New Revision: 563083
URL: https://svnweb.freebsd.org/changeset/ports/563083

Log:
  MFH: r563082
  
  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

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

Modified: branches/2021Q1/games/xisola/Makefile
==============================================================================
--- branches/2021Q1/games/xisola/Makefile	Wed Jan 27 15:45:37 2021	(r563082)
+++ branches/2021Q1/games/xisola/Makefile	Wed Jan 27 15:45:56 2021	(r563083)
@@ -10,6 +10,9 @@ MASTER_SITES=	XCONTRIB/games
 MAINTAINER=	ports at 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


More information about the svn-ports-branches mailing list