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
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
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
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
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
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