FreeBSD Bugzilla – Attachment 189408 Details for
Bug 224904
x11-toolkits/qwt6: Add qt flavors and update all dependent ports
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
x11/leechcraft add qwt6 flavors
leechcraft-qwt6-flavors (text/plain), 4.47 KB, created by
Loïc Bartoletti
on 2018-01-04 17:29:40 UTC
(
hide
)
Description:
x11/leechcraft add qwt6 flavors
Filename:
MIME Type:
Creator:
Loïc Bartoletti
Created:
2018-01-04 17:29:40 UTC
Size:
4.47 KB
patch
obsolete
>Index: x11/leechcraft/Makefile >=================================================================== >--- x11/leechcraft/Makefile (révision 456315) >+++ x11/leechcraft/Makefile (copie de travail) >@@ -13,7 +13,7 @@ > LICENSE= BSL > LICENSE_FILE= ${WRKDIR}/${DISTNAME}/LICENSE > >-LIB_DEPENDS= libqwt6.so:x11-toolkits/qwt6 \ >+LIB_DEPENDS= libqwt6.so:x11-toolkits/qwt6@qt4 \ > libpcre.so:devel/pcre \ > libboost_program_options.so:devel/boost-libs > >Index: x11/leechcraft/files/patch-5c29ae8130.diff >=================================================================== >--- x11/leechcraft/files/patch-5c29ae8130.diff (révision 456315) >+++ x11/leechcraft/files/patch-5c29ae8130.diff (copie de travail) >@@ -1,14 +1,3 @@ >---- plugins/bittorrent/core.h.orig 2014-07-28 18:35:44 UTC >-+++ plugins/bittorrent/core.h >-@@ -271,7 +271,7 @@ namespace BitTorrent >- const QVector<bool>& files = QVector<bool> (), >- LeechCraft::TaskParameters params = LeechCraft::NoParameters); >- void KillTask (int); >-- void RemoveTorrent (int, int opt = libtorrent::session::none); >-+ void RemoveTorrent (int, int opt = 0); >- void PauseTorrent (int); >- void ResumeTorrent (int); >- void ForceReannounce (int); > --- plugins/bittorrent/core.cpp.orig 2014-07-28 18:35:44 UTC > +++ plugins/bittorrent/core.cpp > @@ -230,9 +230,11 @@ namespace BitTorrent >@@ -41,6 +30,17 @@ > > handle = Session_->add_torrent (atp); > if (XmlSettingsManager::Instance ()->property ("ResolveCountries").toBool ()) >+--- plugins/bittorrent/core.h.orig 2014-07-28 18:35:44 UTC >++++ plugins/bittorrent/core.h >+@@ -271,7 +271,7 @@ namespace BitTorrent >+ const QVector<bool>& files = QVector<bool> (), >+ LeechCraft::TaskParameters params = LeechCraft::NoParameters); >+ void KillTask (int); >+- void RemoveTorrent (int, int opt = libtorrent::session::none); >++ void RemoveTorrent (int, int opt = 0); >+ void PauseTorrent (int); >+ void ResumeTorrent (int); >+ void ForceReannounce (int); > --- plugins/bittorrent/torrentplugin.cpp.orig 2014-07-28 18:35:44 UTC > +++ plugins/bittorrent/torrentplugin.cpp > @@ -555,7 +555,7 @@ namespace LeechCraft >Index: x11/leechcraft/files/patch-plugins_azoth_plugins_otroid_otrhandler.cpp >=================================================================== >--- x11/leechcraft/files/patch-plugins_azoth_plugins_otroid_otrhandler.cpp (révision 456315) >+++ x11/leechcraft/files/patch-plugins_azoth_plugins_otroid_otrhandler.cpp (copie de travail) >@@ -1,5 +1,5 @@ >---- 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 >+--- plugins/azoth/plugins/otroid/otrhandler.cpp.orig 2014-07-28 18:35:44 UTC >++++ plugins/azoth/plugins/otroid/otrhandler.cpp > @@ -510,7 +510,7 @@ namespace OTRoid > auto list = proxy->GetReturnValue ().toList (); > >Index: x11/leechcraft/files/patch-plugins_lmp_cmake_FindTaglib.cmake >=================================================================== >--- x11/leechcraft/files/patch-plugins_lmp_cmake_FindTaglib.cmake (révision 456315) >+++ x11/leechcraft/files/patch-plugins_lmp_cmake_FindTaglib.cmake (copie de travail) >@@ -1,4 +1,4 @@ >---- plugins/lmp/cmake/FindTaglib.cmake.orig 2016-01-03 16:39:26 UTC >+--- plugins/lmp/cmake/FindTaglib.cmake.orig 2014-07-28 18:35:44 UTC > +++ plugins/lmp/cmake/FindTaglib.cmake > @@ -29,7 +29,7 @@ if(TAGLIBCONFIG_EXECUTABLE) > >Index: x11/leechcraft/files/patch-util_network_addresses.cpp >=================================================================== >--- x11/leechcraft/files/patch-util_network_addresses.cpp (révision 456315) >+++ x11/leechcraft/files/patch-util_network_addresses.cpp (copie de travail) >@@ -1,5 +1,5 @@ >---- 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 >+--- util/network/addresses.cpp.orig 2014-07-28 18:35:44 UTC >++++ util/network/addresses.cpp > @@ -38,7 +38,7 @@ namespace Util > AddrList_t GetLocalAddresses (int defaultPort) > { >Index: x11/leechcraft/files/patch-util_xdg_xdg.cpp >=================================================================== >--- x11/leechcraft/files/patch-util_xdg_xdg.cpp (révision 456315) >+++ x11/leechcraft/files/patch-util_xdg_xdg.cpp (copie de travail) >@@ -1,5 +1,5 @@ >---- 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 >+--- util/xdg/xdg.cpp.orig 2014-07-28 18:35:44 UTC >++++ util/xdg/xdg.cpp > @@ -44,13 +44,13 @@ namespace XDG > > QPixmap GetAppPixmap (const QString& name)
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 224904
:
189407
| 189408 |
189409
|
189410
|
189608
|
189609