Re: Go and Rust ports PORTREVISION bump up question

2023-09-24 Thread Robert Clausecker
Hi qroxana, Go and rust ports statically link parts of the runtime provided by the toolchain ports, but do not have a LIB_DEPENDS on it. PORTREVISION is bumped on toolchain update so the ports get rebuilt with the new version of the toolchain and receive whatever standard library patches the upda

Go and Rust ports PORTREVISION bump up question

2023-09-24 Thread qroxana
Just curious, what is reason for bumping up the PORTREVISION of the GO and Rust ports, after lang/go or lang/rust is updated? Thanks.