FreeBSD Bugzilla – Attachment 166153 Details for
Bug 206650
x11/leechcraft: fix build with clang 3.8.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix braced init lists for conforming to C++ N3922
x11__leechcraft-fix-initializers-1.diff (text/plain), 3.37 KB, created by
Dimitry Andric
on 2016-01-26 18:56:14 UTC
(
hide
)
Description:
Fix braced init lists for conforming to C++ N3922
Filename:
MIME Type:
Creator:
Dimitry Andric
Created:
2016-01-26 18:56:14 UTC
Size:
3.37 KB
patch
obsolete
>Index: x11/leechcraft/files/patch-plugins_azoth_plugins_otroid_otrhandler.cpp >=================================================================== >--- x11/leechcraft/files/patch-plugins_azoth_plugins_otroid_otrhandler.cpp (nonexistent) >+++ x11/leechcraft/files/patch-plugins_azoth_plugins_otroid_otrhandler.cpp (working copy) >@@ -0,0 +1,11 @@ >+--- plugins/azoth/plugins/otroid/otrhandler.cpp.orig 2014-07-28 20:35:44.000000000 +0200 >++++ plugins/azoth/plugins/otroid/otrhandler.cpp 2016-01-26 13:30:45.499740000 +0100 >+@@ -510,7 +510,7 @@ namespace OTRoid >+ auto list = proxy->GetReturnValue ().toList (); >+ >+ const auto& actionsStruct = Entry2Action_.value (entry); >+- const auto actions >++ const auto actions = >+ { >+ actionsStruct.ToggleOtr_.get (), >+ actionsStruct.ToggleOtrCtx_.get (), > >Property changes on: x11/leechcraft/files/patch-plugins_azoth_plugins_otroid_otrhandler.cpp >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: x11/leechcraft/files/patch-util_network_addresses.cpp >=================================================================== >--- x11/leechcraft/files/patch-util_network_addresses.cpp (nonexistent) >+++ x11/leechcraft/files/patch-util_network_addresses.cpp (working copy) >@@ -0,0 +1,11 @@ >+--- util/network/addresses.cpp.orig 2014-07-28 20:35:44.000000000 +0200 >++++ util/network/addresses.cpp 2016-01-26 12:58:09.726934000 +0100 >+@@ -38,7 +38,7 @@ namespace Util >+ AddrList_t GetLocalAddresses (int defaultPort) >+ { >+ AddrList_t defaultAddrs; >+- const auto locals >++ const auto locals = >+ { >+ QHostAddress::parseSubnet ("10.0.0.0/8"), >+ QHostAddress::parseSubnet ("172.16.0.0/12"), > >Property changes on: x11/leechcraft/files/patch-util_network_addresses.cpp >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: x11/leechcraft/files/patch-util_xdg_xdg.cpp >=================================================================== >--- x11/leechcraft/files/patch-util_xdg_xdg.cpp (nonexistent) >+++ x11/leechcraft/files/patch-util_xdg_xdg.cpp (working copy) >@@ -0,0 +1,18 @@ >+--- util/xdg/xdg.cpp.orig 2014-07-28 20:35:44.000000000 +0200 >++++ util/xdg/xdg.cpp 2016-01-26 13:01:00.517701000 +0100 >+@@ -44,13 +44,13 @@ namespace XDG >+ >+ QPixmap GetAppPixmap (const QString& name) >+ { >+- const auto prefixes >++ const auto prefixes = >+ { >+ "/usr/share/pixmaps/", >+ "/usr/local/share/pixmaps/" >+ }; >+ >+- const auto sizes { "192", "128", "96", "72", "64", "48", "36", "32" }; >++ const auto sizes = { "192", "128", "96", "72", "64", "48", "36", "32" }; >+ const QStringList themes >+ { >+ "/usr/local/share/icons/hicolor/", > >Property changes on: x11/leechcraft/files/patch-util_xdg_xdg.cpp >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 206650
: 166153