Date: Tue, 26 Jan 2021 16:28:25 +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: r562700 - branches/2021Q1/games/xrot Message-ID: <202101261628.10QGSPKi072340@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Tue Jan 26 16:28:25 2021 New Revision: 562700 URL: https://svnweb.freebsd.org/changeset/ports/562700 Log: MFH: r562699 Mark BROKEN on FreeBSD 13 and 14 ld: error: duplicate symbol: act >>> defined at xrot.c >>> xrot.o:(act) >>> defined at title.c >>> title.o:(.bss+0x118) Reported by: pkg-fallout Modified: branches/2021Q1/games/xrot/Makefile Directory Properties: branches/2021Q1/ (props changed) Modified: branches/2021Q1/games/xrot/Makefile ============================================================================== --- branches/2021Q1/games/xrot/Makefile Tue Jan 26 16:27:56 2021 (r562699) +++ branches/2021Q1/games/xrot/Makefile Tue Jan 26 16:28:25 2021 (r562700) @@ -16,6 +16,9 @@ MASTER_SITE_SUBDIR= VinePlus/1.1/JG-0.9.1/sources MAINTAINER= ports@FreeBSD.org COMMENT= Falling ball puzzle game for X +BROKEN_FreeBSD_13= duplicate symbol: act +BROKEN_FreeBSD_14= duplicate symbol: act + WRKSRC= ${WRKDIR}/xrot USES= imake xorg
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101261628.10QGSPKi072340>