[Bug 245741] [PATCH] games/scummvm links against ftp/curl and audio/liba52 but not in LIB_DEPENDS

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Apr 19 13:01:54 UTC 2020


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 at FreeBSD.org
          Reporter: andymenderunix at gmail.com
                CC: lme at FreeBSD.org, multimedia at FreeBSD.org,
                    sunpoet at FreeBSD.org
                CC: lme at FreeBSD.org, multimedia at FreeBSD.org,
                    sunpoet at 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.


More information about the freebsd-multimedia mailing list