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

Raphael Kubo da Costa rakuco at FreeBSD.org
Fri Jul 15 14:30:01 UTC 2016


SVN commit 12842 by rakuco:

cmake, cmake-gui: Import patches to fix the ninja generator.

CMake 3.6.0 has a regression that forces the ninja generator to always use .rsp
files in the compiler and linker invocations even if the argument size fits the
command line.

This causes a problem for our ar(1), which, unlike the GNU binutils version,
does not support the @file syntax and was thus failing to create static
libraries.

The patches being imported from CMake's git repository fix the regression and
implement the logic to determine the maximum argument size on FreeBSD (and
other BSDs).



 AM            cmake-gui/files/patch-git_5ec17e61  
 AM            cmake-gui/files/patch-git_86dd2427  
 AM            cmake/files/patch-git_5ec17e61  
 AM            cmake/files/patch-git_86dd2427  




More information about the kde-freebsd mailing list