svn commit: r530691 - head/audio/musescore

Adriaan de Groot adridg at FreeBSD.org
Sat Apr 4 17:31:08 UTC 2020


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.


More information about the svn-ports-all mailing list