Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Apr 2020 17:14:13 +0000 (UTC)
From:      Adriaan de Groot <adridg@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r530691 - head/audio/musescore
Message-ID:  <202004041714.034HEDPM013390@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202004041714.034HEDPM013390>