[kde-freebsd] [SVN Commit] area51/PORTS/devel

Raphael Kubo da Costa rakuco at freebsd.org
Sun Jun 30 14:37:56 UTC 2013


Max Brazhnikov <makc at freebsd.org> writes:

> On Sat, 22 Jun 2013 04:26:18 -0700 Raphael Kubo da Costa wrote:
>> SVN commit 9288 by rakuco:
>>
>> Update CMake to 2.8.11.1.
>>
>> patch-Modules_FindJava.cmake is not needed anymore because OpenBSD sent
>> something similar upstream.
>>
>> I've also removed parts of patch-Modules_FindQt4.cmake because it was not
>> clear from ports r265026 what they were trying to fix. Hopefully an exp-run
>> can help detect problems.
>
> As far as I remember, the problem is that due to our modular structure for Qt4
> ports, the plugins directory can be empty when cmake searches for
> subdirectories of the plugins directory. As a result cmake sets QT_PLUGINS_DIR
> to nothing and ports fails on tinderbox with plist issue. If you don't want
> this patch for cmake you can modify qt4-corelib port to install all plugins
> subdirectories.
> The same applies to the imports directory.

Thank you, I've finally understood the issue after seeing qzeitgeist
have plist problems in a tinderbox :-)

I think it makes sense to create the whole hierarchy in a single place,
but it's better to do that when Qt 4.8.5 is released. For now, I'll back
out this part of the change.


More information about the kde-freebsd mailing list