From owner-svn-ports-head@freebsd.org Mon Sep 3 10:12:59 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BD551FE49FE; Mon, 3 Sep 2018 10:12:59 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7DF9A7DEF9; Mon, 3 Sep 2018 10:12:59 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 78EC0268E1; Mon, 3 Sep 2018 10:12:59 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w83ACxBC043921; Mon, 3 Sep 2018 10:12:59 GMT (envelope-from jhale@FreeBSD.org) Received: (from jhale@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w83ACxIb043918; Mon, 3 Sep 2018 10:12:59 GMT (envelope-from jhale@FreeBSD.org) Message-Id: <201809031012.w83ACxIb043918@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jhale set sender to jhale@FreeBSD.org using -f From: "Jason E. Hale" Date: Mon, 3 Sep 2018 10:12:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r478852 - head/multimedia/vlc/files X-SVN-Group: ports-head X-SVN-Commit-Author: jhale X-SVN-Commit-Paths: head/multimedia/vlc/files X-SVN-Commit-Revision: 478852 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Sep 2018 10:12:59 -0000 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 + #include + 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 + #include + #include ++#include + #include + #include + #include