svn commit: r478769 - head/audio/musescore/files

Tobias C. Berner tcberner at FreeBSD.org
Sun Sep 2 09:03:19 UTC 2018


Author: tcberner
Date: Sun Sep  2 09:03:18 2018
New Revision: 478769
URL: https://svnweb.freebsd.org/changeset/ports/478769

Log:
  audio/musescore: fix build with Qt 5.11
  
  PR:		230884
  Obtained from:	upstream

Added:
  head/audio/musescore/files/patch-git_9c8a8f   (contents, props changed)

Added: head/audio/musescore/files/patch-git_9c8a8f
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/audio/musescore/files/patch-git_9c8a8f	Sun Sep  2 09:03:18 2018	(r478769)
@@ -0,0 +1,22 @@
+From 9c8a8ffe0cbb00ee93a10fe245da01a4d32ca086 Mon Sep 17 00:00:00 2001
+From: Orcan Ogetbil <orcan at localhost.localdomain>
+Date: Thu, 31 May 2018 21:04:51 -0400
+Subject: [PATCH] added missing #include <QButtonGroup> required by qt >= 5.11
+
+---
+ all.h | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/all.h b/all.h
+index 72db72b0ec..2ee0e8e807 100644
+--- all.h
++++ all.h
+@@ -131,6 +131,7 @@
+ #include <QProgressBar>
+ #include <QProgressDialog>
+ #include <QRadioButton>
++#include <QButtonGroup>
+ #include <QSplashScreen>
+ #include <QFontComboBox>
+ #include <QApplication>
+


More information about the svn-ports-all mailing list