From owner-svn-ports-head@freebsd.org Fri Aug 31 05:20:43 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 415ECF73C96; Fri, 31 Aug 2018 05:20:43 +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 E829D82329; Fri, 31 Aug 2018 05:20:42 +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 C936416E10; Fri, 31 Aug 2018 05:20:42 +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 w7V5KgB7043461; Fri, 31 Aug 2018 05:20:42 GMT (envelope-from jhale@FreeBSD.org) Received: (from jhale@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w7V5KgcE043459; Fri, 31 Aug 2018 05:20:42 GMT (envelope-from jhale@FreeBSD.org) Message-Id: <201808310520.w7V5KgcE043459@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jhale set sender to jhale@FreeBSD.org using -f From: "Jason E. Hale" Date: Fri, 31 Aug 2018 05:20:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r478517 - head/multimedia/qmmp-qt5/files X-SVN-Group: ports-head X-SVN-Commit-Author: jhale X-SVN-Commit-Paths: head/multimedia/qmmp-qt5/files X-SVN-Commit-Revision: 478517 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: Fri, 31 Aug 2018 05:20:43 -0000 Author: jhale Date: Fri Aug 31 05:20:42 2018 New Revision: 478517 URL: https://svnweb.freebsd.org/changeset/ports/478517 Log: Fix build with Qt 5.11 PR: 230884 Obtained from: upstream Added: head/multimedia/qmmp-qt5/files/patch-src_plugins_Ui_skinned_hotkeyeditor.cpp (contents, props changed) head/multimedia/qmmp-qt5/files/patch-src_qmmpui_detailsdialog.cpp (contents, props changed) Added: head/multimedia/qmmp-qt5/files/patch-src_plugins_Ui_skinned_hotkeyeditor.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/qmmp-qt5/files/patch-src_plugins_Ui_skinned_hotkeyeditor.cpp Fri Aug 31 05:20:42 2018 (r478517) @@ -0,0 +1,13 @@ +Fix build with Qt 5.11 +Obtained from: https://sourceforge.net/p/qmmp-dev/code/7988/ + +--- src/plugins/Ui/skinned/hotkeyeditor.cpp.orig 2018-08-31 05:14:29 UTC ++++ src/plugins/Ui/skinned/hotkeyeditor.cpp +@@ -19,6 +19,7 @@ + ***************************************************************************/ + + #include ++#include + #include "actionmanager.h" + #include "hotkeyeditor.h" + #include "shortcutdialog.h" Added: head/multimedia/qmmp-qt5/files/patch-src_qmmpui_detailsdialog.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/qmmp-qt5/files/patch-src_qmmpui_detailsdialog.cpp Fri Aug 31 05:20:42 2018 (r478517) @@ -0,0 +1,13 @@ +Fix build with Qt 5.11 +Obtained from: https://sourceforge.net/p/qmmp-dev/code/7986/ + +--- src/qmmpui/detailsdialog.cpp.orig 2018-08-31 05:09:00 UTC ++++ src/qmmpui/detailsdialog.cpp +@@ -24,6 +24,7 @@ + #include + #include + #include ++#include + #include + #include + #include