git: f54a28f0ce6d - main - www/chromium: mark BROKEN on i386, IGNORE on 12.3
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 02 Nov 2022 21:56:40 UTC
The branch main has been updated by rene: URL: https://cgit.FreeBSD.org/ports/commit/?id=f54a28f0ce6d87d2f2189301733c6643ca4cc34b commit f54a28f0ce6d87d2f2189301733c6643ca4cc34b Author: Rene Ladan <rene@FreeBSD.org> AuthorDate: 2022-11-02 21:54:59 +0000 Commit: Rene Ladan <rene@FreeBSD.org> CommitDate: 2022-11-02 21:56:36 +0000 www/chromium: mark BROKEN on i386, IGNORE on 12.3 Reported by: Robert Nagy --- www/chromium/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/www/chromium/Makefile b/www/chromium/Makefile index 322244388162..2910793da1dc 100644 --- a/www/chromium/Makefile +++ b/www/chromium/Makefile @@ -15,6 +15,7 @@ LICENSE= BSD3CLAUSE LGPL21 MPL11 LICENSE_COMB= multi ONLY_FOR_ARCHS= aarch64 amd64 i386 +BROKEN_i386= does not build due to 4k alignment BUILD_DEPENDS= bash:shells/bash \ ${PYTHON_PKGNAMEPREFIX}Jinja2>0:devel/py-Jinja2@${PY_FLAVOR} \ @@ -210,7 +211,7 @@ TEST_ALL_TARGET= ${TEST_TARGETS} .include <bsd.port.pre.mk> .if ${OSREL} == "12.3" -BROKEN= does not compile, libc++ too old +IGNORE= does not compile, libc++ too old .endif .if ${PORT_OPTIONS:MHEIMDAL_BASE} && !exists(/usr/lib/libkrb5.so)