Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Dec 2022 01:42:46 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: 1f45807d128b - 2022Q4 - deskutils/just: Broken on armv7
Message-ID:  <202212150142.2BF1gkuL052012@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=1f45807d128bcfb1aec39f346311eba879ad8224

commit 1f45807d128bcfb1aec39f346311eba879ad8224
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-11-27 21:43:23 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-12-15 01:42:41 +0000

    deskutils/just: Broken on armv7
    
    Reported by:    fallout
    
    (cherry picked from commit 29f6bc7d2f7cb228767b68e95abbcf0d2a2c752b)
---
 deskutils/just/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/deskutils/just/Makefile b/deskutils/just/Makefile
index 8b945d824350..643ddacd6caa 100644
--- a/deskutils/just/Makefile
+++ b/deskutils/just/Makefile
@@ -9,6 +9,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



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