Re: port x11-toolkits/p5-Gtk2 fails to compile/link

2023-09-24 Thread Matthias Apitz
El día domingo, septiembre 24, 2023 a las 09:48:11a. m. +0900, Tomoaki AOKI escribió: > Maybe there is no INDIVIDUAL maintainer for this. > p...@freebsd.org should be an alias of freebsd-p...@freebsd.org ML [1], > just like freebsd-ports ML here has an alias ports@freebsd.org for > accepting post

is there a method to enforce qt6 on all ports requiring qt

2023-09-24 Thread void
Hi, I'd like to (try to) build any required qt-involved port with qt6, If it's qt5-only, I'd like it to fail to build. I don't want qt5 at all. Is there a way to do this? I'm using poudriere-devel. tia, --

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.

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