| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Notes:
svn path=/head/; revision=517560
|
|
|
|
| |
Notes:
svn path=/head/; revision=517559
|
|
|
|
|
|
|
|
|
| |
- Whitespace fix
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=517558
|
|
|
|
| |
Notes:
svn path=/head/; revision=517557
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- add upgrade helper scripts
- cuttlefish is needed for handling some config settings
- pet port order while here
Reviewed by: olgeni
Sponsored by: SkunkWerks, GmbH
Differential Revision: https://reviews.freebsd.org/D22310
Notes:
svn path=/head/; revision=517556
|
|
|
|
|
|
|
| |
Pointy hat: sunpoet
Notes:
svn path=/head/; revision=517555
|
|
|
|
|
|
|
| |
has been BROKEN for (almost) 6 months.
Notes:
svn path=/head/; revision=517554
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This is only compile tested, not run-tested as I don't use this
software. Rather than patching the nested libssh, it switches
to using libssh from security/libssh. There is then an additional
patch to support OpenSSL 1.1.
PR: 228938
Approved by: lwhsu
Differential Revision: https://reviews.freebsd.org/D20844
Notes:
svn path=/head/; revision=517553
|
|
|
|
|
|
|
| |
and give it an expiration date.
Notes:
svn path=/head/; revision=517552
|
|
|
|
|
|
|
| |
Changes: https://github.com/rust-lang/rust/compare/bc0e288ad02e...ded5ee0013f6
Notes:
svn path=/head/; revision=517551
|
|
|
|
|
|
|
| |
Changes: https://aomedia.googlesource.com/aom/+log/915b9b80b..0ec3829bd
Notes:
svn path=/head/; revision=517550
|
|
|
|
|
|
|
| |
Changes: https://github.com/OpenVisualCloud/SVT-AV1/compare/6c67c56d...d647dc4f
Notes:
svn path=/head/; revision=517549
|
|
|
|
|
|
|
| |
Changes: https://github.com/yuzu-emu/yuzu/compare/8714d40a7...7f424d0f6
Notes:
svn path=/head/; revision=517548
|
|
|
|
|
|
|
| |
Changes: https://github.com/RPCS3/rpcs3/compare/abbf3c4d1...8e39c778a
Notes:
svn path=/head/; revision=517547
|
|
|
|
|
|
|
| |
Changes: https://github.com/DCurrent/openbor/compare/9b0f0d29...d647dc4f
Notes:
svn path=/head/; revision=517546
|
|
|
|
| |
Notes:
svn path=/head/; revision=517545
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
GG/src/Texture.cpp:232:25: error: no template named 'vector4' in namespace 'boost::mpl'
typedef boost::mpl::vector4<
~~~~~~~~~~~~^
In file included from GG/src/Texture.cpp:32:
In file included from /usr/local/include/boost/gil/extension/dynamic_image/any_image.hpp:11:
In file included from /usr/local/include/boost/gil/extension/dynamic_image/any_image_view.hpp:17:
In file included from /usr/local/include/boost/variant.hpp:17:
/usr/local/include/boost/variant/variant.hpp:2416:5: error: static_assert failed due to requirement '::boost::mpl::is_sequence<int>::value' "( ::boost::mpl::is_sequence<Types>::value )"
BOOST_STATIC_ASSERT(( ::boost::mpl::is_sequence<Types>::value ));
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/local/include/boost/static_assert.hpp:70:41: note: expanded from macro 'BOOST_STATIC_ASSERT'
# define BOOST_STATIC_ASSERT( ... ) static_assert(__VA_ARGS__, #__VA_ARGS__)
^ ~~~~~~~~~~~
/usr/local/include/boost/gil/extension/dynamic_image/any_image.hpp:88:26: note: in instantiation of template class 'boost::make_variant_over<int>' requested here
class any_image : public make_variant_over<Images>::type
^
GG/src/Texture.cpp:247:15: note: in instantiation of template class 'boost::gil::any_image<int>' requested here
ImageType image;
^
In file included from GG/src/Texture.cpp:32:
/usr/local/include/boost/gil/extension/dynamic_image/any_image.hpp:90:58: error: no type named 'type' in 'boost::make_variant_over<int>'
using parent_t = typename make_variant_over<Images>::type;
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
GG/src/Texture.cpp:247:15: note: in instantiation of template class 'boost::gil::any_image<int>' requested here
ImageType image;
^
In file included from GG/src/Texture.cpp:32:
In file included from /usr/local/include/boost/gil/extension/dynamic_image/any_image.hpp:11:
In file included from /usr/local/include/boost/gil/extension/dynamic_image/any_image_view.hpp:12:
In file included from /usr/local/include/boost/gil/image.hpp:11:
In file included from /usr/local/include/boost/gil/algorithm.hpp:11:
In file included from /usr/local/include/boost/gil/bit_aligned_pixel_iterator.hpp:11:
In file included from /usr/local/include/boost/gil/bit_aligned_pixel_reference.hpp:12:
In file included from /usr/local/include/boost/gil/pixel.hpp:12:
In file included from /usr/local/include/boost/gil/channel.hpp:11:
In file included from /usr/local/include/boost/gil/utilities.hpp:11:
In file included from /usr/local/include/boost/gil/detail/mp11.hpp:12:
In file included from /usr/local/include/boost/mp11.hpp:11:
/usr/local/include/boost/mp11/list.hpp:45:19: error: no type named 'type' in 'boost::mp11::detail::mp_size_impl<int>'
template<class L> using mp_size = typename detail::mp_size_impl<L>::type;
^~~~~
/usr/local/include/boost/mp11/algorithm.hpp:121:50: note: in instantiation of template type alias 'mp_size' requested here
template<template<class...> class F, class... L> using mp_transform = typename mp_if<mp_same<mp_size<L>...>, detail::mp_transform_impl<F, L...>, detail::list_size_mismatch>::type;
^
/usr/local/include/boost/gil/extension/dynamic_image/any_image.hpp:33:1: note: in instantiation of template type alias 'mp_transform' requested here
using images_get_views_t = mp11::mp_transform<get_view_t, Images>;
^
/usr/local/include/boost/gil/extension/dynamic_image/any_image.hpp:92:43: note: in instantiation of template type alias 'images_get_views_t' requested here
using view_t = any_image_view<detail::images_get_views_t<Images>>;
^
GG/src/Texture.cpp:247:15: note: in instantiation of template class 'boost::gil::any_image<int>' requested here
ImageType image;
^
In file included from GG/src/Texture.cpp:32:
In file included from /usr/local/include/boost/gil/extension/dynamic_image/any_image.hpp:11:
In file included from /usr/local/include/boost/gil/extension/dynamic_image/any_image_view.hpp:12:
In file included from /usr/local/include/boost/gil/image.hpp:11:
In file included from /usr/local/include/boost/gil/algorithm.hpp:11:
In file included from /usr/local/include/boost/gil/bit_aligned_pixel_iterator.hpp:11:
In file included from /usr/local/include/boost/gil/bit_aligned_pixel_reference.hpp:12:
In file included from /usr/local/include/boost/gil/pixel.hpp:12:
In file included from /usr/local/include/boost/gil/channel.hpp:11:
In file included from /usr/local/include/boost/gil/utilities.hpp:11:
In file included from /usr/local/include/boost/gil/detail/mp11.hpp:12:
In file included from /usr/local/include/boost/mp11.hpp:11:
/usr/local/include/boost/mp11/list.hpp:45:19: error: no type named 'type' in 'boost::mp11::detail::mp_size_impl<int>'
template<class L> using mp_size = typename detail::mp_size_impl<L>::type;
^~~~~
/usr/local/include/boost/mp11/algorithm.hpp:121:50: note: in instantiation of template type alias 'mp_size' requested here
template<template<class...> class F, class... L> using mp_transform = typename mp_if<mp_same<mp_size<L>...>, detail::mp_transform_impl<F, L...>, detail::list_size_mismatch>::type;
^
/usr/local/include/boost/gil/extension/dynamic_image/any_image.hpp:39:1: note: in instantiation of template type alias 'mp_transform' requested here
using images_get_const_views_t = mp11::mp_transform<get_const_view_t, Images>;
^
/usr/local/include/boost/gil/extension/dynamic_image/any_image.hpp:93:49: note: in instantiation of template type alias 'images_get_const_views_t' requested here
using const_view_t = any_image_view<detail::images_get_const_views_t<Images>>;
^
GG/src/Texture.cpp:247:15: note: in instantiation of template class 'boost::gil::any_image<int>' requested here
ImageType image;
^
Obtained from: upstream
Notes:
svn path=/head/; revision=517543
|
|
|
|
|
|
|
|
|
|
|
|
| |
SDL_VIDEODRIVER=wayland doesn't work with current glew package while
SDL_VIDEODRIVER=x11 doesn't work using this package. So, build against
libEGL instead of libX11 and let the user decide when to use.
Idea from: ArchLinux
Tested by: SDL (freeorion, ppsspp, renpy)
Notes:
svn path=/head/; revision=517542
|
|
|
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION for package change
PR: 241874
Submitted by: kai
Backport from: https://github.com/elastic/elasticsearch-py/commit/4c531c5cdbd5ba8b59be16c2fa15d5cf81d0a92f
Notes:
svn path=/head/; revision=517541
|
|
|
|
|
|
|
|
|
|
|
| |
- Remove no-op shebang fix
- Remove .bak/.orig cleanup which does not affect the package
PR: 241806
Submitted by: amdmi3
Notes:
svn path=/head/; revision=517540
|
|
|
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION for package change
PR: 241755
Submitted by: Kamigishi Rei <spambox@haruhiism.net>
Obtained from: https://github.com/sdgathman/pyspf/commit/4744deeec4a2c10987aae72989d7137156ed4151
Notes:
svn path=/head/; revision=517539
|
|
|
|
|
|
|
|
|
|
|
| |
- While I'm here, add LICENSE_FILE
Changes: https://github.com/geopandas/geopandas/releases
PR: 241521
Submitted by: Loic Bartoletti <lbartoletti@tuxfamily.org> (maintainer)
Notes:
svn path=/head/; revision=517538
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Visvis is a pure Python library for visualization of 1D to 4D data in an bject
oriented way. Essentially, visvis is an object oriented layer of Python on top
of OpenGl, thereby combining the power of OpenGl with the usability of Python. A
Matlab-like interface in the form of a set of functions allows easy creation of
objects (e.g. plot(), imshow(), volshow(), surf()).
With visvis a range of different data can be visualized by simply adding world
objects to a scene (or axes). These world objects can be anything from plots
(lines with markers), to images, 3D rendered volumes, shaded meshes, or you can
program your own world object class. If required, these data can also be moved
in time.
WWW: https://github.com/almarklein/visvis
- While I'm here:
- Fix LICENSE
- Add LICENSE_FILE
- Use PYNUMPY
- Add missing USES=pyqt:5
PR: 241510
Submitted by: Rainer Hurling <rhurlin@gwdg.de>
Notes:
svn path=/head/; revision=517537
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
PyRSGIS is a powerful module to read, manipulate and export geo-rasters. The
module is built on the GDAL library, and is very efficient for various
geospatial analysis.
WWW: https://github.com/PratyushTripathy/pyrsgis
- While I'm here, use PYNUMPY
PR: 241509
Submitted by: Rainer Hurling <rhurlin@gwdg.de>
Notes:
svn path=/head/; revision=517536
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Provides a new artist for matplotlib to display a scale bar, aka micron bar. It
is particularly useful when displaying calibrated images plotted using
plt.imshow(...).
- While I'm here:
- Add LICENSE_FILE
- Use USE_LOCALE instead of patch file
WWW: https://github.com/ppinard/matplotlib-scalebar
PR: 241508
Submitted by: Rainer Hurling <rhurlin@gwdg.de>
Notes:
svn path=/head/; revision=517535
|
|
|
|
| |
Notes:
svn path=/head/; revision=517534
|
|
|
|
| |
Notes:
svn path=/head/; revision=517533
|
|
|
|
| |
Notes:
svn path=/head/; revision=517532
|
|
|
|
| |
Notes:
svn path=/head/; revision=517531
|
|
|
|
| |
Notes:
svn path=/head/; revision=517530
|
|
|
|
| |
Notes:
svn path=/head/; revision=517529
|
|
|
|
| |
Notes:
svn path=/head/; revision=517528
|
|
|
|
| |
Notes:
svn path=/head/; revision=517527
|
|
|
|
| |
Notes:
svn path=/head/; revision=517526
|
|
|
|
|
|
|
| |
Changes: https://github.com/nov/json-jwt/commits/master
Notes:
svn path=/head/; revision=517525
|
|
|
|
| |
Notes:
svn path=/head/; revision=517524
|
|
|
|
|
|
|
|
| |
Changes: https://github.com/rouge-ruby/rouge/releases
https://github.com/rouge-ruby/rouge/blob/master/CHANGELOG.md
Notes:
svn path=/head/; revision=517523
|
|
|
|
|
|
|
| |
Changes: https://github.com/elastic/elasticsearch-ruby/releases
Notes:
svn path=/head/; revision=517522
|
|
|
|
|
|
|
| |
Changes: https://github.com/elastic/elasticsearch-ruby/releases
Notes:
svn path=/head/; revision=517521
|
|
|
|
|
|
|
|
| |
Changes: https://github.com/elastic/elasticsearch-ruby/blob/master/CHANGELOG.md
https://github.com/elastic/elasticsearch-ruby/commits/master/elasticsearch-dsl
Notes:
svn path=/head/; revision=517520
|
|
|
|
|
|
|
| |
Changes: https://github.com/elastic/elasticsearch-ruby/releases
Notes:
svn path=/head/; revision=517519
|
|
|
|
|
|
|
| |
Changes: https://github.com/elastic/elasticsearch-ruby/releases
Notes:
svn path=/head/; revision=517518
|
|
|
|
| |
Notes:
svn path=/head/; revision=517517
|
|
|
|
| |
Notes:
svn path=/head/; revision=517516
|
|
|
|
| |
Notes:
svn path=/head/; revision=517515
|
|
|
|
| |
Notes:
svn path=/head/; revision=517514
|
|
|
|
|
|
|
|
| |
Changes: https://github.com/googleapis/google-cloud-ruby/releases
https://github.com/googleapis/google-cloud-ruby/blob/master/google-cloud-storage/CHANGELOG.md
Notes:
svn path=/head/; revision=517513
|
|
|
|
|
|
|
|
| |
Changes: https://github.com/googleapis/google-cloud-ruby/releases
https://github.com/googleapis/google-cloud-ruby/blob/master/google-cloud-pubsub/CHANGELOG.md
Notes:
svn path=/head/; revision=517512
|
|
|
|
|
|
|
|
| |
Changes: https://github.com/googleapis/google-cloud-ruby/releases
https://github.com/googleapis/google-cloud-ruby/blob/master/google-cloud-logging/CHANGELOG.md
Notes:
svn path=/head/; revision=517511
|