pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

codex: requires rust 1.88+



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Sat Aug 23 08:01:30 2025 +0200
Changeset:	028884c27c986ef52a59dafc1cd8723c7e07ea28

Modified Files:
	codex/Makefile

Log Message:
codex: requires rust 1.88+

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=028884c27c986ef52a59dafc1cd8723c7e07ea28

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 codex/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diffs:
diff --git a/codex/Makefile b/codex/Makefile
index ba5794993c..b7210b7072 100644
--- a/codex/Makefile
+++ b/codex/Makefile
@@ -14,6 +14,8 @@ WRKSRC=		${WRKDIR}/codex-rust-v${PKGVERSION_NOREV}/codex-rs
 USE_LANGUAGES=	c
 USE_TOOLS+=	pkg-config perl gmake
 
+RUST_REQ=	1.88
+
 # Depends on unpublished crates. Can't use cargo.mk to fetch them.
 RATATUI_REV=		9b2ad1298408c45918ee9f8241a6f95498cdbed2
 DISTFILES=		${DEFAULT_DISTFILES}


Home | Main Index | Thread Index | Old Index