[Bug 234463] [patch] multimedia/mpv: add missing dependency on sysutils/libcdio

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Dec 28 13:43:08 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=234463

            Bug ID: 234463
           Summary: [patch] multimedia/mpv: add missing dependency on
                    sysutils/libcdio
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs at FreeBSD.org
          Reporter: samy.mahmoudi at gmail.com
                CC: cpm at freebsd.org, jhale at FreeBSD.org
                CC: cpm at freebsd.org, jhale at FreeBSD.org

Created attachment 200577
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=200577&action=edit
Patch file generated with svn diff

====> Running Q/A tests (stage-qa)
Error: /usr/local/bin/mpv is linked to /usr/local/lib/libcdio.so.18 from
sysutils/libcdio but it is not declared as a dependency
Warning: you need LIB_DEPENDS+=libcdio.so:sysutils/libcdio

This was left unseen because mpv depends on libcdio-paranoia, which in turn
depends on libcdio and because dependency is a transitive relation.

However, the message indicates that mpv directly depends on libcdio. Therefore
we should explicitly highlight this dependency to the port system.

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


More information about the freebsd-ports-bugs mailing list