git: 29f6bc7d2f7c - main - deskutils/just: Broken on armv7
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 27 Nov 2022 22:06:07 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=29f6bc7d2f7cb228767b68e95abbcf0d2a2c752b commit 29f6bc7d2f7cb228767b68e95abbcf0d2a2c752b Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2022-11-27 21:43:23 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2022-11-27 22:06:02 +0000 deskutils/just: Broken on armv7 Reported by: fallout --- deskutils/just/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/deskutils/just/Makefile b/deskutils/just/Makefile index 240f33e4d0b0..d9a07752e32f 100644 --- a/deskutils/just/Makefile +++ b/deskutils/just/Makefile @@ -10,6 +10,8 @@ WWW= https://just.systems/ LICENSE= CC0-1.0 LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN_armv7= compilation fails: error[E0308]: mismatched types, see https://github.com/dotenv-rs/dotenv/issues/83 + USES= cargo USE_GITHUB= yes GH_ACCOUNT= casey