git: 72ea1cd0b0d3 - main - www/iridium: mark BROKEN on 12.3

From: Rene Ladan <rene_at_FreeBSD.org>
Date: Thu, 08 Dec 2022 10:08:11 UTC
The branch main has been updated by rene:

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

commit 72ea1cd0b0d3cb25758b7aeff22e42dbe1664f8d
Author:     Robert Nagy <robert@openbsd.org>
AuthorDate: 2022-12-08 09:34:52 +0000
Commit:     Rene Ladan <rene@FreeBSD.org>
CommitDate: 2022-12-08 10:07:28 +0000

    www/iridium: mark BROKEN on 12.3
---
 www/iridium/Makefile | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/www/iridium/Makefile b/www/iridium/Makefile
index 965b8a055d2f..fe774f3228be 100644
--- a/www/iridium/Makefile
+++ b/www/iridium/Makefile
@@ -197,6 +197,10 @@ SNDIO_VARS_OFF=		GN_ARGS+=use_sndio=false
 .include <bsd.port.options.mk>
 .include <bsd.port.pre.mk>
 
+.if ${OSREL} == "12.3"
+IGNORE=			does not compile, libc++ too old
+.endif
+
 .if ${PORT_OPTIONS:MHEIMDAL_BASE} && !exists(/usr/lib/libkrb5.so)
 IGNORE=		you have selected HEIMDAL_BASE but do not have Heimdal installed in base
 .endif