[Bug 278197] [NEW PORT] sysutils/cppinsights: C++ Insights - See your source code with the eyes of a compiler.

From: <bugzilla-noreply_at_freebsd.org>
Date: Fri, 18 Oct 2024 12:36:41 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278197

Vladimir Druzenko <vvd@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |vvd@FreeBSD.org

--- Comment #3 from Vladimir Druzenko <vvd@FreeBSD.org> ---
1. "PORTNAME == GH_PROJECT" - remove GH_PROJECT.

2. Replace:
USES=           cmake llvm:17
LIB_DEPENDS=    libLLVM-17.so:devel/llvm17
with:
USES=           cmake llvm:17,lib
and test.
Check Mk/Uses/llvm.mk for more information.

3. WWW=         https://cppinsights.io/
Doesn't look like the official site.
Maybe https://github.com/andreasfertig/cppinsights is better.

-- 
You are receiving this mail because:
You are the assignee for the bug.