svn commit: r562697 - head/games/xtic
Antoine Brodin
antoine at FreeBSD.org
Tue Jan 26 16:24:32 UTC 2021
Author: antoine
Date: Tue Jan 26 16:24:32 2021
New Revision: 562697
URL: https://svnweb.freebsd.org/changeset/ports/562697
Log:
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
MFH: 2021Q1
Modified:
head/games/xtic/Makefile
Modified: head/games/xtic/Makefile
==============================================================================
--- head/games/xtic/Makefile Tue Jan 26 16:22:25 2021 (r562696)
+++ head/games/xtic/Makefile Tue Jan 26 16:24:32 2021 (r562697)
@@ -11,6 +11,9 @@ DISTNAME= ${PORTNAME}${PORTVERSION}
MAINTAINER= ports at 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
More information about the svn-ports-all
mailing list