Date: Sun, 19 Apr 2020 13:01:53 +0000 From: bugzilla-noreply@freebsd.org To: multimedia@FreeBSD.org Subject: [Bug 245741] [PATCH] games/scummvm links against ftp/curl and audio/liba52 but not in LIB_DEPENDS Message-ID: <bug-245741-12827@https.bugs.freebsd.org/bugzilla/>
index | next in thread | raw e-mail
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=245741 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=213561&action=edit Makefile diff make prints the following lines when building games/scummvm: ====> 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+=liba52.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+=libcurl.so:ftp/curl The attached diff adds the missing records to LIB_DEPENDS. -- You are receiving this mail because: You are on the CC list for the bug.help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-245741-12827>
