Re: new: devel/codechecker static analysis infrastructure built on LLVM

2022-11-09 Thread Stefan Hagen
Stuart Henderson wrote (2022-11-09 12:36 WET): > On 2022/11/09 10:30, Stefan Hagen wrote: > > Stuart Henderson wrote (2022-11-08 23:48 WET): > > > On 2022/11/08 22:12, Stefan Hagen wrote: > > > > Stuart Henderson wrote (2022-11-08 20:37 WET): > > > > > here are some tweaks, it looks like it will be

Re: new: devel/codechecker static analysis infrastructure built on LLVM

2022-11-09 Thread Stuart Henderson
On 2022/11/09 10:30, Stefan Hagen wrote: > Stuart Henderson wrote (2022-11-08 23:48 WET): > > On 2022/11/08 22:12, Stefan Hagen wrote: > > > Stuart Henderson wrote (2022-11-08 20:37 WET): > > > > here are some tweaks, it looks like it will be too much pain to turn > > > > it into a proper python.po

Re: new: devel/codechecker static analysis infrastructure built on LLVM

2022-11-09 Thread Stefan Hagen
Stuart Henderson wrote (2022-11-08 23:48 WET): > On 2022/11/08 22:12, Stefan Hagen wrote: > > Stuart Henderson wrote (2022-11-08 20:37 WET): > > > here are some tweaks, it looks like it will be too much pain to turn > > > it into a proper python.port.mk port but we can get a bit closer and use > >

Re: new: devel/codechecker static analysis infrastructure built on LLVM

2022-11-08 Thread Stuart Henderson
On 2022/11/08 22:12, Stefan Hagen wrote: > Stuart Henderson wrote (2022-11-08 20:37 WET): > > here are some tweaks, it looks like it will be too much pain to turn > > it into a proper python.port.mk port but we can get a bit closer and use > > some more bits of the ports framework. > > > > I also

Re: new: devel/codechecker static analysis infrastructure built on LLVM

2022-11-08 Thread Stefan Hagen
Stuart Henderson wrote (2022-11-08 20:37 WET): > here are some tweaks, it looks like it will be too much pain to turn > it into a proper python.port.mk port but we can get a bit closer and use > some more bits of the ports framework. > > I also wondered if it should it be installed (or aliased) to

Re: new: devel/codechecker static analysis infrastructure built on LLVM

2022-11-08 Thread Stuart Henderson
here are some tweaks, it looks like it will be too much pain to turn it into a proper python.port.mk port but we can get a bit closer and use some more bits of the ports framework. I also wondered if it should it be installed (or aliased) to CodeChecker to match the case of the usage commands etc?

Re: new: devel/codechecker static analysis infrastructure built on LLVM

2022-11-08 Thread Stuart Henderson
On 2022/11/08 19:02, Stuart Henderson wrote: > On 2022/11/08 19:00, Stuart Henderson wrote: > > On 2022/11/08 19:35, Omar Polo wrote: > > > On 2022/11/08 18:21:49 +, Klemens Nanni wrote: > > > > SUBST_CMD is probably better suited in post-patch. > > > > > > (or even pre-configure) > > > > po

Re: new: devel/codechecker static analysis infrastructure built on LLVM

2022-11-08 Thread Stuart Henderson
On 2022/11/08 19:35, Omar Polo wrote: > On 2022/11/08 18:21:49 +, Klemens Nanni wrote: > > SUBST_CMD is probably better suited in post-patch. > > (or even pre-configure) post-patch is about the worst place for SUBST_CMD, it breaks make patch make update-patches pre-configure is way better

Re: new: devel/codechecker static analysis infrastructure built on LLVM

2022-11-08 Thread Stuart Henderson
On 2022/11/08 19:00, Stuart Henderson wrote: > On 2022/11/08 19:35, Omar Polo wrote: > > On 2022/11/08 18:21:49 +, Klemens Nanni wrote: > > > SUBST_CMD is probably better suited in post-patch. > > > > (or even pre-configure) > > post-patch is about the worst place for SUBST_CMD, it breaks >

Re: new: devel/codechecker static analysis infrastructure built on LLVM

2022-11-08 Thread Tracey Emery
On Tue, Nov 08, 2022 at 07:07:50PM +0100, Moritz Buhl wrote: > Dear porters, > > codechecker is a scan-build replacement that supports cross translation > analysis for C. > > A huge thanks to sdk@ for the hand holding and showing me how to > port this. > We removed the web server components from

Re: new: devel/codechecker static analysis infrastructure built on LLVM

2022-11-08 Thread Omar Polo
On 2022/11/08 18:21:49 +, Klemens Nanni wrote: > On Tue, Nov 08, 2022 at 07:07:50PM +0100, Moritz Buhl wrote: > > Dear porters, > > > > codechecker is a scan-build replacement that supports cross translation > > analysis for C. > > > > A huge thanks to sdk@ for the hand holding and showing m

Re: new: devel/codechecker static analysis infrastructure built on LLVM

2022-11-08 Thread Klemens Nanni
On Tue, Nov 08, 2022 at 07:07:50PM +0100, Moritz Buhl wrote: > Dear porters, > > codechecker is a scan-build replacement that supports cross translation > analysis for C. > > A huge thanks to sdk@ for the hand holding and showing me how to > port this. > We removed the web server components from

new: devel/codechecker static analysis infrastructure built on LLVM

2022-11-08 Thread Moritz Buhl
Dear porters, codechecker is a scan-build replacement that supports cross translation analysis for C. A huge thanks to sdk@ for the hand holding and showing me how to port this. We removed the web server components from the build because it would use npm. The port and dependencies are attached.