aboutsummaryrefslogtreecommitdiff
path: root/net-p2p/libtorrent-rasterbar
Commit message (Collapse)AuthorAgeFilesLines
* net-p2p/libtorrent-rasterbar: Update 1.2.13 -> 1.2.14Daniel Engberg2021-10-292-4/+4
| | | | PR: 259519
* net-p2p/libtorrent-rasterbar: Update 1.2.12 -> 1.2.13Yuri Victorovich2021-04-142-4/+4
|
* net-p2p/[py-]libtorrent-rasterbar: Add the PORTSCOUT line to prevent 2.xYuri Victorovich2021-04-071-0/+2
|
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* net-p2p/libtorrent-rasterbar: Downgrade 2.0.2 -> 1.2.12Yuri Victorovich2021-03-263-62/+46
| | | | | | | | | | 2.0.2 is not stable, causes huge memory footprint and looks like WIP. PR: 254119 Reported by: 84918960@qq.com et al. Notes: svn path=/head/; revision=569229
* net-p2p/libtorrent-rasterbar: Update 1.2.12 -> 2.0.2Yuri Victorovich2021-02-283-45/+62
| | | | Notes: svn path=/head/; revision=566803
* net-p2p/libtorrent-rasterbar: Update 1.2.10 -> 1.2.12Yuri Victorovich2021-01-293-7/+8
| | | | | | | | | | | | | Changelog since 1.2.10: https://github.com/arvidn/libtorrent/releases/tag/v1.2.11 https://github.com/arvidn/libtorrent/releases/tag/v1.2.12 PR: 252656 Submitted by: fluffy Notes: svn path=/head/; revision=563168
* net-p2p/libtorrent-rasterbar: drop clang workaround (reverting r529947)Jan Beich2020-12-121-16/+1
| | | | | | | | | | Old -CURRENT snapshots are not supported while Clang assertions are disabled on FreeBSD -RELEASEs and -STABLE branches. PR: 244830 Notes: svn path=/head/; revision=557802
* net-p2p/libtorrent-rasterbar: Update 1.2.8 -> 1.2.10Yuri Victorovich2020-09-053-7/+5
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=547585
* net-p2p/libtorrent-rasterbar: Use release archive; Fix python executable ↵Yuri Victorovich2020-08-292-12/+8
| | | | | | | | | | path for tests; Remove unnecessary patch and comment in Makefile PR: 248985 Submitted by: daniel.engberg.lists@pyret.net (initial version) Notes: svn path=/head/; revision=546921
* devel/cmake: update to 3.18.1Tobias C. Berner2020-08-162-0/+15
| | | | | | | | | | | | | - update to 3.18.1 - new port devel/cmakedoc Thanks to adridg@ for tackling most of the fallout. PR: 248003 Exp-run by: antoine Notes: svn path=/head/; revision=545091
* net-p2p/libtorrent-rasterbar: Update 1.2.7 -> 1.2.8Yuri Victorovich2020-08-053-6/+6
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=544232
* net-p2p/libtorrent-rasterbar: Update 1.2.6 -> 1.2.7Yuri Victorovich2020-06-053-7/+7
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=538039
* net-p2p/libtorrent-rasterbar: Update 13-CURRENT workaroundYuri Victorovich2020-04-301-1/+1
| | | | | | | | | | As compilation now works using -CURRENT there's no need to force llvm90 on any version. PR: 246045 Submitted by: daniel.engberg.lists@pyret.net Notes: svn path=/head/; revision=533471
* net-p2p/libtorrent-rasterbar: Fix the python path for testsYuri Victorovich2020-04-301-1/+1
| | | | | | | | | | It was an overly-broad regexp substitution. PR: 246045 Submitted by: daniel.engberg.lists@pyret.net (original version) Notes: svn path=/head/; revision=533469
* net-p2p/libtorrent-rasterbar: Update 1.2.5 -> 1.2.6Yuri Victorovich2020-04-213-6/+5
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=532278
* net-p2p/libtorrent-rasterbar: switch to ports GCC on powerpc64 elfv1 and ↵Piotr Kubaj2020-04-201-1/+2
| | | | | | | | | | | | | | base clang on elfv2 Clang doesn't support elfv1: : && /usr/local/bin/clang90 -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -L/usr/local/lib -liconv -fstack-protector-strong CMakeFiles/cmTC_dc41f.dir/testCCompiler.c.o -o cmTC_dc41f && : ld: error: /usr/src/lib/csu/common/ignore_init.c:136:(.text+0x32): relocation R_PPC64_TOC16_DS out of range: -32944 is not in [-32768, 32767] ld: error: /usr/src/lib/csu/common/ignore_init.c:139:(.text+0x5A): relocation R_PPC64_TOC16_DS out of range: -32936 is not in [-32768, 32767] So just use GCC on elfv1 and base Clang on elfv2. Notes: svn path=/head/; revision=532218
* net-p2p/libtorrent-rasterbar: fix build on powerpc headPiotr Kubaj2020-04-201-0/+7
| | | | | | | | | | | On powerpc head, base LLVM 10 works fine, but LLVM 9 from ports crashes with segfault. PR: 243958 Reported by: canardo909@gmx.com Approved by: yuri (maintainer) Notes: svn path=/head/; revision=532216
* net-p2p/libtorrent-rasterbar: Force clang-9 because clang-10 failsYuri Victorovich2020-03-311-1/+9
| | | | | | | | PR: 244830 Reported by: fallout Notes: svn path=/head/; revision=529947
* net-p2p/libtorrent-rasterbar: Update 1.2.4 -> 1.2.5Yuri Victorovich2020-03-103-5/+5
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=528167
* net-p2p/libtorrent-rasterbar: Update 1.2.3 -> 1.2.4Yuri Victorovich2020-02-103-5/+6
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=525694
* net-p2p/libtorrent-rasterbar: Update 1.2.2 -> 1.2.3Yuri Victorovich2019-12-215-70/+6
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=520574
* net-p2p/libtorrent-rasterbar: Update 1.1.10 -> 1.2.2Yuri Victorovich2019-12-2010-316/+158
| | | | Notes: svn path=/head/; revision=520456
* devel/boost-*: update to 1.72.0Jan Beich2019-12-111-1/+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 Notes: svn path=/head/; revision=519824
* net-p2p/libtorrent-rasterbar: unbreak with boost 1.72Jan Beich2019-11-141-0/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In file included from src/http_connection.cpp:33: In file included from include/libtorrent/http_connection.hpp:62: In file included from include/libtorrent/socket.hpp:57: In file included from /usr/local/include/boost/asio/write.hpp:1262: /usr/local/include/boost/asio/impl/write.hpp:425:40: error: no type named 'executor_type' in 'libtorrent::socket_type' typedef typename AsyncWriteStream::executor_type executor_type; ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~ /usr/local/include/boost/asio/impl/write.hpp:534:7: note: in instantiation of template class 'boost::asio::detail::initiate_async_write_buffer_sequence<libtorrent::socket_type>' requested here detail::initiate_async_write_buffer_sequence<AsyncWriteStream>(s), ^ src/http_connection.cpp:277:3: note: in instantiation of function template specialization 'boost::asio::async_write<libtorrent::socket_type, boost::asio::mutable_buffers_1, boost::_bi::bind_t<void, boost::_mfi::mf1<void, libtorrent::http_connection, const boost::system::error_code &>, boost::_bi::list2<boost::_bi::value<boost::shared_ptr<libtorrent::http_connection> >, boost::arg<1> > > >' requested here async_write(m_sock, boost::asio::buffer(m_sendbuffer) ^ src/http_connection.cpp:631:3: error: no matching function for call to 'async_write' async_write(m_sock, boost::asio::buffer(m_sendbuffer) ^~~~~~~~~~~ /usr/local/include/boost/asio/impl/write.hpp:507:1: note: candidate template ignored: substitution failure [with AsyncWriteStream = libtorrent::socket_type, ConstBufferSequence = boost::asio::mutable_buffers_1, CompletionCondition = boost::_bi::bind_t<void, boost::_mfi::mf1<void, libtorrent::http_connection, const boost::system::error_code &>, boost::_bi::list2<boost::_bi::value<boost::shared_ptr<libtorrent::http_connection> >, boost::arg<1> > >]: no type named 'executor_type' in 'libtorrent::socket_type' async_write(AsyncWriteStream& s, const ConstBufferSequence& buffers, ^ /usr/local/include/boost/asio/impl/write.hpp:526:1: note: candidate template ignored: substitution failure [with AsyncWriteStream = libtorrent::socket_type, ConstBufferSequence = boost::asio::mutable_buffers_1, WriteHandler = boost::_bi::bind_t<void, boost::_mfi::mf1<void, libtorrent::http_connection, const boost::system::error_code &>, boost::_bi::list2<boost::_bi::value<boost::shared_ptr<libtorrent::http_connection> >, boost::arg<1> > >] async_write(AsyncWriteStream& s, const ConstBufferSequence& buffers, ^ /usr/local/include/boost/asio/impl/write.hpp:739:1: note: candidate template ignored: requirement 'is_dynamic_buffer_v1<typename decay<mutable_buffers_1>::type>::value' was not satisfied [with AsyncWriteStream = libtorrent::socket_type, DynamicBuffer_v1 = boost::asio::mutable_buffers_1, WriteHandler = boost::_bi::bind_t<void, boost::_mfi::mf1<void, libtorrent::http_connection, const boost::system::error_code &>, boost::_bi::list2<boost::_bi::value<boost::shared_ptr<libtorrent::http_connection> >, boost::arg<1> > >] async_write(AsyncWriteStream& s, ^ /usr/local/include/boost/asio/impl/write.hpp:758:1: note: candidate template ignored: substitution failure [with AsyncWriteStream = libtorrent::socket_type, DynamicBuffer_v1 = boost::asio::mutable_buffers_1, CompletionCondition = boost::_bi::bind_t<void, boost::_mfi::mf1<void, libtorrent::http_connection, const boost::system::error_code &>, boost::_bi::list2<boost::_bi::value<boost::shared_ptr<libtorrent::http_connection> >, boost::arg<1> > >]: no type named 'executor_type' in 'libtorrent::socket_type' async_write(AsyncWriteStream& s, ^ /usr/local/include/boost/asio/impl/write.hpp:782:1: note: candidate template ignored: could not match 'basic_streambuf<type-parameter-0-1>' against 'boost::asio::mutable_buffers_1' async_write(AsyncWriteStream& s, ^ /usr/local/include/boost/asio/impl/write.hpp:796:1: note: candidate template ignored: could not match 'basic_streambuf<type-parameter-0-1>' against 'boost::asio::mutable_buffers_1' async_write(AsyncWriteStream& s, ^ /usr/local/include/boost/asio/impl/write.hpp:1009:1: note: candidate template ignored: requirement 'is_dynamic_buffer_v2<mutable_buffers_1>::value' was not satisfied [with AsyncWriteStream = libtorrent::socket_type, DynamicBuffer_v2 = boost::asio::mutable_buffers_1, WriteHandler = boost::_bi::bind_t<void, boost::_mfi::mf1<void, libtorrent::http_connection, const boost::system::error_code &>, boost::_bi::list2<boost::_bi::value<boost::shared_ptr<libtorrent::http_connection> >, boost::arg<1> > >] async_write(AsyncWriteStream& s, DynamicBuffer_v2 buffers, ^ /usr/local/include/boost/asio/impl/write.hpp:1026:1: note: candidate template ignored: substitution failure [with AsyncWriteStream = libtorrent::socket_type, DynamicBuffer_v2 = boost::asio::mutable_buffers_1, CompletionCondition = boost::_bi::bind_t<void, boost::_mfi::mf1<void, libtorrent::http_connection, const boost::system::error_code &>, boost::_bi::list2<boost::_bi::value<boost::shared_ptr<libtorrent::http_connection> >, boost::arg<1> > >]: no type named 'executor_type' in 'libtorrent::socket_type' async_write(AsyncWriteStream& s, DynamicBuffer_v2 buffers, ^ Obtained from: upstream Notes: svn path=/head/; revision=517544
* Drop the ipv6 virtual category for n* category as it is not relevant anymoreBaptiste Daroussin2019-10-091-1/+1
| | | | Notes: svn path=/head/; revision=514143
* - Update WWWDmitry Marakasov2019-09-211-2/+2
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=512487
* devel/boost-*: update to 1.71.0Jan Beich2019-08-191-1/+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 Notes: svn path=/head/; revision=509290
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-1/+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 Notes: svn path=/head/; revision=507372
* net-p2p/libtorrent-rasterbar: unbreakJan Beich2019-04-202-2/+193
| | | | | | | | PR: 236588 Obtained from: upstream Notes: svn path=/head/; revision=499423
* devel/boost-*: update to 1.70.0Jan Beich2019-04-121-1/+3
| | | | | | | | | | 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 Notes: svn path=/head/; revision=498698
* Change cmake default behaviour to outsource.Tobias C. Berner2018-12-251-1/+1
| | | | | | | | | | | | | | Ports that build out of source now simply can use "USES=cmake" instead of "USES=cmake:outsource". Ports that fail to build out of source now need to specify "USES=cmake:insource". I tried to only set insource where explictely needed. PR: 232038 Exp-run by: antoine Notes: svn path=/head/; revision=488341
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-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 Notes: svn path=/head/; revision=487272
* devel/boost-*: update to 1.69.0Jan Beich2018-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 Notes: svn path=/head/; revision=487266
* 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/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
* 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/libtorrent-rasterbar and net-p2p/libtorrent-rasterbar-python: Update ↵Yuri Victorovich2018-10-064-51/+28
| | | | | | | | | | | | | | | | | | | | 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
* 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
* devel/boost-*: update to 1.68.0Jan Beich2018-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 Notes: svn path=/head/; revision=476723
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-07-291-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 Notes: svn path=/head/; revision=475857
* Fix pkg-plist with TEST optionKoichiro Iwao2018-04-272-4/+3
| | | | | | | | | | | | | | | Also, - Bring BROKEN_powerpc64 earlier to make portlint happy - Bump PORTREVISION due to plist change PR: 225349 Submitted by: meta Reported by: John Smith <godevilove@ya.ru> Approved by: rezny (maintainer timeout), pi (mentor) MFH: 2018Q2 Notes: svn path=/head/; revision=468474
* devel/boost-*: update to 1.67.0Jan Beich2018-04-181-0/+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 Notes: svn path=/head/; revision=467711
* net-p2p/libtorrent-rasterbar: unbreak with boost 1.67Jan Beich2018-04-132-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In file included from disk_buffer_holder.cpp:34: In file included from ../include/libtorrent/aux_/session_impl.hpp:73: ../include/libtorrent/ip_filter.hpp:168:34: error: no member named 'prior' in namespace 'boost'; did you mean 'perror'? boost::uint32_t last_access = boost::prior(j)->access; ^~~~~~~~~~~~ perror /usr/include/stdio.h:266:7: note: 'perror' declared here void perror(const char *); ^ In file included from disk_buffer_holder.cpp:34: In file included from ../include/libtorrent/aux_/session_impl.hpp:73: ../include/libtorrent/ip_filter.hpp:174:43: error: no member named 'prior' in namespace 'boost'; did you mean 'perror'? else if (i != m_access_list.begin() && boost::prior(i)->access == flags) ^~~~~~~~~~~~ perror /usr/include/stdio.h:266:7: note: 'perror' declared here void perror(const char *); ^ In file included from disk_buffer_holder.cpp:34: In file included from ../include/libtorrent/aux_/session_impl.hpp:73: ../include/libtorrent/ip_filter.hpp:182:43: error: no member named 'next' in namespace 'boost' if (i != j) m_access_list.erase(boost::next(i), j); ~~~~~~~^ kademlia/routing_table.cpp:716:26: error: no member named 'next' in namespace 'boost'; did you mean 'std::next'? bool const can_split = (boost::next(i) == m_buckets.end() ^~~~~~~~~~~ std::next /usr/include/c++/v1/iterator:519:1: note: 'std::next' declared here next(_ForwardIter __x, ^ kademlia/routing_table.cpp:719:40: error: no member named 'prior' in namespace 'boost' && (i == m_buckets.begin() || boost::prior(i)->live_nodes.size() > 1); ~~~~~~~^ PR: 227427 Obtained from: upstream Notes: svn path=/head/; revision=467238
* net-p2p/libtorrent-rasterbar: update to 1.1.6Jan Beich2018-01-183-26/+5
| | | | | | | | | | | | | | | - LOGGING is now enabled by default, following upstream, see https://github.com/arvidn/libtorrent/commit/e36b06602067 Changes: https://github.com/arvidn/libtorrent/releases/tag/libtorrent-1_1_5 Changes: https://github.com/arvidn/libtorrent/releases/tag/libtorrent-1_1_6 Changes: https://github.com/arvidn/libtorrent/compare/libtorrent-1_1_4...libtorrent-1_1_6 PR: 224060 Tested by: yuri Approved by: maintainer timeout (2 weeks) Notes: svn path=/head/; revision=459367
* devel/boost-*: update to 1.66.0Jan Beich2018-01-181-1/+2
| | | | | | | | | | 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 Notes: svn path=/head/; revision=459315
* Do not abuse INSTALL_MAN when installing documentation, examples, andAlexey Dokuchaev2018-01-111-1/+1
| | | | | | | other miscellaneous files that are not actually manual pages (part 2). Notes: svn path=/head/; revision=458739
* devel/boost-*: update to 1.65.1Jan Beich2017-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 Notes: svn path=/head/; revision=450560
* devel/boost-*: enable C++11 featuresJan Beich2017-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 Notes: svn path=/head/; revision=450557