Unmaintained FreeBSD ports which are out of date

2022-07-31 Thread portscout
Dear port maintainers, The portscout new distfile checker has detected that one or more unmaintained ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. Please consider also adopting this po

FreeBSD Port: wx31-gtk3-3.1.5_2

2022-07-31 Thread Ewout1 (Excite/BlueTie)
Hi FreeBSD port maintainer, This port has a recent major update available - first major update in 9 years to version 3.2. Would you be able to update the port? With best regards, Ewout Boks

Re: update sysutils/superiotool

2022-07-31 Thread Kurt Jaeger
Hi! > I've got a patch sitting around for a while, to update > sysutils/superiotool: > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=264018 > > The version we have in the ports tree is really really old. And updating > is actually quite straight forward. > > Can anyone here commit it? Or

update sysutils/superiotool

2022-07-31 Thread Johannes Totz
Hi folks, I've got a patch sitting around for a while, to update sysutils/superiotool: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=264018 The version we have in the ports tree is really really old. And updating is actually quite straight forward. Can anyone here commit it? Or leave s

Re: cmake cxx standard and USES compiler:c++{17,14,11}-lang

2022-07-31 Thread Nuno Teixeira
Hi Felix, Thanks for your explanation. Cheers Felix Palmen escreveu no dia domingo, 31/07/2022 à(s) 08:18: > Hello Nuno, > > * Nuno Teixeira [20220730 22:00]: > > I'm working on a port that have wrksrc CMakeLists.txt: > > --- > > set(CMAKE_CXX_STANDARD 17) > > set(CMAKE_CXX_STANDARD_REQUIRED

Re: cmake cxx standard and USES compiler:c++{17,14,11}-lang

2022-07-31 Thread Felix Palmen
Hello Nuno, * Nuno Teixeira [20220730 22:00]: > I'm working on a port that have wrksrc CMakeLists.txt: > --- > set(CMAKE_CXX_STANDARD 17) > set(CMAKE_CXX_STANDARD_REQUIRED ON) > --- > but port Makefile have: > --- > USES= cmake compiler:c++14-lang > --- > > Should I change it to compiler:c++17-l