Re: [NEW] btop++

2024-04-16 Thread Stuart Henderson
On 2024/04/16 08:52, Robert Palm wrote: > > Morning ports > > did this made it into the source tree, already ? No (as you can see for yourself). It needs an ok from a developer to import.

Re: [NEW] btop++

2024-04-16 Thread Robert Palm
Morning ports did this made it into the source tree, already ? Thanks. Quoting Jos Dehaes : Thanks Stuart! This works. Can it be included in the ports tree now? Cheers, Jos On Mon, 8 Apr 2024 at 17:07, Stuart Henderson wrote: Attached. On 2024/04/06 21:57, Jos Dehaes wrote: > Hi, > >

Re: [NEW] btop++

2024-04-08 Thread Jos Dehaes
Thanks Stuart! This works. Can it be included in the ports tree now? Cheers, Jos On Mon, 8 Apr 2024 at 17:07, Stuart Henderson wrote: > Attached. > > On 2024/04/06 21:57, Jos Dehaes wrote: > > Hi, > > > > With the 7.5 release, I tried again, and finally btop now builds with > attached port.

Re: [NEW] btop++

2024-04-08 Thread Laurent Cheylus
Hi Jos, On Sat, 6 Apr 2024 21:57:30 +0200, Jos Dehaes wrote: > With the 7.5 release, I tried again, and finally btop now builds with > attached port. However, I'm struggling with the PLIST file, it seems the > fake install is messing up the prefix somehow. I have already submitted a

Re: [NEW] btop++

2024-04-08 Thread Stuart Henderson
Attached. On 2024/04/06 21:57, Jos Dehaes wrote: > Hi,  > > With the 7.5 release, I tried again, and finally btop now builds with > attached port. However, > I'm struggling with the PLIST file, it seems the fake install is messing up > the prefix > somehow.  > > Can someone help? > > Cheers,

Re: [NEW] btop++

2024-04-06 Thread Jos Dehaes
Hi, With the 7.5 release, I tried again, and finally btop now builds with attached port. However, I'm struggling with the PLIST file, it seems the fake install is messing up the prefix somehow. Can someone help? Cheers, Jos On Tue, 5 Sept 2023 at 19:59, Stuart Henderson wrote: > On

Re: [NEW] btop++

2023-09-06 Thread Stuart Henderson
cc'ing back to ports - On 2023/09/06 13:57, Jos Dehaes wrote: > It's due to the include files. There is no std::ranges::for_each (and the > other ones). > > Also, I notice that clang/c++ is still version 13.0.0 after installing LLVM > 16. the latest version of the port I sent uses clang/llvm

Re: [NEW] btop++

2023-09-05 Thread Stuart Henderson
On 2023/09/05 15:58, Stuart Henderson wrote: > 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

Re: [NEW] btop++

2023-09-05 Thread Stuart Henderson
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

[NEW] btop++

2023-09-05 Thread Jos Dehaes
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,