From: Stuart Henderson Subject: Re: NEW: devel/codex To: Chris Cappuccio Cc: ports@openbsd.org Date: Fri, 16 Jan 2026 15:35:54 +0000 On 2026/01/16 06:47, Chris Cappuccio wrote: > Stuart Henderson [stu@spacehopper.org] wrote: > > | +Index: codex-rs/Cargo.toml > > | +--- codex-rs/Cargo.toml.orig > > | ++++ codex-rs/Cargo.toml > > > > use "make port-lib-depends-check" to generate these duh, i meant "make update-patches" > Will this automatically unpack the source archive and diff it against my > modified tree? usual way: make patch cd `make show=WRKSRC` cp foo foo.orig.port vi foo cd - make update-patches > > > | +@@ -301,8 +301,8 @@ opt-level = 0 > > | [patch.crates-io] > > | # Uncomment to debug local changes. > > | # ratatui = { path = "../../ratatui" } > > | -crossterm = { git = "https://github.com/nornagon/crossterm", branch = "nornagon/color-query" } > > | -ratatui = { git = "https://github.com/nornagon/ratatui", branch = "nornagon-v0.29.0-patch" } > > | -+crossterm = { path = "../../crossterm-87db8bfa6dc99427fd3b071681b07fc31c6ce995" } > > | -+ratatui = { path = "../../ratatui-9b2ad1298408c45918ee9f8241a6f95498cdbed2" } > > | ++crossterm = { path = "../../crossterm" } > > | ++ratatui = { path = "../../ratatui" } > > > > simpler path from DIST_TUPLE > > This will make future updates easier. > > Thanks, > > Chris >