[Bug 278339] [NEW PORT] x11/iaito: Official QT frontend of radare2

From: <bugzilla-noreply_at_freebsd.org>
Date: Wed, 31 Jul 2024 11:35:11 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278339

Vladimir Druzenko <vvd@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|New                         |In Progress
                 CC|                            |vvd@FreeBSD.org
           Assignee|ports-bugs@FreeBSD.org      |vvd@FreeBSD.org
           Severity|Affects Only Me             |Affects Some People

--- Comment #2 from Vladimir Druzenko <vvd@FreeBSD.org> ---
1.
LIB_DEPENDS=libr_*.so:devel/radare2
You don't need full list. Keep 1 lib only, for example core:
libr_core.so:devel/radare2

2. libGL.so:graphics/libglvnd replace with:
USES=gl
USE_GL=gl

3. Sort records in USES and USE_QT.

4. Remove GH_PROJECT=iaito. By default GH_PROJECT=${PORTNAME}.

5. Test Makefile with portclippy and all port with portlint.

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