git: df6f60b28be3 - main - www/chromium: mark BROKEN on 12.3 for now

From: Rene Ladan <rene_at_FreeBSD.org>
Date: Thu, 27 Oct 2022 13:16:10 UTC
The branch main has been updated by rene:

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

commit df6f60b28be35b500fec4d8573159e22a88b489c
Author:     Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2022-10-27 13:15:06 +0000
Commit:     Rene Ladan <rene@FreeBSD.org>
CommitDate: 2022-10-27 13:15:06 +0000

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

diff --git a/www/chromium/Makefile b/www/chromium/Makefile
index 8015a1cc77b0..520947c339a6 100644
--- a/www/chromium/Makefile
+++ b/www/chromium/Makefile
@@ -208,6 +208,10 @@ TEST_ALL_TARGET=	${TEST_TARGETS}
 .include <bsd.port.options.mk>
 .include <bsd.port.pre.mk>
 
+.if ${OSREL} == "12.3"
+BROKEN=		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