notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: x11-toolkits/qt5-declarative-test/files/patch-src_src.pro
SVNWeb

Number of commits found: 2

Tue, 8 Mar 2022
[ 11:36 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:f0ff6102342d15cb32b652bf743f806e28dbbf05  commit hash:f0ff6102342d15cb32b652bf743f806e28dbbf05  commit hash:f0ff6102342d15cb32b652bf743f806e28dbbf05  f0ff610 
x11-toolkits/qt5-declarative-test: fix packaging

When x11-toolkits/qt5-declarative-test was split out of
x11-toolkits/qt5-declarative in 4d10eef66bb959ed0433df9e065458af4c325552 a
handfull of
files got dropped unnoticed.

KDE's CI systems noticed this issue a while back as QtQuick test cases
would no longer work.

This change now again makes sure to install the QtQuick-Test related QML
files so that these should again work.

Reported by:		KDE
Fri, 24 Sep 2021
[ 15:09 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:4d10eef66bb959ed0433df9e065458af4c325552  commit hash:4d10eef66bb959ed0433df9e065458af4c325552  commit hash:4d10eef66bb959ed0433df9e065458af4c325552  4d10eef6  (Only the first 10 of 19 ports in this commit are shown above. View all ports for this commit)
x11-toolkits/qt5-declarative: split out 'test' parts into new port

kde@ has been focused recently on reducing the load of "unnecessary"
runtime dependencies, to allow third party distributions to have a
leaner installation.
One part of this effort was to make qt5-testlib a "build only"
dependency.
Unfortunately, parts of qt5-declarative link against testlib (to provide
test functionality for declarative parts).

This lead to an unfortunate loop of pkg-autoremove removing testlib, and
then pkg-update adding it again (as it was an improperly registered
dependency).

This change splits out the "test"-parts into its own port. Thereby
making testlib not even a required build-time dependency for
x11-toolkits/qt5-delcarative.

Reported by:		jrm
Differential Revision: https://reviews.freebsd.org/D32097

Number of commits found: 2