Updating ports start pulling and building RUST without any reason

Hi there,

today I found that portmaster took too much time updating my port. After inspection I have found that I got lang/rust installed. Which I never asked for.

pkg delete rust - passed without listing any depending port....

Is it possible to find which port requested lang/rust monster to be installed ?

Thanks in advance
 
It was a build requirement.

Make a list of all installed ports and xargs them into make build-depends-list
 
But, if you build from a Git clone or an unofficial tarball taken from GitHub.com, you will need the internet to download the Rust libraries during the build.

There's an LTS version that will be supported until 2023. Install that, I guess, and pray for a fork.
 
Jose, thanks !!!! So poudriere is a must, now days ...
( my guess there 3 lines of code in clam which depends on rust :) )
 
Jose, thanks !!!! So poudriere is a must, now days ...
( my guess there 3 lines of code in clam which depends on rust :) )
I wish. Then it would be easy to replace. From the announcement:
Rewrote the ClamAV database archive incremental-update feature (CDIFF) from scratch in Rust. The new implementation was our first module to be rewritten in Rust. It is significantly faster at applying updates that remove large numbers of signatures from a database, such as when migrating signatures from daily.cvd to main.cvd.
"First module" implies there are more to come :(
 
Back
Top