Date: Fri, 23 Apr 2021 15:05:27 GMT From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 08fdac61c3b6 - main - games/quake3: mark BROKEN on FreeBSD >= 13 Message-ID: <202104231505.13NF5R9n019957@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by amdmi3: URL: https://cgit.FreeBSD.org/ports/commit/?id=08fdac61c3b6538af731aed1e5048a70372cd222 commit 08fdac61c3b6538af731aed1e5048a70372cd222 Author: Dmitry Marakasov <amdmi3@FreeBSD.org> AuthorDate: 2021-04-23 11:19:55 +0000 Commit: Dmitry Marakasov <amdmi3@FreeBSD.org> CommitDate: 2021-04-23 15:03:06 +0000 games/quake3: mark BROKEN on FreeBSD >= 13 --- games/quake3/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/games/quake3/Makefile b/games/quake3/Makefile index a48eb2199e6d..7dc581c96f0f 100644 --- a/games/quake3/Makefile +++ b/games/quake3/Makefile @@ -13,6 +13,9 @@ DISTNAME= ${PORTNAME}-${REALVERSION}-source MAINTAINER= shirshegsm@gmail.com COMMENT= Quake III Arena -- first person shooter (native build) +BROKEN_FreeBSD_13= ld: error: duplicate symbol: re +BROKEN_FreeBSD_14= ld: error: duplicate symbol: re + USES= dos2unix gmake zip ONLY_FOR_ARCHS= i386 ONLY_FOR_ARCHS_REASON= does not run properly; try games/ioquake3
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202104231505.13NF5R9n019957>