Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 31 May 2022 10:41:19 GMT
From:      Mikael Urankar <mikael@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 8e4278763305 - main - www/onlyoffice-documentserver: Mark as broken on i386
Message-ID:  <202205311041.24VAfJ8U095601@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202205311041.24VAfJ8U095601>