Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Jan 2021 09:48: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: r560490 - head/audio/musescore
Message-ID:  <202101060948.1069mDNq014086@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adridg
Date: Wed Jan  6 09:48:12 2021
New Revision: 560490
URL: https://svnweb.freebsd.org/changeset/ports/560490

Log:
  Add USES=localbase to audio/musescore
  
  It is possible to set port OPTIONS so that nothing "else" picks up
  LOCALBASE, and Musescore itself just links to -lvorbis without
  doing any CMake footwork for it, so we need to add it explicitly.
  
  PR:		251589
  Reported by:	greg@unrelenting.technology

Modified:
  head/audio/musescore/Makefile

Modified: head/audio/musescore/Makefile
==============================================================================
--- head/audio/musescore/Makefile	Wed Jan  6 09:45:46 2021	(r560489)
+++ head/audio/musescore/Makefile	Wed Jan  6 09:48:12 2021	(r560490)
@@ -4,7 +4,7 @@
 PORTNAME=	musescore
 DISTVERSIONPREFIX=	v
 DISTVERSION=	3.5
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	audio
 # DISTNAME=	MuseScore-${DISTVERSION}
 
@@ -20,7 +20,7 @@ LIB_DEPENDS=	libmp3lame.so:audio/lame \
 		libogg.so:audio/libogg \
 		libfreetype.so:print/freetype2
 
-USES=		cmake compiler:c++11-lib desktop-file-utils \
+USES=		cmake compiler:c++11-lib desktop-file-utils localbase \
 		pkgconfig qt:5 shared-mime-info
 USE_QT=		concurrent core declarative designer graphicaleffects gui \
 		help location network opengl printsupport \



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