git: 42bbde54831c - 2022Q4 - www/iridium: mark BROKEN on 12.3
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 08 Dec 2022 10:09:09 UTC
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