Date: Sun, 19 Apr 2020 13:01:53 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 245741] [PATCH] games/scummvm links against ftp/curl and audio/liba52 but not in LIB_DEPENDS Message-ID: <bug-245741-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D245741 Bug ID: 245741 Summary: [PATCH] games/scummvm links against ftp/curl and audio/liba52 but not in LIB_DEPENDS Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: ports-bugs@FreeBSD.org Reporter: andymenderunix@gmail.com CC: lme@FreeBSD.org, multimedia@FreeBSD.org, sunpoet@FreeBSD.org CC: lme@FreeBSD.org, multimedia@FreeBSD.org, sunpoet@FreeBSD.org Created attachment 213561 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D213561&action= =3Dedit Makefile diff make prints the following lines when building games/scummvm: =3D=3D=3D=3D> Running Q/A tests (stage-qa) Error: /usr/local/bin/scummvm is linked to /usr/local/lib/liba52.so.0 from audio/liba52 but it is not declared as a dependency Warning: you need LIB_DEPENDS+=3Dliba52.so:audio/liba52 Error: /usr/local/bin/scummvm is linked to /usr/local/lib/libcurl.so.4 from ftp/curl but it is not declared as a dependency Warning: you need LIB_DEPENDS+=3Dlibcurl.so:ftp/curl The attached diff adds the missing records to LIB_DEPENDS. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-245741-7788>