git: 8e4278763305 - main - www/onlyoffice-documentserver: Mark as broken on i386
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 31 May 2022 10:41:19 UTC
The branch main has been updated by mikael:
URL: https://cgit.FreeBSD.org/ports/commit/?id=8e42787633057b67d32f67ce0c4ed091cb9a4174
commit 8e42787633057b67d32f67ce0c4ed091cb9a4174
Author: Mikael Urankar <mikael@FreeBSD.org>
AuthorDate: 2022-05-31 10:40:09 +0000
Commit: Mikael Urankar <mikael@FreeBSD.org>
CommitDate: 2022-05-31 10:40:58 +0000
www/onlyoffice-documentserver: Mark as broken on i386
v8 doesn't compile on this arch
PR: 264367
Reported by: salvadore
---
www/onlyoffice-documentserver/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/www/onlyoffice-documentserver/Makefile b/www/onlyoffice-documentserver/Makefile
index ff9cfe09a257..882971d1d4fd 100644
--- a/www/onlyoffice-documentserver/Makefile
+++ b/www/onlyoffice-documentserver/Makefile
@@ -19,6 +19,8 @@ COMMENT= Secure office and productivity apps
LICENSE= AGPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
+BROKEN_i386= fails to build
+
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Jinja2>=0:devel/py-Jinja2@${PY_FLAVOR} \
boost-libs>0:devel/boost-libs \
glib>=2.54:devel/glib20 \