Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Sep 2022 06:26:10 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 4d1117807cd0 - main - devel/desed: Broken on armv7
Message-ID:  <202209300626.28U6QA74023829@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=4d1117807cd0f29992f1daf28a0e803473d41d89

commit 4d1117807cd0f29992f1daf28a0e803473d41d89
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-09-30 06:25:22 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-09-30 06:25:22 +0000

    devel/desed: Broken on armv7
    
    Reported by:    fallout
---
 devel/desed/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/devel/desed/Makefile b/devel/desed/Makefile
index afd4ee5a2182..1acc5a4195d4 100644
--- a/devel/desed/Makefile
+++ b/devel/desed/Makefile
@@ -12,6 +12,8 @@ WWW=		https://github.com/SoptikHa2/desed
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN_armv7=	compilation fails: error[E0308]: mismatched types, see https://gitlab.com/rust-kqueue/rust-kqueue-sys/-/issues/3
+
 RUN_DEPENDS=	gsed:textproc/gsed
 
 USES=		cargo



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