Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Dec 2022 10:09:09 GMT
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: 42bbde54831c - 2022Q4 - www/iridium: mark BROKEN on 12.3
Message-ID:  <202212081009.2B8A99QK042491@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch 2022Q4 has been updated by rene:

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

commit 42bbde54831c1da409bc320089143768429734be
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:08:48 +0000

    www/iridium: mark BROKEN on 12.3
    
    (cherry picked from commit 72ea1cd0b0d3cb25758b7aeff22e42dbe1664f8d)
---
 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202212081009.2B8A99QK042491>