git: 4d1117807cd0 - main - devel/desed: Broken on armv7
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 30 Sep 2022 06:26:10 UTC
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