Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Mar 2026 19:17:09 +0000
From:      Robert Clausecker <fuz@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 3fa4c0561fc7 - main - games/wyrmgus: broken everywhere
Message-ID:  <69c2e335.4268b.5d80d722@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by fuz:

URL: https://cgit.FreeBSD.org/ports/commit/?id=3fa4c0561fc7f5944f3a59db3cf55a854836e8ff

commit 3fa4c0561fc7f5944f3a59db3cf55a854836e8ff
Author:     Robert Clausecker <fuz@FreeBSD.org>
AuthorDate: 2026-03-21 09:09:54 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2026-03-24 19:12:38 +0000

    games/wyrmgus: broken everywhere
    
    Please fix.  Perhaps the C++ standard version can be changed?
    
    Approved by:    portmgr (build fix blanket)
---
 games/wyrmgus/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games/wyrmgus/Makefile b/games/wyrmgus/Makefile
index 55669ce53a8d..7fa9f5397a0d 100644
--- a/games/wyrmgus/Makefile
+++ b/games/wyrmgus/Makefile
@@ -15,7 +15,7 @@ LIB_DEPENDS=	libtolua++-${LUA_VER}.so:lang/tolua++
 BUILD_DEPENDS=	${LOCALBASE}/include/boost/tokenizer.hpp:devel/boost-libs
 
 # recheck with boost >= 1.73
-BROKEN_FreeBSD_14=	does not build because boost asio is not compatible with c++20
+BROKEN=		does not build because boost asio is not compatible with c++20
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	Andrettin


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69c2e335.4268b.5d80d722>