From: Stuart Henderson Subject: Re: [new] archivers/py-brotlicffi: version 1.1.0.0 To: "Kirill A. Korinsky" Cc: OpenBSD ports Date: Fri, 7 Jun 2024 14:49:33 +0100 Missing LIB_DEPENDS. On 2024/06/07 13:44, Kirill A. Korinsky wrote: > ports@, > > I'm working to update and fix security/wapiti and it requires to import some > new pythong ports. > > Here the first in the list: archivers/py-brotlicffi which I linked against > ports brotli instead of shiped version. > > Anyway make port-lib-depends-check complains on this port as: > > py3-brotlicffi-1.1.0.0(archivers/py-brotlicffi,python3): > Bogus WANTLIB: brotlidec.1 (/usr/local/lib/python3.11/site-packages/brotlicffi/_brotlicffi.abi3.so) (NOT REACHABLE) > Bogus WANTLIB: brotlienc.1 (/usr/local/lib/python3.11/site-packages/brotlicffi/_brotlicffi.abi3.so) (NOT REACHABLE) > *** Error 1 in target 'port-lib-depends-check' (ignored) > > and I have no udea how to fix it. > > Thanks. > > -- > wbr, Kirill