svn commit: r449853 - in head: . astro/libosmpbf/files audio/sayonara/files databases/kdb/files devel devel/cmake devel/cmake-doc devel/cmake-gui devel/cmake-gui/files devel/cmake-modules devel/cma...

Jan Beich jbeich at FreeBSD.org
Sat Sep 16 17:19:54 UTC 2017


"Tobias C. Berner" <tcberner at freebsd.org> writes:

> On 16 September 2017 at 18:49, Jan Beich <jbeich at freebsd.org> wrote:
>
>> Adriaan de Groot <adridg at FreeBSD.org> writes:
>>
>> > Author: adridg
>> > Date: Thu Sep 14 21:02:51 2017
>> > New Revision: 449853
>> > URL: https://svnweb.freebsd.org/changeset/ports/449853
>> >
>> > Log:
>> >   Update CMake to 3.9, merge devel/cmake-modules into devel/cmake
>> [...]
>> > Index: files/patch-system-libpng16
>> > ===================================================================
>> > --- files/patch-system-libpng16       (revision 449852)
>> > +++ files/patch-system-libpng16       (revision 449853)
>> > @@ -1,8 +1,10 @@
>> >  Make build glue accept libpng 1.6.x and don't hardcode suffix
>> >
>> > ---- CMakeLists.txt.orig      2015-11-19 15:07:48 UTC
>> > +One hunk in src/CMakeLists.txt was added to fix target generation with
>> ninja.
>>
>> Don't mix unrelated changes into topic patches. This file may go away once
>> graphics/png switches to 1.7.*. It's similar to a backport from upstream.
>>
>> What was broken? Without the change the port still builds fine using
>> CMake 3.9 (both -j1 and -j8). Otherwise, that one-line rationale isn't
>> sufficient for a "portmgr blanket".
>
> The issue is not emulators/ppsspp but its slave emulators/ppsspp-qt5 which
> gets a dependency cycle:
>
> ==>  Building for ppsspp-qt5-1.4.2
> ninja: error: dependency cycle: cmake_object_order_depends_target_Core ->
> Core_autogen -> CMakeFiles/Core_autogen ->
> /wrkdirs/usr/ports/emulators/ppsspp-qt5/work/ppsspp-1.4.2/git-version.cpp
> -> cmake_object_order_depends_target_Core

Thanks. Simply quoting the error message often works better as a rationale.
I'll split the fix into a separate file myself.


More information about the svn-ports-all mailing list