Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Nov 2020 20:34:05 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 251142] Mk/Scripts/qa.sh: Does not always warn about missing USES (in place of {LIB,BUILD,RUN}_DEPENDS)
Message-ID:  <bug-251142-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D251142

            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@FreeBSD.org
          Reporter: lbartoletti@FreeBSD.org
                CC: ports-bugs@FreeBSD.org

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

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

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

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

Am I missing something?

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-251142-7788>