From owner-svn-ports-all@freebsd.org Sat Sep 16 17:19:54 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 30D0BE23222; Sat, 16 Sep 2017 17:19:54 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0E97581DCF; Sat, 16 Sep 2017 17:19:54 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1354) id 44E102535; Sat, 16 Sep 2017 17:19:53 +0000 (UTC) From: Jan Beich To: "Tobias C. Berner" Cc: Adriaan de Groot , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: 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... References: <201709142102.v8EL2q5R011625@repo.freebsd.org> Date: Sat, 16 Sep 2017 19:19:47 +0200 In-Reply-To: (Tobias C. Berner's message of "Sat, 16 Sep 2017 18:59:02 +0200") Message-ID: <8the-y30s-wny@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 Sep 2017 17:19:54 -0000 "Tobias C. Berner" writes: > On 16 September 2017 at 18:49, Jan Beich wrote: > >> Adriaan de Groot 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.