git: 02d14241a265 - main - www/ungoogled-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:41 UTC
The branch main has been updated by rene:
URL: https://cgit.FreeBSD.org/ports/commit/?id=02d14241a265dfeb6e61eeb86b49fe363a33c939
commit 02d14241a265dfeb6e61eeb86b49fe363a33c939
Author: Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2022-11-02 21:55:35 +0000
Commit: Rene Ladan <rene@FreeBSD.org>
CommitDate: 2022-11-02 21:56:37 +0000
www/ungoogled-chromium: mark BROKEN on i386, IGNORE on 12.3
Reported by: Robert Nagy
---
www/ungoogled-chromium/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/www/ungoogled-chromium/Makefile b/www/ungoogled-chromium/Makefile
index f38b053df7b5..a8a7faa14c5d 100644
--- a/www/ungoogled-chromium/Makefile
+++ b/www/ungoogled-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
PATCH_DEPENDS= gpatch:devel/patch \
${PYTHON_VERSION}:lang/python${PYTHON_SUFFIX}
@@ -224,7 +225,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)