[Bug 251142] Mk/Scripts/qa.sh: Does not always warn about missing USES (in place of {LIB,BUILD,RUN}_DEPENDS)

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Nov 14 20:34:05 UTC 2020


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

            Bug ID: 251142
           Summary: Mk/Scripts/qa.sh: Does not always warn about missing
                    USES (in place of {LIB,BUILD,RUN}_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: lbartoletti at FreeBSD.org
                CC: ports-bugs at FreeBSD.org

I'm facing an issue, where I notice that stage-qa does not alway warn about
misuse of _DEPENDS instead of USES=xxx.

For example graphics/librasterlite2, I have a warning for Gnome/libxml2
(Warning: you need USE_GNOME+=libxml2) but not for sqlite3.

Another example sysutils/pacman requires libarchive.so (LIB_DEPENDS=   
libarchive.so.13:archivers/libarchive) but stage-qa doesn't warn about
USES=libarchive

I tested all ports found with libsqlite3.so instead of USES=sqlite and I have
no notice in the poudriere of the warning "you need USES+=sqlite".

Am I missing something?

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


More information about the freebsd-ports-bugs mailing list