https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=257102
Bug ID: 257102
Summary: x11-toolkits/qt5-declarative: add missing dependency
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: [email protected]
Reporter: [email protected]
Flags: maintainer-feedback?([email protected])
Assignee: [email protected]
Created attachment 226360
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=226360&action=edit
qt5-declarative: add missing dependency
stage-qa complains that libQt5QuickTest.so.5.15.2 is linked to libQt5Test.so.5
which is not declared as dependency.
# readelf -d work/stage/usr/local/lib/qt5/libQt5QuickTest.so.5.15.2 | grep
Qt5Test
0x0000000000000001 NEEDED Shared library: [libQt5Test.so.5]
The attached patch fixes this.
--
You are receiving this mail because:
You are the assignee for the bug.