Date: Sat, 18 Feb 2017 15:11:37 +0000 (UTC) From: Raphael Kubo da Costa <rakuco@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434358 - head/multimedia/vlc/files Message-ID: <201702181511.v1IFBb0Y058257@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rakuco Date: Sat Feb 18 15:11:37 2017 New Revision: 434358 URL: https://svnweb.freebsd.org/changeset/ports/434358 Log: Add upstream patch to fix the build with the SKINS option after r434332. PR: 217051 Added: head/multimedia/vlc/files/patch-git_a1e5e64 (contents, props changed) Added: head/multimedia/vlc/files/patch-git_a1e5e64 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/vlc/files/patch-git_a1e5e64 Sat Feb 18 15:11:37 2017 (r434358) @@ -0,0 +1,27 @@ +Only the skins2 bit is necessary, all other changes are already present in VLC +2.2.4. + +From a1e5e6422d04cd3380bc5b10c86713fef0832aa3 Mon Sep 17 00:00:00 2001 +From: Tristan Matthews <le.businessman@gmail.com> +Date: Wed, 2 Jul 2014 17:28:02 -0400 +Subject: [PATCH] Fix build for C++11 + +C++11 requires a space between literal and identifier +--- + modules/gui/qt4/components/extended_panels.cpp | 4 ++-- + modules/gui/skins2/src/dialogs.cpp | 2 +- + modules/video_filter/atmo/AtmoLiveView.cpp | 4 ++-- + modules/video_filter/atmo/atmo.cpp | 2 +- + 4 files changed, 6 insertions(+), 6 deletions(-) + +--- modules/gui/skins2/src/dialogs.cpp ++++ modules/gui/skins2/src/dialogs.cpp +@@ -212,7 +212,7 @@ void Dialogs::showChangeSkin() + void Dialogs::showPlaylistLoad() + { + showFileGeneric( _("Open playlist"), +- _("Playlist Files|"EXTENSIONS_PLAYLIST"|" ++ _("Playlist Files|" EXTENSIONS_PLAYLIST "|" + "All Files|*"), + showPlaylistLoadCB, kOPEN ); + }
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201702181511.v1IFBb0Y058257>