On Sat, Jun 07, 2025 at 11:40:20AM +0200, Piotr Smyrak wrote: > On Sat, 7 Jun 2025 11:24:38 +0200 > Vidar Karlsen <[email protected]> wrote: > > > On Fri, Jun 06, 2025 at 03:57:39PM +0200, Tomek CEDRO wrote: > > > On Fri, Jun 6, 2025 at 3:44 PM Vidar Karlsen <[email protected]> > > > wrote: > > > > Hello, > > > > In an attempt to reduce build times, a review[1] for > > > > lang/rust-bin as a new port was floated last year, but didn't get > > > > a whole lot of traction. > > > > > Why not pkg install rust ? > > > > lang/rust depends on libcurl.so, so a version bump of ftp/curl will > > cause poudriere to rebuild rust. This happens often enough to be a > > burden on my pkg builder. > > > > Then… > > # pkg upgrade curl rust
This assumes that the new pkgs exist in the official pkg repos, in which case poudriere would have picked it up (with PACKAGE_FETCH_BRANCH=latest). In the event that the ports tree and the latest pkg repo are out of sync with regard to ftp/curl and/or lang/rust, I have to rebuild rust or wait until the latest repo catches up.
