git: cf2be50d6cc7 - main - games/frobtads: BROKEN on 32-bit platforms

From: Robert Clausecker <fuz_at_FreeBSD.org>
Date: Sun, 06 Sep 2026 16:18:15 UTC
The branch main has been updated by fuz:

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

commit cf2be50d6cc726233e3f8e7c492e92eb027c5e8e
Author:     Robert Clausecker <fuz@FreeBSD.org>
AuthorDate: 2026-09-06 15:59:38 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2026-09-06 16:17:03 +0000

    games/frobtads: BROKEN on 32-bit platforms
    
    I tried to look into this build failure, but this is some C++
    voodoo way above my paygrade.
    
    Approved by:    portmgr (build fix blanket)
    Event:          Berlin Hackathon 202609
---
 games/frobtads/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/games/frobtads/Makefile b/games/frobtads/Makefile
index 6cfa5d9b9798..bef43c0a1092 100644
--- a/games/frobtads/Makefile
+++ b/games/frobtads/Makefile
@@ -16,6 +16,9 @@ LICENSE_PERMS=	dist-mirror pkg-mirror auto-accept
 DEPRECATED=	No release in years, does not build with CMake 4
 EXPIRATION_DATE=2026-11-30
 
+BROKEN_armv7=	error: 'new' expression with placement arguments refers to non-placement 'operator delete'
+BROKEN_i386=	error: 'new' expression with placement arguments refers to non-placement 'operator delete'
+
 LIB_DEPENDS=	libcurl.so:ftp/curl
 
 USES=		cmake:noninja localbase ncurses