git: 7ce1d790cc53 - 2022Q4 - www/chromium: mark BROKEN on 12.3 for now
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 27 Oct 2022 13:23:31 UTC
The branch 2022Q4 has been updated by rene: URL: https://cgit.FreeBSD.org/ports/commit/?id=7ce1d790cc530445beb882282f10aab18463c95f commit 7ce1d790cc530445beb882282f10aab18463c95f 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:22:50 +0000 www/chromium: mark BROKEN on 12.3 for now (cherry picked from commit df6f60b28be35b500fec4d8573159e22a88b489c) --- 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