On 2023/09/05 16:34, Jos Dehaes wrote: > Hi, > > I want to add the btop port. I used a package from the tech mailing list by > Stuart Henderson as a base. The problem is that btop needs to be compiled > with C++20 compiler. He suggested using clang 16, but I could not get that > to work. > > I just used the native g++ detection in the btop Makefile, and this works, > provided that g++ version 11 is installed. I could not find a way to encode > that in the port. > > Kindly provide guidance on how to get this included. > > Cheers, > Jos
As I said before, GCC 11 cannot be used as a build dependency in ports. The clang 16 bits in the tree are very new, wait for it to settle a bit.