[Bug 231332] [patch] qa.sh: fix flavor detection for LIB_DEPENDS

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Sep 12 17:37:00 UTC 2018


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

            Bug ID: 231332
           Summary: [patch] qa.sh: fix flavor detection for LIB_DEPENDS
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Ports Framework
          Assignee: portmgr at FreeBSD.org
          Reporter: dbn at FreeBSD.org
                CC: ports-bugs at FreeBSD.org

Created attachment 197060
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=197060&action=edit
qa.sh: use package name instead of port origin

qa.sh uses `pkg annotate -q -S $origin flavor` to get the flavor of file's
package.  However, if there are multiple flavors of a port origin installed
then things brake:

# pkg info -E multimedia/phonon
phonon-qt4-4.10.1
phonon-qt5-4.10.1
# pkg annotate -q -S multimedia/phonon flavor
qt4
qt5

The attached patch ensures ensures the full package name is used, instead of
the origin.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the freebsd-ports-bugs mailing list