aboutsummaryrefslogtreecommitdiffstats
path: root/net-p2p/qbittorrent/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* net-p2p/qbittorrent: Remove dependency on DBUS for nox flavoryuri2020-01-031-0/+2
| | | | | PR: 243045 Submitted by: Phil <dpzn@gmx.net>
* net-p2p/qbittorrent: Update 4.1.9.1 -> 4.2.1yuri2019-12-201-5/+4
| | | | Differential Revision: D22165
* devel/boost-*: update to 1.72.0jbeich2019-12-121-0/+1
| | | | | | | Changes: http://www.boost.org/users/history/version_1_72_0.html PR: 241449 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D22136
* net-p2p/qbittorrent: Update 4.1.9 -> 4.1.9.1yuri2019-11-011-1/+1
| | | | Reported by: portscout
* net-p2p/qbittorrent: Update 4.1.8 -> 4.1.9yuri2019-10-281-1/+1
|
* net-p2p/qbittorrent: Unbreak the 'nox' flavor by removing the stray USES=xorgyuri2019-10-181-1/+1
| | | | | | | Some changes in the ports framework caused this stray USES=xorg to fail the 'nox' build. USES=xorg isn't needed here. Reported by: Zach Malamud <zach.malamud@gmail.com> (reported the nox unavailability)
* Drop the ipv6 virtual category for n* category as it is not relevant anymorebapt2019-10-091-1/+1
|
* net-p2p/qbittorrent: Update 4.1.7 -> 4.1.8yuri2019-10-061-3/+2
| | | | Reported by: portscout
* devel/boost-*: update to 1.71.0jbeich2019-08-191-0/+1
| | | | | | | Changes: http://www.boost.org/users/history/version_1_71_0.html PR: 238827 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D20774
* net-p2p/qbittorrent: Update 4.1.6 -> 4.1.7yuri2019-08-051-2/+1
| | | | Reported by: portscout
* Bump PORTREVISION for ports depending on the canonical version of GCCgerald2019-07-271-0/+1
| | | | | | | | | | | | | | | as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330
* Clean up final leftovers from Qt4.rene2019-06-261-1/+1
| | | | | | Submitted by: rene Reviewed by: mat, tcberner Differential Revision: https://reviews.freebsd.org/D20725
* net-p2p/qbittorrent: Update 4.1.5 -> 4.1.6yuri2019-05-061-2/+1
|
* devel/boost-*: update to 1.70.0jbeich2019-04-121-1/+1
| | | | | | | Changes: http://www.boost.org/users/history/version_1_70_0.html PR: 235956 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D19303
* net-p2p/qbittorrent: Remove the DOCS optionyuri2019-03-021-8/+2
| | | | DOCS were only marginally or not at all useful, but prevented package flavors from being concurrently installed, which was unnecessarily confusing.
* net-p2p/qbittorrent: Add rc.d support for nox flavoryuri2019-01-271-4/+10
| | | | | | | qbittorrent-nox can now be run as service. Submitted by: Daniel Engberg <daniel.engberg.lists@pyret.net> Differential Revision: D18814
* net-p2p/qbittorrent: Remove dependency on libGeoIP.so:net/GeoIPyuri2019-01-261-5/+1
| | | | It has been replaced with GeoLite2-Country some time back.
* Fix Qt5 symbol version scripts to put the catch-all clause first. Whentijl2019-01-161-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a symbol matches multiple clauses the last one takes precedence. If the catch-all is last it captures everything. In the case of Qt5 libraries this caused all symbols to have a Qt_5 label while some should have Qt_5_PRIVATE_API. This only affects lld because GNU ld always gives the catch-all lowest priority. Older versions of Qt5Webengine exported some memory allocation symbols from the bundled Chromium. Version 5.9 stopped exporting these [1] but the symbols were kept as weak wrappers for the standard allocation functions to maintain binary compatibility. [2][3] The problem is that the call to the standard function in these weak wrappers is only resolved to the standard function if there's a call to this standard function in other parts of Qt5Webengine, because only then is there a non-weak symbol that takes precedence over the weak one. If there's no such non-weak symbol the call in the weak wrapper resolves to the weak wrapper itself creating an infinite call loop that overflows the stack and causes a crash. Some of the allocation functions are variants of C++ new and delete and it probably depends on the compiler whether these variants are used in other parts of Qt5Webengine. Remove the weak wrappers (make them Linux specific). This isn't binary compatible but we are already breaking that with the changes to the symbol versions. [1] https://github.com/qt/qtwebengine/commit/5c2cbfccf9aafb547b0b30914c4056abd25942a4 [2] https://github.com/qt/qtwebengine/commit/2ed5054e3a800fa97c2c9e920ba1e6ea4b6ef2a5 [3] https://github.com/qt/qtwebengine/commit/009f5ebb4bd6e50188671e0815a5dae6afe39db5 Bump all ports that depend on Qt5. PR: 234070 Exp-run by: antoine Approved by: kde (adridg)
* Deprecate everything that depends on net/GeoIP and everything that dependsadamw2019-01-141-0/+3
| | | | on those ports.
* net-p2p/qbittorrent: Update 4.1.4 -> 4.1.5yuri2019-01-081-2/+1
|
* Bump PORTREVISION for ports depending on the canonical version of GCCgerald2018-12-121-1/+1
| | | | | | | | | | | | | | | defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t GCC 8.2 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, as a double check, everything INDEX-11 showed depending on lang/gcc7. PR: 231590
* devel/boost-*: update to 1.69.0jbeich2018-12-121-0/+1
| | | | | | | Changes: http://www.boost.org/users/history/version_1_69_0.html PR: 232525 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D17645
* net-p2p/qbittorrent: Update 4.1.3 -> 4.1.4yuri2018-11-201-3/+2
| | | | Reported by: portscout
* Remove compatibility code for FreeBSD < 11.2 from all ports.rene2018-11-021-2/+0
| | | | | | | Simplify some ports where DragonFlyBSD no longer needs to be special-cased. Submitted by: rene Reviewed by: bapt, jbeich Differential Revision: https://reviews.freebsd.org/D17724
* net-p2p/libtorrent-rasterbar and net-p2p/libtorrent-rasterbar-python: Update ↵yuri2018-10-071-0/+1
| | | | | | | | | | | | | | | | | 1.1.9 -> 1.1.10 Port changes for net-p2p/libtorrent-rasterbar: * Change to cmake * Add LICENSE_FILE * Add USES=compiler:c++14-lang * Remove the TEST option, add the cmake-based do-test target, but it is broken upstream Port changes for net-p2p/libtorrent-rasterbar-python: * Complete redesign, made it an individual port instead of a slave Bump 5 dependencies. Reported by: TJ <tj@mrsk.me>
* net-p2p/qbittorrent: Update 4.1.2 -> 4.1.3yuri2018-09-201-5/+1
| | | | Reported by: portscout
* Change x11/xorgproto to become a build depzeising2018-09-121-0/+1
| | | | | | | | | | | | | | | Change x11/xorgproto to become a build time dependency when added to USE_XORG. Change the dependency to be on the port, rather than a file the port installs. Fix fallout. Bump portrevision on depending ports. PR: 230909 Reviewed by: eadler Approved by: portmgr (antoine) Obtained from: https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/xorgproto exp-run: antoine Differential Revision: https://reviews.freebsd.org/D16906
* net-p2p/qbittorrent: Update 4.1.1 -> 4.1.2yuri2018-08-141-2/+4
| | | | Reported by: portscout
* devel/boost-*: update to 1.68.0jbeich2018-08-091-1/+1
| | | | | | | | | - Switch to C++14 for libboost_system to support C++14 consumers Changes: http://www.boost.org/users/history/version_1_68_0.html PR: 229569 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D16165
* Bump PORTREVISION for ports depending on the canonical version of GCCgerald2018-07-301-1/+1
| | | | | | | | | | | | | | in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which has now moved from GCC 6 to GCC 7 by default. This includes ports - featuring USE_GCC=yes or USE_GCC=any, - featuring USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and those - with USES=compiler specifying one of openmp, nestedfct, c11, c++0x, c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib. PR: 222542
* Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mktcberner2018-06-291-5/+4
| | | | | | | | | | | | | | | From now on, ports that depend on Qt4 will have to set USES= qt:4 USE_QT= foo bar ports depending on Qt5 will use USES= qt:5 USE_QT= foo bar PR: 229225 Exp-run by: antoine Reviewed by: mat Approved by: portmgr (antoine) Differential Revision: →https://reviews.freebsd.org/D15540
* net-p2p/qbittorrent: Limit USE_QT5=svg to @default flavoryuri2018-06-221-2/+3
| | | | | | | It is only needed for the UI. PR: 229210 Submitted by: Ralf van der Enden <tremere@cainites.net>
* Really clean flavors up.mat2018-06-201-1/+1
| | | | Sponsored by: Absolight
* Better use flavors.mat2018-06-201-2/+3
| | | | Sponsored by: Absolight
* net-p2p/qbittorrent: Update 3.3.16 -> 4.1.1yuri2018-06-201-28/+31
| | | | | | | net-p2p/qbittorrent-nox11 is flavorized in net-p2p/qbittorrent and removed. Approved by: portmgr Differential Revision: D13416
* Drop FreeBSD 10.3 supportjbeich2018-05-081-5/+0
| | | | | | Reviewed by: yuri (SoPlex), sunpoet (nghttp2), cpm (chromium), brooks (llvm*) Approved by: portmgr (rene) Differential Revision: https://reviews.freebsd.org/D15238
* devel/boost-*: update to 1.67.0jbeich2018-04-181-1/+1
| | | | | | | Changes: http://www.boost.org/users/history/version_1_67_0.html PR: 227427 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D15030
* Replaced my old rawbw.com maintainer's address with yuri@FreeBSD.orgyuri2018-02-251-1/+1
| | | | | | 98 ports are affected. Approved by: tcberner (mentor, implicit)
* devel/boost-*: update to 1.66.0jbeich2018-01-181-0/+1
| | | | | | | Changes: http://www.boost.org/users/history/version_1_66_0.html PR: 223922 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D13279
* Update net-p2p/qbittorrent to 3.3.16tcberner2017-10-211-3/+1
| | | | | | | | | * remove INSTALLS_ICONS as this is not a gnome port. * while here, switch to DISTVERSION PR: 223113 Submitted by: Ralf van der Enden <tremere@cainites.net> Approved by: Yuri Victorovich <yuri@rawbw.com> (maintainer)
* devel/boost-*: update to 1.65.1jbeich2017-09-251-1/+1
| | | | | | | | | Changes: http://www.boost.org/users/history/version_1_65_1.html PR: 218835 Approved by: maintainer timeout (1.65.1: 2 weeks; 1.65.0: 1 month) Tested by: jhibbits (on powerpc64, earlier version) Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D11582
* devel/boost-*: enable C++11 featuresjbeich2017-09-251-1/+1
| | | | | | | | PR: 218835 Obtained from: https://github.com/DragonFlyBSD/DeltaPorts/pull/690 Approved by: maintainer timeout (2 months) Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D11582
* Remove USES=execinfo.mat2017-09-221-1/+1
| | | | | | | PR: 220271 Submitted by: mat (review), Yasuhiro KIMURA (PR) Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D11488
* Bump PORTREVISION for ports depending on the canonical version of GCCgerald2017-09-111-0/+1
| | | | | | | | | | | | | | (via Mk/bsd.default-versions.mk and lang/gcc) which has moved from GCC 5.4 to GCC 6.4 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang, c++14-lang, c++0x, c11, or gcc-c++11-lib. PR: 219275
* net-p2p/qbittorrent: Update to 3.3.15swills2017-08-151-27/+17
| | | | | PR: 221463 Submitted by: Yuri Victorovich <yuri@rawbw.com> (maintainer)
* net-p2p/qbittorrent: Update to 3.3.13dbaio2017-07-051-2/+1
| | | | | | | | Changes: https://www.qbittorrent.org/news.php PR: 220443 Submitted by: Yuri Victorovich <yuri@rawbw.com> (maintainer) Approved by: garga (mentor, implicit)
* devel/boost-*: update to 1.64.0jbeich2017-05-021-0/+1
| | | | | | | | Changes: http://www.boost.org/users/history/version_1_64_0.html PR: 218835 Approved by: office (bapt) Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D10472
* Update to 3.3.12rezny2017-04-251-2/+1
| | | | | | PR: 218817 Approved by: yuri@rawbw.com (maintainer), swills (mentor) Differential Revision: https://reviews.freebsd.org/D10464
* Bump PORTREVISIONs for ports depending on the canonical version of GCC andgerald2017-04-011-0/+1
| | | | | | | | | | | | | | lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some circumstances such as versions of FreeBSD or platforms). This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using using Mk/bsd.octave.mk which in turn has USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang, c++11-lang, c++0x, c11, or gcc-c++11-lib. PR: 216707
* - Update to 3.3.11amdmi32017-03-211-12/+3
| | | | | | | | - While here, fix LICENSE and add LICENSE_FILE PR: 217550 Submitted by: rezny@freebsd.org Approved by: maintainer timeout (yuri@rawbw.com, 2 weeks)
* devel/boost-*: update to 1.63.0jbeich2017-01-061-0/+1
| | | | | | | | Changes: http://www.boost.org/users/history/version_1_63_0.html PR: 215598 Exp-run by: antoine Approved by: office (bapt) MFH: 2017Q1
* Remove BROKEN_FreeBSD_9sunpoet2017-01-011-2/+0
| | | | Approved by: portmgr (blanket)
* - Update to 3.3.10amdmi32016-12-301-2/+1
| | | | | | PR: 215575 Submitted by: matthew@reztek.cz Approved by: yuri@rawbw.com (maintainer)
* devel/boost-*: update to 1.62.0jbeich2016-11-231-0/+1
| | | | | | | | | | | | - Enable `long double` C99 math usage - Switch 9.x back to building with GCC Changes: http://www.boost.org/users/history/ PR: 199601 Submitted by: Chen Xu, bapt, amdmi3, truckman (based on) Reviewed by: rakuco (kde) (earlier version) Exp-run by: antoine (3 tries), truckman (consumers only, earlier versions) Approved by: bapt (office)
* ${RM} already has -f.mat2016-10-211-1/+1
| | | | | | | PR: 213570 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight
* net-p2p/qbittorrent: update 3.3.3 -> 3.3.7pi2016-10-201-48/+36
| | | | | | | | | | - Lots of changes, see link to the Changes - Fixed QT option (RADIO->SINGLE), see details in PR#208038 - Changed Qt default to Qt5 PR: 209132 Changes: http://www.qbittorrent.org/news.php Submitted by: Yuri Victorovich <yuri@rawbw.com> (maintainer), mi, matthew@reztek.cz
* Mark BROKEN: fails to buildantoine2016-09-161-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In file included from app/application.cpp:70: In file included from ./base/bittorrent/session.h:43: ./base/bittorrent/torrentinfo.h:50:37: error: no type named 'intrusive_ptr' in namespace 'boost' explicit TorrentInfo(boost::intrusive_ptr<const libtorrent::torrent_info> nativeInfo = boost::intrusive_ptr<const libtorrent::torrent_info>()); ~~~~~~~^ ./base/bittorrent/torrentinfo.h:50:50: error: expected ')' explicit TorrentInfo(boost::intrusive_ptr<const libtorrent::torrent_info> nativeInfo = boost::intrusive_ptr<const libtorrent::torrent_info>()); ^ ./base/bittorrent/torrentinfo.h:50:29: note: to match this '(' explicit TorrentInfo(boost::intrusive_ptr<const libtorrent::torrent_info> nativeInfo = boost::intrusive_ptr<const libtorrent::torrent_info>()); ^ ./base/bittorrent/torrentinfo.h:80:16: error: no type named 'intrusive_ptr' in namespace 'boost' boost::intrusive_ptr<libtorrent::torrent_info> nativeInfo() const; ~~~~~~~^ ./base/bittorrent/torrentinfo.h:80:29: error: expected member name or ';' after declaration specifiers boost::intrusive_ptr<libtorrent::torrent_info> nativeInfo() const; ~~~~~~~~~~~~~~~~~~~~^ ./base/bittorrent/torrentinfo.h:83:16: error: no type named 'intrusive_ptr' in namespace 'boost' boost::intrusive_ptr<libtorrent::torrent_info> m_nativeInfo; ~~~~~~~^ ./base/bittorrent/torrentinfo.h:83:29: error: expected member name or ';' after declaration specifiers boost::intrusive_ptr<libtorrent::torrent_info> m_nativeInfo; ~~~~~~~~~~~~~~~~~~~~^ In file included from app/application.cpp:70: ./base/bittorrent/session.h:291:63: error: no matching constructor for initialization of 'BitTorrent::TorrentInfo' const TorrentInfo &torrentInfo = TorrentInfo(), ^ ./base/bittorrent/torrentinfo.h:51:9: note: candidate constructor not viable: requires single argument 'other', but no arguments were provided TorrentInfo(const TorrentInfo &other); ^ In file included from app/application.cpp:71: ./base/bittorrent/torrenthandle.h:386:36: error: field has incomplete type 'libtorrent::torrent_status' libtorrent::torrent_status m_nativeStatus; ^ /usr/local/include/libtorrent/torrent_handle.hpp:72:9: note: forward declaration of 'libtorrent::torrent_status' struct torrent_status; ^ Reported by: pkg-fallout
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.mat2016-04-011-3/+3
| | | | | With hat: portmgr Sponsored by: Absolight
* net-p2p/qbittorrent: Update to 3.3.3feld2016-03-151-9/+30
| | | | | | | This update includes the new options QT4/QT5 to allow the user to choose the Qt version. PR: 206510
* - Pass maintainership to submittermiwi2015-11-301-1/+1
| | | | | | PR: 204717 Submitted by: yuri@rawbw.com Approved by: mat (mentor)
* - Switch to options helpersamdmi32015-09-021-5/+4
| | | | | | - While here, add some NO_ARCHes Approved by: portmgr blanket
* Upgrade libtorrent-rasterbar to 1.0.6 and qbittorrent -- to 3.2.3.mi2015-08-191-8/+8
| | | | PR: 202118 (maybe)
* Cleanup some abusive use of GH_TAGNAME.mat2015-08-041-2/+1
| | | | | With hat: portmgr Sponsored by: Absolight
* - Update libtorrent-rasterbar to 1.0.4madpilot2015-06-121-13/+19
| | | | | | | | | | | - Update qbittorrent 3.2.0 - Use Github masterisite for qbittorrent - Remove STRIP option, it's the default, and can be inhibited with the DEBUG option - Pet some portlint warnings PR: 200108 Submitted by: yuri at rawbw.com
* - Switch to linguisttools_buildamdmi32015-02-281-1/+1
|
* Upgrade from 3.1.11 to 3.1.12. Switch to using the .xz-compressedmi2015-02-241-2/+2
| | | | | tarball -- an opportunity, the previous updaters have been missing for years.
* Convert to USES=execinfopawel2015-01-061-3/+2
|
* - Reset maintainer to ports@nemysis2014-11-231-1/+1
|
* - Update to 3.1.11, announce message is here:nemysis2014-11-231-1/+1
| | | | http://sourceforge.net/projects/qbittorrent/files/qbittorrent/qbittorrent-3.1.11/
* - Fix typo [1]nemysis2014-09-251-1/+1
| | | | Reported by: jhale [1]
* - Update to 3.1.10, announce message is here:nemysis2014-09-241-3/+3
| | | | | | http://sourceforge.net/projects/qbittorrent/files/qbittorrent/qbittorrent-3.1.10/ - Change DOCS
* Bump PORTREVISION on all ports that depend on net/GeoIP foradamw2014-08-121-1/+1
| | | | | | r364627. Approved by: portmgr (not really, but touches unstaged ports)
* - Update to 3.1.9.2, Announce message:nemysis2014-06-051-4/+1
| | | | | | OTHER: The v3.1.9.1 Windows build was broken - Remove PORTSCOUT, issue 1713 is solved
* - Set PORTSCOUT, https://github.com/qbittorrent/qBittorrent/issues/1713nemysis2014-05-301-0/+3
|
* Convert all :U to :tu and :L to :tlbapt2014-05-051-2/+2
| | | | | | | | | | | | | | Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a replacement for :U and :L (which has been marked as deprecated) bmake which is the default on FreeBSD 10+ only support by default :tu/:tl a hack has been added at the time to support :U and :L to ease migration. This hack is now not necessary anymore Note that this makes the ports tree incompatible with make(1) from FreeBSD 8.3 or earlier With hat: portmgr
* - Update to 3.1.9.1, announce message is here:nemysis2014-04-301-1/+1
| | | | | | | OTHER: This is an excuse to produce new builds with an OpenSSL version that isn't affected by the heartbleed bug for Windows and Mac. This bug should only affect the WebUI and only if HTTPS/SSL authentication was enabled.
* - Remove TODO from DOCSnemysis2014-04-021-1/+3
| | | | | | | - Add pkg-message, information to reinstall if problems PR: ports/188122 Submitted by: adrian chadd <adrian@freebsd.org>
* - Update to 3.1.9, Announce message:nemysis2014-03-131-4/+7
| | | | | | | | | | | | | | | BUGFIX: Fix nox build. Closes #1368 (bob23450) BUGFIX: Fix build with libtorrent 0.15.x (sledgehammer999) BUGFIX: Fix missing percentage signs. Closes #1392. (sledgehammer999) BUGFIX: Fix queue sorting order. (alfrix) BUGFIX: Fix build using qt < 4.7 Closes #1385. (Evgeny Lensky) BUGFIX: Fix autoupdater. Send our user-agent to sourceforge.net (sledgehammer999) FEATURE: Add button for links in toolbar (alfrix) - Add DEBUG Option - Install conditional DOCS, fix conflict with SLAVE Port - Remove obsolete patch, changed by upstream
* - Add patch, fix build net-p2p/qbittorrent-nox11nemysis2014-02-071-2/+2
| | | | Reported by: Alexander Welyczkowski <AWelyczkowski@convergex.com>
* - Update to 3.1.8, BUGFIX: Really fix build of v3.1.6nemysis2014-02-041-1/+1
|
* - Update to 3.1.5nemysis2014-02-011-1/+2
| | | | | | | | - Add USES desktop-file-utils Announce message is here: http://www.qbittorrent.org/news.php
* - Update to 3.1.4nemysis2013-12-301-6/+11
| | | | | | - Break lines around 80 characters Approved by: pawel / wg (mentors, implicit)
* - Update to 3.1.3nemysis2013-11-231-1/+1
| | | | Approved by: pawel / wg (mentors, implicit)
* net-p2p/qbittorrentnemysis2013-11-061-21/+22
| | | | | | | | | | | | | | | | | | | - Update to 3.1.2 - Change dependency to net-p2p/libtorrent-rasterbar - USE_QT4 add linguist_build uic_build - Change from QB_NOX_SLAVE to SLAVE_PORT - Add do-configure - Support STAGEDIR net-p2p/qbittorrent-nox11 - Change from QB_NOX_SLAVE to SLAVE_PORT - Support STAGEDIR - Change and cleanup qbittorrent-nox11 to not conflict with master port - Add SLAVE_PORT=yes - Remove pkg-descr Approved by: wg (mentor)
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | net-p2p)
* net-p2p/qbittorrentnemysis2013-09-171-6/+6
| | | | | | | | | | | | | - Update to 3.0.11 - Remove version from LIB_DEPENDS - Use the new format for LIB_DEPENDS net-p2p/qbittorrent-nox11 - Trim Makefile header - Use PLIST_FILES instead of pkg-plist Approved by: wg/pawel (mentors)
* - Remove MAKE_JOBS_SAFE variableak2013-08-151-1/+0
| | | | Approved by: portmgr (bdrewery)
* net-p2p/qbittorrent: fix post-patchwg2013-07-111-4/+1
| | | | | | | | | - post-patch is no longer required, it actually breaks the logic. See https://github.com/qbittorrent/qBittorrent/issues/245 for further details Reported by: danfe Approved by: maintainer (implicit)
* net-p2p/qbittorrent: update to 3.0.10wg2013-07-111-4/+7
| | | | | | | | | - Update to 3.0.10 [1] - Add DBUS to options - Remove unneeded pre/post mk PR: ports/180437 Submitted by: nemysis <nemysis gmx.ch> (maintainer)
* - Update to 3.0.9miwi2013-06-081-5/+14
| | | | | | | - Add License PR: 178850 Submitted by: maintainer
* Finish converting the whole ports tree to USES=pkgconfigbapt2013-04-231-1/+1
|
* - update to 3.0.8rm2013-02-011-2/+3
| | | | | PR: 175433 Submitted by: nemysis <nemysis@gmx.ch> (maintainer)
* - update to 0.16.7rm2013-01-311-2/+2
| | | | | | | | | | | | | | | - chase shlib version update in dependent ports - use GOOGLE_CODE shortcut in MASTER_SITES - convert to USE_PKGCONFIG - remove shared lib version for net/GeoIP dependency changelogs: 0.16.5: http://sourceforge.net/mailarchive/message.php?msg_id=30000954 0.16.6: http://sourceforge.net/mailarchive/message.php?msg_id=30237614 0.16.7: http://sourceforge.net/mailarchive/message.php?msg_id=30372288 PR: 175502 Submitted by: nemysis <nemysis@gmx.ch> (maintainer)
* - pass maintainership to submitterjgh2013-01-111-5/+4
| | | | | | | - drop ABI versions for most libraries PR: 174986 Submitted by: nemysis@gmx.ch
* Fix the check of qputenv() return value (already patched upstream).danfe2012-11-241-0/+3
| | | | Feature safe: yes
* - Convert to new OPTIONS frameworkdanfe2012-11-241-16/+9
| | | | | | | | - Remove no longer relevant CONFLICTS - Delete rather obvious pkg-message - Sort the knobs a bit while I'm here Feature safe: yes
* Throw my ports back in the pool, and make my intentions clear for thedougb2012-10-081-1/+1
| | | | | | | | various ports that I've created. I bid fond fare well A chapter closes for me What opens for you?
* * Sun Oct 7 2012 - Christophe Dumez <chris@qbittorrent.org> - v3.0.6dougb2012-10-081-1/+1
| | | | | | | | - BUGFIX: Do not store created torrent in memory before writing to a file - BUGFIX: No longer fallback to ANY interface if the user-selected interface cannot be found - BUGFIX: Fix timezone parsing in RSS - BUGFIX: Fix cookie support for RSS feeds
* * Sun Sep 30 2012 - Christophe Dumez <chris@qbittorrent.org> - v3.0.5dougb2012-10-011-1/+1
| | | | | | | | | - BUGFIX: Disabling systray icon no longer disables file association settings - BUGFIX: Import new trackers from magnet link in case of duplicate torrent - BUGFIX: Fix "Skip hash check" feature in torrent import dialog - BUGFIX: Several Web UI connection fixes - BUGFIX: Add Basque locale to Web UI
* * Tue Sep 18 2012 - Christophe Dumez <chris@qbittorrent.org> - v3.0.4dougb2012-09-201-1/+1
| | | | | | | | | | | | | - BUGFIX: Fix issue with downloads starting from scratch on startup if temporary directory setting is enabled. * Sun Sep 16 2012 - Christophe Dumez <chris@qbittorrent.org> - v3.0.3 - BUGFIX: Fix issue with temporary directory not being taken into consideration - BUGFIX: Bypass cache when uploading a torrent file in Web UI - BUGFIX: "Completed On" column is not updated until restart - BUGFIX: Fix possible build error on some systems - I18N: Add hebrew translation
* * Sat Sep 1 2012 - Christophe Dumez <chris@qbittorrent.org> - v3.0.2dougb2012-09-021-5/+1
| | | | | | | | | | | | | | | | | | | - FEATURE: Add "clear" functionality to search field - BUGFIX: Attempt to use qBittorrent icon from theme if available - BUGFIX: Fix crash when a fastresume file is empty - BUGFIX: Fix encoding problem for detected XDG Download folder - BUGFIX: Improve performance when showing torrent content panel - BUGFIX: Fix label-based filtering of torrents whose label contains special characters - BUGFIX: Fix possible crash due to labels * Tue Aug 21 2012 - Christophe Dumez <chris@qbittorrent.org> - v3.0.1 - BUGFIX: Fix possible crash when adding a tracker to a magnet torrent without metadata - BUGFIX: Remember queue position for torrents without metadata - BUGFIX: Fix crash when using unauthorized characters in label names - BUGFIX: Fix search plugins updating - BUGFIX: Make uTP connections rate limited by default
* * Thu Aug 09 2012 - Christophe Dumez <chris@qbittorrent.org> - v3.0.0dougb2012-08-121-0/+60
| | | | | | | | | | | | | | | - FEATURE: Brand new torrent addition dialog - FEATURE: Add the ability to choose the save path when using magnet links (mutoso) - FEATURE: Add support for adding multiple local torrents at once (Web UI) - COSMETIC: Improve style of left panel - BUGFIX: Lower panels no longer gets disabled - BUGFIX: Major code refactoring and various optimizations. - BUGFIX: No longer strip root folder from torrent files For the port: - Move to unversioned directory. The last few major releases have been stable upgrades, so there is no reason to maintain different versions.
* As advertised, remove net-p2p/qbittorrent.dougb2010-05-021-65/+0
|
* - update to 1.4.1dinoex2010-03-281-0/+1
| | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi
* Deprecate this port in favor of the new 2.2.0 release versiondougb2010-03-161-0/+4
|
* Update to version 2.1.6, which has the following bug fixes:dougb2010-03-081-1/+1
| | | | | | | | | * Fix Web UI authentication with Konqueror * Fix save path display in properties * Fix ratio calculation for directly seeded torrents * Fix memory leak in RSS parser * Only one log window can be opened at a time * Command-line parameters are no longer required to be in UTF-8
* As previously discussed on -ports, make the following changes:dougb2010-02-221-3/+11
| | | | | | | | | | 1. Move net-p2p/rblibtorrent-devel to net-p2p/libtorrent-rasterbar-14 a. Update LIB_DEPENDS for ports that depended on rblibtorrent-devel b. Add entries to MOVED and UPDATING 2. Introduce net-p2p/libtorrent-rasterbar-15, the new devel version 3. Introduce net-p2p/qbittorrent-22, the new devel version of qbittorrent Feature safe: yes
* Make net/GeoIP into a proper library depependency for both ports.dougb2010-02-121-3/+2
| | | | | | | | | | Tune up the comment for qbittorrent, but no PORTREVISION bump since GeoIP was already a dependency. Bump PORTREVISION for libtorrent, and add some more configure args both to cement the GeoIP option and also to assert the defaults on other options. The wacky post-configure kludge stays for now until I can have more time to unravel the current asio-related auto* tangle that makes it necessary.
* Turns out the right place to fix the problem of subbing fordougb2010-02-121-4/+0
| | | | | | | | @BOOST_SYSTEM_LIB@ is in the libtorrent pkg-config file. While I'm here, mark libtorrent MAKE_JOBS_SAFE. Submitted by: Christophe Dumez (qbittorrent author)
* Update to version 2.1.5, which has the following bug fixes:dougb2010-02-121-3/+8
| | | | | | | | | | | | | | | | | | | | | Fix actions on selected torrents (non-selected torrents could be affected) Only one program preferences dialog is allowed at a time Link against boost and ssl to fix issues with gold linker Fix memory leak in RSS Improved HTTP gzip compression detection in downloader Fix possible race condition in search engine From version 2.1.4: Fix file prioritizing in a torrent Make sure seeding torrents display a progress of 100% Usage display was improved and localized (--help) Fix possible crash when deleting a torrent Fix possible crash when changing torrents label For the port, mark MAKE_JOBS_SAFE, do a better job with the libnotify default, and add a small patch to fix the newly added boost system lib dependency. The latter must be post-configure because it patches a file created by the configure script.
* - update to jpeg-8dinoex2010-02-051-0/+1
|
* Upgrade to version 2.1.3 which has the following bugfixes:dougb2010-02-021-1/+1
| | | | | | | | | * Make sure bandwidth limiting dialogs are centered on screen * Added support for HTTP redirection * Fix crash when double-clicking on a torrent that has no metadata to open its save path * Fix Scan directory preferences in Web UI * Clear torrent error state when resuming it
* Update to version 2.1.2 which has the following new/improved features:dougb2010-01-251-1/+1
| | | | | | | | | | | | | | | Added back file prioritizing in a torrent Improved transfer speed display in peers list And the following bug fixes: Fix issue causing torrents not to be displayed in the list Make sure invalid torrent are removed from the transfer list Fix overwrite check when renaming a folder in a torrent Force a recheck after renaming files to avoid overwriting Improve "Open destination folder" behavior Fix race condition in RSS that could cause a crash on startup Improved user friendlyness of size units Optimized transfer list repainting
* Update to version 2.1.1, which has the following new features:dougb2010-01-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Torrents can be labeled/categorized Labeled torrent can be downloaded corresponding subfolders Disk cache size can be set from preferences Peer Exchange (PeX) can be disabled from preferences Torrent files/folders can be renamed (torrent addition dialog or files properties) uTorrent compatible tracker list support (use torrentz.com url as a default) Better proxy support and preferences remodeling qBittorrent can identify itself as uTorrent, Vuze or KTorrent (Any stable version) Torrents can be renamed in transfer list Display torrent addition dialog for magnet links too Files contained in a torrent are opened on double click (files panel) Added support for magnet links in search engine Added vertor.com and torrentdownloads.net search plugins Search engine can now use a SOCKS5 proxy HTTP proxy support for peer communication Updated translations (Hungarian, Chinese, Russian) Added legal notice on startup that the user must accept And the following bug fixes: Search engine loads new proxy settings without program restart Use XDG folders (.cache, .local) instead of .qbittorrent Protect Web UI authentication against brute forcing Use HTTP digest mode for Web UI authentication (instead of Basic) Properly display torrents with one file in subfolder(s) Display Web UI favicon File priority can be set for finished torrents that have filtered files Fix compilation with Qt4.4 Save torrent metadata so that it does not have to be re-downloaded on restart (Magnet links) Fix folder renaming in a torrent (would rename children under certain conditions) Nox version no longer requires libQtXml Configure file now checks for pkg-config executable which is required Torrents added from magnet links were not remembered on restart "Add in pause" setting can be ignored from torrent addition dialog Fix renaming of files with unicode characters in their name Fix typo in legal notice (startup) Can listen on ports < 1024 (must be root) Paused torrents can now be rechecked Fix "open torrent destination" feature when path contains spaces
* Update to version 2.0.7, which contains the following bugfixes:dougb2010-01-151-1/+1
| | | | | | | | | | | Fix 'Add in pause' setting in torrent addition dialog Update RSS feed as soon as feed downloader is enabled RSS Feed downloader ignores articles above maximum number of articles Fix possible bug when deleting a RSS folder Remove persistant data when a RSS feed is deleted RSS filters are now alphabetically sorted Fix crash when renaming currently displayed RSS filter Remove overwriting confirmation when exporting RSS filters since Qt takes care of it
* Update to version 2.0.6 which contains the following bug fixes:dougb2010-01-081-1/+1
| | | | | | | | Fix detection of invalid torrent files Stop catching signals once one has been caught to avoid possible infinite loop Force data recheck whenever a torrent is moved Detect existing torrent data even if incomplete torrents are saved to a different folder Improve torrent deletion confirmation dialog so that the text that not get truncated
* Update to version 2.0.5, which contains the following bugfix:dougb2010-01-031-4/+4
| | | | | | | Fix crash with downloaded/availability bars when the torrent has too many pieces Take over maintainership of the port, add ipv6 to CATEGORIES, and enable libnotify support by default.
* Update to version 2.0.4, which contains the following bugfixes:dougb2010-01-011-1/+1
| | | | | | | | | | | | | Fix PeerGuardian .p2b binary filter support Fix possible crash when closing a search engine tab Make sure service port does not change Fix possible DHT port saving issue Fix communication between qBittorrent and Web UI (Qt 4.6) Use Wildcard matching instead of full regex in RSS feed downloader Fix code for listening on a random port whenever it failed to listen on the one defined Use global maximum transfer rates as maximum values in per-torrent speed limiting dialogs Fix global download rate limiting from Web UI Display a disconnected icon in status bar whenever qBittorrent failed to listen on the port defined
* Update to version 2.0.3, with the following BUGFIXES:dougb2009-12-241-1/+1
| | | | | | | | | Minor cosmetic fix to program preferences Fix "Temp path" button in program preferences Handle paths with [~, ., ..] properly Trackers are now displayed for torrents without metadata Fix issue with speed limiting (unlimited was not handled properly) Use the save path set in program preferences as a default in torrent addition dialog
* - Update to 2.0.2miwi2009-12-221-9/+13
| | | | | PR: 141819 Submitted by: Ports Fury
* - Update to 1.5.6miwi2009-12-131-2/+1
| | | | | PR: 141296 Submitted by: Ports Fury
* - Bump PORTREVISION. The commoncpp port has been updatedacm2009-11-141-1/+2
| | | | | | | - ccscript bump PORTREVISION is not neccesary because it has been marked as BROKEN Reported by: pav
* - Update to 1.4.1miwi2009-09-301-5/+2
| | | | | PR: 139136 Submitted by: "Pedro F. Giffuni" <giffunip@tutopia.com>
* - Update to 1.3.5amdmi32009-09-241-2/+3
| | | | | | | | - While here, also make it respect LOCALBASE PR: 139020 Submitted by: "Pedro F. Giffuni" <giffunip@tutopia.com> Feature safe: yes
* - Chase net-p2p/rblibtorrent-devel shlib bumpmiwi2009-09-051-1/+2
|
* - Switch SourceForge ports to the new File Release System: categories ↵amdmi32009-08-221-1/+1
| | | | starting with N
* - Update to 1.3.4pgollucci2009-07-231-1/+1
|
* - Update to 1.3.3miwi2009-05-231-2/+2
| | | | | PR: 134628 Submitted by: Ports Fury
* - Update to version 1.3.2miwi2009-03-241-21/+18
| | | | | PR: 132753 Submitted by: Ports Fury
* - Drop maintainership of the following ports:alepulver2009-02-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | games/darkplaces games/quake-dpmod games/edge games/deng games/odamex games/uhexen2 games/uhexen2-extras games/vavoom games/vavoom-extras games/alienarena games/alienarena-data games/freedroidrpg games/assaultcube games/freeorion x11-toolkits/gigi devel/allegro devel/allegrogl devel/adime devel/allegro-devel net-p2p/qbittorrent net-p2p/rblibtorrent-devel emulators/wahcade x11-wm/stumpwm x11-wm/icewm
* - Update ImageMagick to 6.4.9.2mm2009-02-111-2/+2
| | | | | - Libraries Magick++, MagickCore and MagickWand bumped to 2 - Update all ports using libraries above
* Bump the version of the curl shared library after the ftp/curl updateroam2009-01-231-1/+2
| | | | | | to 7.19.2. Bump PORTREVISION, even on the ports that do not have a versioned dependency, since the binaries will most probably still stop working.
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.rafan2008-08-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specifically, newer autoconf (> 2.13) has different semantic of the configure target. In short, one should use --build=CONFIGURE_TARGET instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning and the old semantic may be removed in later autoconf releases. To workaround this issue, many ports hack the CONFIGURE_TARGET variable so that it contains the ``--build='' prefix. To solve this issue, under the fact that some ports still have configure script generated by the old autoconf, we use runtime detection in the do-configure target so that the proper argument can be used. Changes to Mk/*: - Add runtime detection magic in bsd.port.mk - Remove CONFIGURE_TARGET hack in various bsd.*.mk - USE_GNOME=gnometarget is now an no-op Changes to individual ports, other than removing the CONFIGURE_TARGET hack: = pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables) - comms/gnuradio - science/abinit - science/elmer-fem - science/elmer-matc - science/elmer-meshgen2d - science/elmerfront - science/elmerpost = use x86_64 as ARCH - devel/g-wrap = other changes - print/magicfilter GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf Total # of ports modified: 1,027 Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes) PR: 126524 (obsoletes 52917) Submitted by: rafan Tested on: two pointyhat 7-amd64 exp runs (by pav) Approved by: portmgr (pav)
* - Append CONFIGURE_ARGS for ImageMagick.alepulver2008-07-181-0/+1
| | | | | PR: ports/125577 Submitted by: liangtai <ss2pxd1c@yahoo.co.jp>
* - Update to version 1.0.0.alepulver2008-06-241-3/+3
|
* Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-1/+1
| | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
* - Chase graphics/ImageMagick shlib version bumpmiwi2008-04-221-1/+2
| | | | Pointyhat to: mi@
* - Update to version 1.0.0rc11.alepulver2008-01-041-2/+1
|
* - Chase devel/commoncpp updateacm2007-12-231-1/+2
| | | | | Reported by: erwin Forgotten by: me
* - Update to version 1.0.0rc10.alepulver2007-12-121-1/+2
|
* - Update to version 1.0.0rc3.alepulver2007-10-021-8/+15
|
* - Change dependency from "net-p2p/rblibtorrent-devel" toalepulver2007-08-291-1/+2
| | | | | "net-p2p/rblibtorrent" (they are currently the same actually). - Bump PORTREVISION.
* - Update to version 0.9.3.alepulver2007-06-051-2/+1
|
* - Welcome X.org 7.2 \o/.flz2007-05-201-0/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* qBittorrent can now be considered as a good alternative to other bittorrentalepulver2007-04-181-0/+40
clients. It provides a lot of features such as: * A polished Graphical User Interface written with Qt4.2 toolkit. * Multiple simultaneous downloads / uploads. * An integrated search engine. * DHT (trackerless) support. * uTorrent Peer eXchange support (PeX). * Directory scanning with automated download of torrents inside. * Good internationalization (20+ languages supported). * Selective download of files in a torrent. * Media File previewing while downloading. * Torrent trackers edition and prioritizing. * Seeders / Leechers displayed in download list. * Torrent download in correct order. * System tray integration. * Tracker authentication support. * Unicode support. * Torrent downloading directly from their url. * Connection though a proxy. * IP Filtering similar to the one in eMule. WWW: http://www.qbittorrent.org/