Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Jan 2021 16:24:51 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r562698 - branches/2021Q1/games/xtic
Message-ID:  <202101261624.10QGOppv072064@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Tue Jan 26 16:24:51 2021
New Revision: 562698
URL: https://svnweb.freebsd.org/changeset/ports/562698

Log:
  MFH: r562697
  
  Mark BROKEN on FreeBSD 13 and 14
  
  ld: error: duplicate symbol: board
  >>> defined at addpiece.c
  >>>            addpiece.o:(board)
  >>> defined at endgame.c
  >>>            endgame.o:(.bss+0x0)
  
  Reported by:	pkg-fallout

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

Modified: branches/2021Q1/games/xtic/Makefile
==============================================================================
--- branches/2021Q1/games/xtic/Makefile	Tue Jan 26 16:24:32 2021	(r562697)
+++ branches/2021Q1/games/xtic/Makefile	Tue Jan 26 16:24:51 2021	(r562698)
@@ -11,6 +11,9 @@ DISTNAME=	${PORTNAME}${PORTVERSION}
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	X version of a simple but tricky board game
 
+BROKEN_FreeBSD_13=	duplicate symbol: board
+BROKEN_FreeBSD_14=	duplicate symbol: board
+
 USES=		imake xorg
 USE_XORG=	xaw
 PLIST_FILES=	bin/xtic man/man1/xtic.1.gz



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