Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Sep 2018 10:12:59 +0000 (UTC)
From:      "Jason E. Hale" <jhale@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r478852 - head/multimedia/vlc/files
Message-ID:  <201809031012.w83ACxIb043918@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jhale
Date: Mon Sep  3 10:12:58 2018
New Revision: 478852
URL: https://svnweb.freebsd.org/changeset/ports/478852

Log:
  Fix build with Qt 5.11
  
  PR:		230884

Added:
  head/multimedia/vlc/files/patch-modules_gui_qt4_actions__manager.hpp   (contents, props changed)
  head/multimedia/vlc/files/patch-modules_gui_qt4_components_simple__preferences.cpp   (contents, props changed)

Added: head/multimedia/vlc/files/patch-modules_gui_qt4_actions__manager.hpp
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/multimedia/vlc/files/patch-modules_gui_qt4_actions__manager.hpp	Mon Sep  3 10:12:58 2018	(r478852)
@@ -0,0 +1,12 @@
+Fix build with Qt 5.11
+
+--- modules/gui/qt4/actions_manager.hpp.orig	2018-09-03 09:20:39 UTC
++++ modules/gui/qt4/actions_manager.hpp
+@@ -31,6 +31,7 @@
+ #include "qt4.hpp"
+ #include "util/singleton.hpp"
+ 
++#include <QAction>
+ #include <QObject>
+ class QAction;
+ 

Added: head/multimedia/vlc/files/patch-modules_gui_qt4_components_simple__preferences.cpp
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/multimedia/vlc/files/patch-modules_gui_qt4_components_simple__preferences.cpp	Mon Sep  3 10:12:58 2018	(r478852)
@@ -0,0 +1,12 @@
+Fix build with Qt 5.11
+
+--- modules/gui/qt4/components/simple_preferences.cpp.orig	2018-09-03 09:38:13 UTC
++++ modules/gui/qt4/components/simple_preferences.cpp
+@@ -36,6 +36,7 @@
+ #include <QString>
+ #include <QFont>
+ #include <QToolButton>
++#include <QButtonGroup>
+ #include <QSignalMapper>
+ #include <QVBoxLayout>
+ #include <QScrollArea>



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