Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 31 Jan 2026 18:12:53 +0000
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: a7c0dce43292 - main - sysutils/mise: No longer requires rust-nightly
Message-ID:  <697e4625.21763.8c48b7f@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by yuri:

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

commit a7c0dce43292cf44152f852e33d46eedf29a07f7
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2026-01-31 18:11:54 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2026-01-31 18:12:51 +0000

    sysutils/mise: No longer requires rust-nightly
    
    PR:             291744
    Reported by:    James TD Smith <ahktenzero+freebsd@mohorovi.cc>
---
 sysutils/mise/Makefile | 2 --
 1 file changed, 2 deletions(-)

diff --git a/sysutils/mise/Makefile b/sysutils/mise/Makefile
index 5127dc3a8685..a87f3e76c55b 100644
--- a/sysutils/mise/Makefile
+++ b/sysutils/mise/Makefile
@@ -13,7 +13,6 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BROKEN_armv7=	compilation fails: LLVM ERROR: out of memory
 
-BUILD_DEPENDS=	rust-nightly>0:lang/rust-nightly # because feature `edition2024` is required
 BUILD_DEPENDS+=	${LOCALBASE}/llvm${LLVM_DEFAULT}/lib/libclang.so:devel/llvm${LLVM_DEFAULT}
 LIB_DEPENDS=	libgit2.so:devel/libgit2 \
 		libssh2.so:security/libssh2 \
@@ -25,7 +24,6 @@ USES=		cargo localbase:ldflags pkgconfig ssl
 USE_GITHUB=	yes
 GH_ACCOUNT=	jdx
 
-CARGO_BUILDDEP=	no
 CARGO_CRATES=	addr2line-0.25.1 \
 		adler2-2.0.1 \
 		aead-0.5.2 \


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?697e4625.21763.8c48b7f>