[Bug 286320] [PATCH] comms/redsea: Update to v. 1.2.0

From: <bugzilla-noreply_at_freebsd.org>
Date: Thu, 24 Apr 2025 17:09:46 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=286320

Vladimir Druzenko <vvd@FreeBSD.org> changed:

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

--- Comment #1 from Vladimir Druzenko <vvd@FreeBSD.org> ---
BUILD_DEPENDS must be before LIB_DEPENDS.
Don't need libs in RUN_DEPENDS if port have libs in LIB_DEPENDS.

BUILD_DEPENDS=  ${LOCALBASE}/include/nlohmann/json.hpp:devel/nlohmann-json
LIB_DEPENDS=    libsndfile.so:audio/libsndfile \
                libliquid.so:comms/liquid-dsp

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