Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Jul 2022 08:47:34 GMT
From:      Mateusz Piotrowski <0mp@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: 6510cd1385ec - 2022Q2 - net-im/libsignal-client: Mark as broken on aarch64
Message-ID:  <202207010847.2618lYYq055444@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch 2022Q2 has been updated by 0mp:

URL: https://cgit.FreeBSD.org/ports/commit/?id=6510cd1385ec20d54430c021207285a752331315

commit 6510cd1385ec20d54430c021207285a752331315
Author:     Mateusz Piotrowski <0mp@FreeBSD.org>
AuthorDate: 2022-07-01 08:39:30 +0000
Commit:     Mateusz Piotrowski <0mp@FreeBSD.org>
CommitDate: 2022-07-01 08:47:27 +0000

    net-im/libsignal-client: Mark as broken on aarch64
    
    (cherry picked from commit b5097ef59669c6c54c180cb20d1492b46805711e)
---
 net-im/libsignal-client/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/net-im/libsignal-client/Makefile b/net-im/libsignal-client/Makefile
index 3833811935bb..95db030b541a 100644
--- a/net-im/libsignal-client/Makefile
+++ b/net-im/libsignal-client/Makefile
@@ -11,6 +11,8 @@ COMMENT=	Implementation of the Signal client protocol
 LICENSE=	AGPLv3
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN_aarch64=	fails to compile: could not compile `polyval`: the feature named `crypto` is not valid for this target
+
 BUILD_DEPENDS=	protoc:devel/protobuf
 
 USES=		cargo ssl



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