https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=268868
Bug ID: 268868
Summary: x11-toolkits/qt6-declarative: incorrect line in
pkg-plist
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]
The pkg-plist contains strange line:
%%QT_QMLDIR%%/Qt/test/controls/objects-Release/QuickControlsTestUtilsPrivate_resources_1/.rcc/qrc_qmake_Qt_test_controls.cpp.o
Let's remove it because:
- object files is usually intermediate result of build
- path contain hidden directory .rcc, i.e. not public artifact
- "objects-Release" looks good for NODEBUG build, but fails in case of
WITH_DEBUG=on
--
You are receiving this mail because:
You are the assignee for the bug.