svn commit: r563082 - head/games/xisola

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


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 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-all mailing list