From owner-svn-ports-all@freebsd.org Sat Apr 4 17:31:08 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 778E327B2B2; Sat, 4 Apr 2020 17:31:08 +0000 (UTC) (envelope-from adridg@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48vkNn4qrsz4fLl; Sat, 4 Apr 2020 17:31:04 +0000 (UTC) (envelope-from adridg@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7D09524C14; Sat, 4 Apr 2020 17:14:13 +0000 (UTC) (envelope-from adridg@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 034HEDZt013391; Sat, 4 Apr 2020 17:14:13 GMT (envelope-from adridg@FreeBSD.org) Received: (from adridg@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 034HEDPM013390; Sat, 4 Apr 2020 17:14:13 GMT (envelope-from adridg@FreeBSD.org) Message-Id: <202004041714.034HEDPM013390@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adridg set sender to adridg@FreeBSD.org using -f From: Adriaan de Groot Date: Sat, 4 Apr 2020 17:14:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r530691 - head/audio/musescore X-SVN-Group: ports-head X-SVN-Commit-Author: adridg X-SVN-Commit-Paths: head/audio/musescore X-SVN-Commit-Revision: 530691 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 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, 04 Apr 2020 17:31:08 -0000 Author: adridg Date: Sat Apr 4 17:14:12 2020 New Revision: 530691 URL: https://svnweb.freebsd.org/changeset/ports/530691 Log: audio/musescore prep-work for CMake 3.17 Prepare for building with CMake 3.17, which suffers from Musescore upcasing the BUILD_TYPE halfway through. Bug report to CMake is https://gitlab.kitware.com/cmake/cmake/-/issues/20539 (but I think it's a Musescore problem). No PORTREVISION bump because nothing changes in current builds, and this affects only builds that happen after CMake 3.17 comes out. (and even then the package remains the same) Modified: head/audio/musescore/Makefile Modified: head/audio/musescore/Makefile ============================================================================== --- head/audio/musescore/Makefile Sat Apr 4 16:48:14 2020 (r530690) +++ head/audio/musescore/Makefile Sat Apr 4 17:14:12 2020 (r530691) @@ -40,6 +40,8 @@ CMAKE_ARGS+= -DUSE_SYSTEM_FREETYPE="ON" \ -DBUILD_PORTMIDI=OFF \ -DBUILD_PCH=OFF \ -DDOWNLOAD_SOUNDFONT=OFF +# Musescore upcases the build type anyway +CMAKE_BUILD_TYPE= RELEASE # WebEngine is only available on i386/amd64, amd ppc64 starting FreeBSD 13.0. # If enabled on arches that don't have WebEngine, the build breaks.