aboutsummaryrefslogtreecommitdiff
path: root/net-p2p
Commit message (Collapse)AuthorAgeFilesLines
* Now builds on powerpc64.Mark Linimon2018-10-311-2/+0
| | | | | | | Submitted by: Piotr Kubaj Notes: svn path=/head/; revision=483583
* Fix build with GCC-based architectures.Mark Linimon2018-10-301-1/+1
| | | | | | | | PR: 231953 Submitted by: Piotr Kubaj Notes: svn path=/head/; revision=483480
* net-p2p/jackett: Update to 0.10.267Steve Wills2018-10-293-29/+233
| | | | | | | | | PR: 232027 Submitted by: Michiel van Baak <michiel@vanbaak.eu> Approved by: kiwi@oav.net (maintainer) Notes: svn path=/head/; revision=483397
* Fix build with GCC-based architectures.Mark Linimon2018-10-281-0/+2
| | | | | | | | | PR: 231951 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=483283
* Downgrade C++03 to C++98, actual default for GCC < 6Jan Beich2018-10-281-1/+1
| | | | | | | | GCC 4.2 in base system doesn't support C++03: cc1plus: error: unrecognized command line option "-std=gnu++03" Notes: svn path=/head/; revision=483249
* Update `net-p2p/torrent-file-editor' to version 0.3.13.Alexey Dokuchaev2018-10-272-4/+4
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=483140
* Fix build with GCC-based architectures for various kde@ ports.Tobias C. Berner2018-10-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Qt5 required c++11 support. Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> PR: 232726 PR: 232725 PR: 232723 PR: 232722 PR: 232721 PR: 232720 PR: 232719 PR: 232697 PR: 232682 PR: 232669 PR: 232668 PR: 232667 PR: 232666 PR: 232665 PR: 232664 PR: 232662 PR: 232661 PR: 232655 PR: 232654 PR: 232652 PR: 232648 PR: 232647 PR: 232641 PR: 232640 PR: 232638 PR: 232635 PR: 232634 PR: 232632 PR: 232631 PR: 232630 PR: 232629 PR: 232628 PR: 232627 PR: 232625 PR: 232624 PR: 232623 PR: 232614 PR: 232613 PR: 232612 PR: 232611 PR: 232610 PR: 232609 PR: 232607 PR: 232606 PR: 232605 PR: 232604 PR: 232603 PR: 232602 PR: 232597 PR: 232589 PR: 232585 PR: 232584 PR: 232583 PR: 232581 PR: 232580 PR: 232579 PR: 232578 PR: 232576 PR: 232575 PR: 232574 PR: 232573 PR: 232570 Notes: svn path=/head/; revision=483125
* net-p2p/monero-cli: Upgrade from 0.13.0.2 to 0.13.0.4Vasil Dimov2018-10-262-5/+5
| | | | Notes: svn path=/head/; revision=483023
* net-p2p/libtorrent-rasterbar: replace r482779 with upstream versionJan Beich2018-10-261-24/+25
| | | | | | | | Patch conflict on update should make it apparent when to prune but due to how fuzz works this doesn't always happen with + lines. Notes: svn path=/head/; revision=482996
* net-p2p/qtum: Upgrade from 0.16.0 to 0.16.1Vasil Dimov2018-10-252-4/+4
| | | | Notes: svn path=/head/; revision=482988
* net-p2p/monero-cli: unbreak with boost 1.69Jan Beich2018-10-221-0/+13
| | | | | | | | | | | src/cryptonote_basic/miner.cpp:640:25: error: assigning to 'bool' from incompatible type 'boost::logic::tribool' on_ac_power = !battery_powered; ^~~~~~~~~~~~~~~~ PR: 232525 Notes: svn path=/head/; revision=482788
* net-p2p/libtorrent-rasterbar: unbreak with boost 1.69Jan Beich2018-10-221-0/+52
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In file included from include/libtorrent/chained_buffer.hpp:37: include/libtorrent/disk_io_job.hpp:78:12: error: expected class name , boost::noncopyable ^ In file included from src/http_stream.cpp:33: In file included from include/libtorrent/http_stream.hpp:44: include/libtorrent/proxy_base.hpp:49:20: error: unknown class name 'noncopyable'; did you mean 'boost::asio::noncopyable'? class proxy_base : boost::noncopyable ^~~~~~~~~~~~~~~~~~ boost::asio::noncopyable /usr/local/include/boost/asio/detail/noncopyable.hpp:38:28: note: 'boost::asio::noncopyable' declared here using boost::asio::detail::noncopyable; ^ In file included from src/session.cpp:58: include/libtorrent/tracker_manager.hpp:274:5: error: unknown class name 'noncopyable'; did you mean 'boost::asio::noncopyable'? , boost::noncopyable ^~~~~~~~~~~~~~~~~~ boost::asio::noncopyable /usr/local/include/boost/asio/detail/noncopyable.hpp:38:28: note: 'boost::asio::noncopyable' declared here using boost::asio::detail::noncopyable; ^ In file included from src/session.cpp:58: include/libtorrent/tracker_manager.hpp:363:5: error: unknown class name 'noncopyable'; did you mean 'boost::asio::noncopyable'? , boost::noncopyable ^~~~~~~~~~~~~~~~~~ boost::asio::noncopyable /usr/local/include/boost/asio/detail/noncopyable.hpp:38:28: note: 'boost::asio::noncopyable' declared here using boost::asio::detail::noncopyable; ^ src/kademlia/dht_storage.cpp:186:74: error: unknown class name 'noncopyable'; did you mean 'boost::asio::noncopyable'? class dht_default_storage TORRENT_FINAL : public dht_storage_interface, boost::noncopyable ^~~~~~~~~~~~~~~~~~ boost::asio::noncopyable /usr/local/include/boost/asio/detail/noncopyable.hpp:38:28: note: 'boost::asio::noncopyable' declared here using boost::asio::detail::noncopyable; ^ In file included from include/libtorrent/kademlia/rpc_manager.hpp:56: include/libtorrent/kademlia/observer.hpp:60:40: error: unknown class name 'noncopyable'; did you mean 'boost::asio::noncopyable'? struct TORRENT_EXTRA_EXPORT observer : boost::noncopyable ^~~~~~~~~~~~~~~~~~ boost::asio::noncopyable /usr/local/include/boost/asio/detail/noncopyable.hpp:38:28: note: 'boost::asio::noncopyable' declared here using boost::asio::detail::noncopyable; ^ PR: 232525 Notes: svn path=/head/; revision=482779
* Update to 2.8.3Emanuel Haupt2018-10-192-4/+4
| | | | Notes: svn path=/head/; revision=482415
* - Update to 2.8.1Emanuel Haupt2018-10-183-24/+20
| | | | | | | | - New version requires ssl USES flag - Pacify portlint Notes: svn path=/head/; revision=482332
* Fix logging.Alex Dupre2018-10-172-5/+3
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=482296
* net-p2p/monero-cli: fix compilation on FreeBSD < 12Vasil Dimov2018-10-131-5/+6
| | | | | | | | | | -DMANUAL_SUBMODULES:BOOL=ON was mistakenly provided only on 12.x, should be used always. While I am here, pet portlint. Notes: svn path=/head/; revision=482004
* net-p2p/monero-cli: Upgrade from 0.12.3.0 to 0.13.0.2Vasil Dimov2018-10-123-14/+22
| | | | Notes: svn path=/head/; revision=481938
* Deprecate most glib12 consumersAntoine Brodin2018-10-122-0/+6
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=481888
* Update to 0.17.0 release.Alex Dupre2018-10-092-4/+4
| | | | | | | | | | | https://github.com/bitcoin/bitcoin/blob/master/doc/release-notes/release-notes-0.17.0.md PR: 232074 Submitted by: ale Approved by: maintainer (kbowling) Notes: svn path=/head/; revision=481609
* net-p2p/sonarr: Update to 2.0.0.5250Mark Felder2018-10-082-4/+4
| | | | Notes: svn path=/head/; revision=481580
* Update maintainer eMail address.Alexandre C. Guimarães2018-10-073-3/+3
| | | | | | | | | Reviewed by: mat (mentor) Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D17399 Notes: svn path=/head/; revision=481464
* net-p2p/libtorrent-rasterbar: net-p2p/libtorrent-rasterbar: Unbreak on powerpc64Yuri Victorovich2018-10-071-2/+0
| | | | | | | | PR: 231757 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> Notes: svn path=/head/; revision=481411
* net-p2p/py-libtorrent-rasterbar: TypoYuri Victorovich2018-10-061-1/+1
| | | | Notes: svn path=/head/; revision=481405
* net-p2p/py-libtorrent-rasterbar: Add workarounds for several bugs in the ↵Yuri Victorovich2018-10-062-2/+6
| | | | | | | | | | | | python binding Several missing symbol problems are worked around by adding a define to CFLAGS, and adding libraries to LDFLAGS. Also fix a typo in pkg-descr. Reported by: TJ <tj@mrsk.me> Notes: svn path=/head/; revision=481404
* Fix index (net-p2p/py-libtorrent-rasterbar users updated); Fix MOVED formatYuri Victorovich2018-10-062-4/+4
| | | | Notes: svn path=/head/; revision=481402
* Move net-p2p/libtorrent-rasterbar-python -> net-p2p/py-libtorrent-rasterbarYuri Victorovich2018-10-065-2/+2
| | | | | | | It now builds for all versions of python. Notes: svn path=/head/; revision=481392
* net-p2p/libtorrent-rasterbar and net-p2p/libtorrent-rasterbar-python: Update ↵Yuri Victorovich2018-10-0611-68/+67
| | | | | | | | | | | | | | | | | | | | 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> Notes: svn path=/head/; revision=481391
* Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, exceptDag-Erling Smørgrav2018-10-063-6/+6
| | | | | | | | | | for where it resulted in a change in output from build-depends-list or run-depends-list. Approved by: portmgr (adamw) Notes: svn path=/head/; revision=481365
* net-p2p/bitcoin: update to 0.16.3Kevin Bowling2018-09-292-4/+4
| | | | | | | | | | | | | High priority update, see: * https://bitcoin.org/en/alert/2018-09-21-required-upgrade * https://bitcoincore.org/en/2018/09/20/notice/ Approved by: timur (mentor) Security: CVE-2018-17144 Differential Revision: https://reviews.freebsd.org/D17345 Notes: svn path=/head/; revision=480928
* net-p2p/go-ethereum: Update to v1.8.16.Mateusz Piotrowski2018-09-252-4/+4
| | | | | | | | | | PR: 231707 Submitted by: Enrique Fynn <me@enriquefynn.com> Approved by: krion (mentor) Differential Revision: https://reviews.freebsd.org/D17310 Notes: svn path=/head/; revision=480697
* net-p2p/litecoin: update to 0.16.3Steve Wills2018-09-222-5/+4
| | | | Notes: svn path=/head/; revision=480337
* net-p2p/qbittorrent: Update 4.1.2 -> 4.1.3Yuri Victorovich2018-09-192-10/+4
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=480099
* devel/ktorrent: udpate to 5.1.1.Tobias C. Berner2018-09-187-134/+6
| | | | Notes: svn path=/head/; revision=480066
* dns/unbound: update to 1.8.0Steve Wills2018-09-181-1/+1
| | | | | | | | | | Bump PORTREVISION on consumers due to library major version change PR: 231283 Submitted by: jaap@NLnetLabs.nl (maintainer) Notes: svn path=/head/; revision=480056
* A previous commit fixed the build on powerpc64.Mark Linimon2018-09-181-2/+0
| | | | | | | Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=479993
* net-p2p/py-tremc: update to v9.1Tobias C. Berner2018-09-166-29/+51
| | | | | | | | | | * resurrect dns/py-adns@r439825 Submitted by: Alexandre C. Guimarães <lebarondemerde@privacychain.ch> Differential Revision: https://reviews.freebsd.org/D16683 Notes: svn path=/head/; revision=479878
* net-p2p/qtum: Upgrade from 0.15.3 to 0.16.0Vasil Dimov2018-09-153-268/+4
| | | | Notes: svn path=/head/; revision=479844
* Change x11/xorgproto to become a build depNiclas Zeising2018-09-111-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 Notes: svn path=/head/; revision=479538
* Add EXAMPLES options to ports that should have one.Mathieu Arnold2018-09-101-0/+2
| | | | | | | | | | | Also various fixes related to said option. PR: 230864 Submitted by: mat exp-runs by: antoine Notes: svn path=/head/; revision=479407
* Add DOCS options to ports that should have one.Mathieu Arnold2018-09-103-2/+4
| | | | | | | | | | | Also various fixes related to said option. PR: 230864 Submitted by: mat exp-runs by: antoine Notes: svn path=/head/; revision=479406
* Fix build with Qt 5.11Jason E. Hale2018-09-072-0/+73
| | | | | | | | PR: 230884 Obtained from: upstream Notes: svn path=/head/; revision=479192
* Update net-p2p/namecoin* ports to version 0.16.2Rene Ladan2018-09-066-78/+14
| | | | | | | | PR: 231167 Submitted by: maintainer Notes: svn path=/head/; revision=479111
* net-p2p/libtorrent-rasterbar: Take maintainershipYuri Victorovich2018-09-061-1/+1
| | | | Notes: svn path=/head/; revision=479073
* net-p2p/libtorrent-rasterbar: Update 1.1.6 -> 1.1.9Yuri Victorovich2018-09-064-25/+6
| | | | | | | | | | | | | Port changes: * Remove patch that no longer applies * Reset maintainer (uncontested patch) PR: 230854 Submitted by: Peter Malcom <pmlax@protonmail.com> Approved by: rezny@FreeBSD.org (maintainer's timeout; 14 days timeout) Notes: svn path=/head/; revision=479070
* net-p2p/jigdo: Fix build with Clang 6Tobias Kortkamp2018-09-041-0/+1
| | | | | | | | | checking size of unsigned long... configure: error: cannot compute sizeof (unsigned long), 77 http://beefy11.nyi.freebsd.org/data/head-i386-default/p478648_s338416/logs/errors/jigdo-0.7.3_8.log Notes: svn path=/head/; revision=478957
* Add new port net-p2p/namecoin-utils, a slave port containing utilities forRene Ladan2018-09-032-0/+29
| | | | | | | | | | net-p2p/namecoin PR: 218961 Submitted by: milios@ccsys.com Notes: svn path=/head/; revision=478893
* net-p2p/namecoin[-daemon]: unbreak, unexpire, update to 0.13.2Rene Ladan2018-09-0312-210/+354
| | | | | | | | | | This is part one of the PR. PR: 218961 Submitted by: maintainer Notes: svn path=/head/; revision=478891
* net-p2p/deluge-cli: add dependency upon pillowRuslan Makhmatkhanov2018-09-021-2/+3
| | | | | | | | | | | This fixes icon resizing issue in web UI. Details: https://dev.deluge-torrent.org/ticket/1361 PR: 230855 Submitted by: pmlax@protonmail.com Notes: svn path=/head/; revision=478779
* Remove expired ports:Rene Ladan2018-09-0212-209/+0
| | | | | | | | | | | | 2018-08-30 games/libdungeonmaker: Abandonware. Unused in the ports tree 2018-08-30 net-p2p/lopster: Unmaintained. Napster is dead 2018-08-30 audio/napster: Unmaintained. Napster and OpenNap are dead 2018-08-30 net-p2p/xnap: Unmaintained. Napster, OpenNap, and FastTrack are dead 2018-08-30 russian/napster: Unmaintained. Napster and OpenNap are dead 2018-08-30 devel/mico: unmaintained upstream and unused in the ports tree Notes: svn path=/head/; revision=478775
* net-p2p/libbt: Update 1.05 -> 1.06Yuri Victorovich2018-09-015-28/+52
| | | | | | | | | | | | | | | | egypcio@googlemail.com takes maintainership Port changes: * Add DOCS option * Add to dependencies * Port cleanup PR: 231033 Submitted by: Vinícius Zavam <egypcio@googlemail.com> (original version) Submitted by: Nathan <ndowens@yahoo.com> (final version) Notes: svn path=/head/; revision=478718