Bug 268868 - x11-toolkits/qt6-declarative: incorrect line in pkg-plist
Summary: x11-toolkits/qt6-declarative: incorrect line in pkg-plist
Status: Closed Overcome By Events
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-kde (group)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-01-10 19:47 UTC by Michael Zhilin
Modified: 2023-04-15 16:46 UTC (History)
1 user (show)

See Also:
tcberner: maintainer-feedback+


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Zhilin freebsd_committer freebsd_triage 2023-01-10 19:47:33 UTC
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
Comment 1 Tobias C. Berner freebsd_committer freebsd_triage 2023-04-15 16:46:43 UTC
Moin moin 

I'll try to address this in the update to 6.5.0 -- if it still is an issue there.

mfg Tobias