Commit graph

443869 commits

Author SHA1 Message Date
Mark Felder
8250ad3afb multimedia/plexmediaserver: Update to 1.12.2.4929
Changelog:	https://forums.plex.tv/discussion/comment/1650538/#Comment_1650538
2018-04-18 18:17:15 +00:00
Dirk Meyer
7cc99adc27 - take maintainership 2018-04-18 18:07:00 +00:00
Thierry Thomas
7375c1e6e0 Upgrade to v0.2.2.
Release notes at https://github.com/TokTok/c-toxcore/releases/tag/v0.2.2
2018-04-18 17:50:38 +00:00
Jan Beich
954b34dc98 graphics/mesa-{libs,dri}: update to 18.0.1
Changes:	https://www.mesa3d.org/relnotes/18.0.1.html
PR:		225415
2018-04-18 17:48:29 +00:00
Jan Beich
17822792ad devel/boost-libs: backport minor regression fix
/usr/local/include/boost/lockfree/spsc_queue.hpp:140:43: error: no member named 'next' in namespace 'boost'
        const ConstIterator last = boost::next(begin, input_count);
                                   ~~~~~~~^
/usr/local/include/boost/lockfree/spsc_queue.hpp:145:51: error: no member named 'next' in namespace 'boost'
            const ConstIterator midpoint = boost::next(begin, count0);
                                           ~~~~~~~^

Obtained from:	upstream (via Homebrew)
2018-04-18 17:48:14 +00:00
Kyle Evans
92f200418a Fix arm-none-eabi-gcc/aarch64-none-elf-gcc plist after r466699
jhb fixed these ports in r466699, but include-fixed headers has changed
since the last update, perhaps due to --sysroot and these ports being built
differently since then.

Add the extra headers to the plist and bump PORTREVISION due to package
differences. This fixes some sanity checking in the plist, since these files
are installed to the stage dir.

Reported by:	Phillip R. Jaenke <prj@rootwyrm.com>
Approved by:	ler (ports)
MFH:		2018Q2
2018-04-18 17:07:23 +00:00
Guido Falsi
7e3da3deb2 - Update quiterss to 0.18.10 [1]
- Remove unneeded INSTALLS_ICONS, only required for GTK software

PR:		227562 [1]
Submitted by:	lbartoletti@tuxfamily.org (maintainer)
2018-04-18 14:41:13 +00:00
Jan Beich
1e53503986 Adjust PORTREVISION order to pet portlint after r467711
Tools/scripts/bump-revision.sh adds PORTREVISION in the wrong place
when DISTVERSION*FIX is used.
2018-04-18 14:06:09 +00:00
Jan Beich
297facc037 devel/cmake: allow consumers to qualify boost_python version
PR:		227428
Exp-run by:	antoine
2018-04-18 13:58:15 +00:00
Jan Beich
cc95712fbe devel/boost-*: update to 1.67.0
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
2018-04-18 13:57:42 +00:00
Jan Beich
077df7502b lang/solidity: unbreak with boost 1.67 on 10.*
In file included from libjulia/optimiser/FunctionGrouper.cpp:22:
In file included from ./libjulia/optimiser/FunctionGrouper.h:24:
In file included from ./libjulia/ASTDataForward.h:24:
In file included from ./libsolidity/inlineasm/AsmDataForward.h:25:
In file included from /usr/local/include/boost/variant.hpp:17:
In file included from /usr/local/include/boost/variant/variant.hpp:21:
In file included from /usr/local/include/boost/type_index.hpp:29:
In file included from /usr/local/include/boost/type_index/stl_type_index.hpp:43:
In file included from /usr/local/include/boost/container_hash/hash.hpp:760:
In file included from /usr/local/include/boost/container_hash/extensions.hpp:22:
In file included from /usr/local/include/boost/detail/container_fwd.hpp:93:
/usr/include/c++/v1/vector:504:70: error: no member named 'value' in 'std::__1::is_nothrow_default_constructible<std::__1::allocator<boost::variant<dev::solidity::assembly::ExpressionStatement, dev::solidity::assembly::Instruction, dev::solidity::assembly::Label, dev::solidity::assembly::StackAssignment, dev::solidity::assembly::Assignment, dev::solidity::assembly::VariableDeclaration, dev::solidity::assembly::FunctionDefinition, dev::solidity::assembly::If, dev::solidity::assembly::Switch, dev::solidity::assembly::ForLoop, dev::solidity::assembly::Block> > >'
        _NOEXCEPT_(is_nothrow_default_constructible<allocator_type>::value)
                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
/usr/include/c++/v1/__config:349:34: note: expanded from macro '_NOEXCEPT_'
 #  define _NOEXCEPT_(x) noexcept(x)
                                  ^
./libsolidity/inlineasm/AsmData.h:70:64: note: in instantiation of exception specification for 'vector' requested here
struct Block { SourceLocation location; std::vector<Statement> statements; };
                                                               ^
/usr/local/include/boost/mpl/aux_/nested_type_wknd.hpp:27:7: note: in instantiation of template class 'boost::has_nothrow_constructor<dev::solidity::assembly::FunctionDefinition>' requested here
    : T::type
      ^
/usr/local/include/boost/mpl/not.hpp:41:11: note: in instantiation of template class 'boost::mpl::aux::nested_type_wknd<boost::has_nothrow_constructor<dev::solidity::assembly::FunctionDefinition> >' requested here
          BOOST_MPL_AUX_NESTED_TYPE_WKND(T)::value
          ^
/usr/local/include/boost/mpl/aux_/nested_type_wknd.hpp:38:24: note: expanded from macro 'BOOST_MPL_AUX_NESTED_TYPE_WKND'
    ::boost::mpl::aux::nested_type_wknd<T> \
                       ^
/usr/local/include/boost/mpl/aux_/nested_type_wknd.hpp:27:7: note: in instantiation of template class 'boost::mpl::not_<boost::has_nothrow_constructor<dev::solidity::assembly::FunctionDefinition> >' requested here
    : T::type
      ^
/usr/local/include/boost/mpl/aux_/preprocessed/gcc/and.hpp:25:11: note: in instantiation of template class 'boost::mpl::aux::nested_type_wknd<boost::mpl::apply1<boost::mpl::protect<boost::detail::variant::find_fallback_type_pred, 0>, boost::mpl::l_iter<boost::mpl::l_item<mpl_::long_<5>, dev::solidity::assembly::FunctionDefinition, boost::mpl::l_item<mpl_::long_<4>, dev::solidity::assembly::If, boost::mpl::l_item<mpl_::long_<3>, dev::solidity::assembly::Switch, boost::mpl::l_item<mpl_::long_<2>, dev::solidity::assembly::ForLoop, boost::mpl::l_item<mpl_::long_<1>, dev::solidity::assembly::Block, boost::mpl::l_end> > > > > > > >' requested here
          BOOST_MPL_AUX_NESTED_TYPE_WKND(T1)::value
          ^
/usr/local/include/boost/mpl/aux_/nested_type_wknd.hpp:38:24: note: expanded from macro 'BOOST_MPL_AUX_NESTED_TYPE_WKND'
    ::boost::mpl::aux::nested_type_wknd<T> \
                       ^
/usr/local/include/boost/mpl/aux_/preprocessed/gcc/and.hpp:50:7: note: (skipping 13 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
    : aux::and_impl<
      ^
/usr/include/c++/v1/type_traits:2445:14: note: in instantiation of template class 'std::__1::__is_constructible_void_check<false, std::__1::allocator<boost::variant<dev::solidity::assembly::ExpressionStatement, dev::solidity::assembly::Instruction, dev::solidity::assembly::Label, dev::solidity::assembly::StackAssignment, dev::solidity::assembly::Assignment, dev::solidity::assembly::VariableDeclaration, dev::solidity::assembly::FunctionDefinition, dev::solidity::assembly::If, dev::solidity::assembly::Switch, dev::solidity::assembly::ForLoop, dev::solidity::assembly::Block> >>' requested here
    : public __is_constructible_void_check<__contains_void<_Tp, _Args...>::value
             ^
/usr/include/c++/v1/type_traits:2936:41: note: in instantiation of template class 'std::__1::is_constructible<std::__1::allocator<boost::variant<dev::solidity::assembly::ExpressionStatement, dev::solidity::assembly::Instruction, dev::solidity::assembly::Label, dev::solidity::assembly::StackAssignment, dev::solidity::assembly::Assignment, dev::solidity::assembly::VariableDeclaration, dev::solidity::assembly::FunctionDefinition, dev::solidity::assembly::If, dev::solidity::assembly::Switch, dev::solidity::assembly::ForLoop, dev::solidity::assembly::Block> >>' requested here
    : __libcpp_is_nothrow_constructible<is_constructible<_Tp, _Args...>::value, is_reference<_Tp>::value, _Tp, _Args...>
                                        ^
/usr/include/c++/v1/type_traits:3059:14: note: in instantiation of template class 'std::__1::is_nothrow_constructible<std::__1::allocator<boost::variant<dev::solidity::assembly::ExpressionStatement, dev::solidity::assembly::Instruction, dev::solidity::assembly::Label, dev::solidity::assembly::StackAssignment, dev::solidity::assembly::Assignment, dev::solidity::assembly::VariableDeclaration, dev::solidity::assembly::FunctionDefinition, dev::solidity::assembly::If, dev::solidity::assembly::Switch, dev::solidity::assembly::ForLoop, dev::solidity::assembly::Block> >>' requested here
    : public is_nothrow_constructible<_Tp>
             ^
/usr/include/c++/v1/vector:504:20: note: in instantiation of template class 'std::__1::is_nothrow_default_constructible<std::__1::allocator<boost::variant<dev::solidity::assembly::ExpressionStatement, dev::solidity::assembly::Instruction, dev::solidity::assembly::Label, dev::solidity::assembly::StackAssignment, dev::solidity::assembly::Assignment, dev::solidity::assembly::VariableDeclaration, dev::solidity::assembly::FunctionDefinition, dev::solidity::assembly::If, dev::solidity::assembly::Switch, dev::solidity::assembly::ForLoop, dev::solidity::assembly::Block> > >' requested here
        _NOEXCEPT_(is_nothrow_default_constructible<allocator_type>::value)
                   ^
/usr/include/c++/v1/__config:349:34: note: expanded from macro '_NOEXCEPT_'
 #  define _NOEXCEPT_(x) noexcept(x)
                                  ^
libjulia/optimiser/FunctionGrouper.cpp:38:20: note: in instantiation of exception specification for 'vector' requested here
        vector<Statement> reordered;
                          ^

PR:		227427
Reported by:	antoine (via exp-run)
See also:	https://reviews.llvm.org/rL276084
2018-04-18 12:54:57 +00:00
Jan Beich
6fa3ba617b comms/gnuradio: unbreak with boost 1.67
gr-blocks/lib/message_strobe_impl.cc:93:35: error: no matching conversion for functional-style cast from 'float' to 'boost::posix_time::milliseconds' (aka 'subsecond_duration<boost::posix_time::time_duration, 1000>')
        boost::this_thread::sleep(boost::posix_time::milliseconds(d_period_ms));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/local/include/boost/date_time/time_duration.hpp:270:30: note: candidate constructor (the implicit copy constructor) not viable: no known conversion from 'float' to 'const boost::date_time::subsecond_duration<boost::posix_time::time_duration, 1000>' for 1st argument
  class BOOST_SYMBOL_VISIBLE subsecond_duration : public base_duration
                             ^
/usr/local/include/boost/date_time/time_duration.hpp:286:59: note: candidate template ignored: disabled by 'enable_if' [with T = float]
                                typename boost::enable_if<boost::is_integral<T>, void>::type* = 0) :
                                                          ^

/usr/local/bin/ld: CMakeFiles/tags_demo.dir/tags_demo.cc.o: undefined reference to symbol 'pthread_condattr_init@@FBSD_1.0'
//lib/libthr.so.3: error adding symbols: DSO missing from command line
c++: error: linker command failed with exit code 1 (use -v to see invocation)
*** [gr-uhd/examples/c++/tags_demo] Error code 1

PR:		227427
Reported by:	antoine (via exp-run)
Obtained from:	Homebrew
2018-04-18 12:38:19 +00:00
Torsten Zuehlsdorff
9367f39848 databases/pgpool: Update from 3.4.16 to 3.4.17
Changelog: http://www.pgpool.net/docs/latest/en/html/release-3-4-17.html
2018-04-18 12:27:38 +00:00
Torsten Zuehlsdorff
e7ddd5b56d databases/pgpool-II-35: Update from 3.5.13 to 3.5.14
Changelog: http://www.pgpool.net/docs/latest/en/html/release-3-5-14.html
2018-04-18 12:25:47 +00:00
Kirill Ponomarev
5e4c1024ef rw is a command line program which copies information between files
or byte streams. The rw command is designed to be a replacement for
dd with standard style command line flags.

WWW: https://sortix.org/rw/

PR:		227150
Submitted by:	jsmith@resonatingmedia.com
2018-04-18 12:02:31 +00:00
Bernhard Froehlich
0199c6a95e Fix tcp_socket_dead() for FreeBSD
The FreeBSD port of tvheadend couldn't stream Live TV, and debug
log shows webui judged the peer socket closed immediately after
starting streaming:

2018-04-15 06:30:04.996 [  DEBUG]:webui: Start streaming /stream/mux/c4bc67bdaa13457e33740ca883cc4d75?ticket=7D1B56AD0E434C5F7EBFA4677A7FBE4C94097974
2018-04-15 06:30:04.996 [  DEBUG]:webui: Stop streaming /stream/mux/c4bc67bdaa13457e33740ca883cc4d75?ticket=7D1B56AD0E434C5F7EBFA4677A7FBE4C94097974, client hung up

It looks tcp_socket_dead() misunderstood the zero-return from recv().
For the FreeBSD, recv() might return zero for alive sockets which
have nothing to read.

Submitted by:	Jongsung Kim <jongsung.kim@gmail.com>
Obtained from:	https://github.com/tvheadend/tvheadend/pull/1112
2018-04-18 11:26:59 +00:00
Torsten Zuehlsdorff
54d45fe4a8 databases/pgpool-II-36: Update from 3.6.9 to 3.6.10
Changelog: http://www.pgpool.net/docs/latest/en/html/release-3-6-10.html
2018-04-18 11:20:04 +00:00
Eugene Grosbein
3ab8108794 net/libdnet: unbreak compilation for non-default FreeBSD builds
libdnet fails to compile for non-default FreeBSD build with
pf/ipfilter excluded but ipfw included because its ipfw support
staled from ipfw1 times and does not apply to modern ipfw implementation.

PORTREVISION not changed because the change is effectively 'no-op'
for default build.

PR:		227490
2018-04-18 10:52:18 +00:00
Kirill Ponomarev
020f3bd196 Toot is a Mastodon CLI client written in Python, which lets you log
into your Mastodon account, search for users and hashtags, display
timelines, post (toot), upload media files and perform account
related actions such us following, muting and blocking.

WWW: https://github.com/ihabunek/toot

PR:		227587
Submitted by:	Mateusz Piotrowski <0mp@FreeBSD.org>
2018-04-18 10:50:38 +00:00
Kirill Ponomarev
13529def80 Update to version 2.3.1
PR:		227159
Submitted by:	Alexandre C. Guimarães <lebarondemerde@privacychain.ch>
Approved by:	maintainer
2018-04-18 10:35:28 +00:00
Torsten Zuehlsdorff
1ba25ff183 New port: databases/pgpool-II-37
Repo-copy of databases/pgpool-II-36

PR:           227481
Submitted by: Franco Ricci <franco.ricc@gmail.com>
2018-04-18 10:32:53 +00:00
Jan Beich
2e949ed25e devel/RStudio: unbreak with boost 1.67
src/cpp/core/DateTime.cpp:68:26: error: no matching conversion for functional-style cast from 'double' to 'boost::posix_time::seconds'
   return time_t_epoch + seconds(sec);
                         ^~~~~~~~~~~
/usr/local/include/boost/date_time/posix_time/posix_time_duration.hpp:53:30: note: candidate constructor (the implicit copy constructor) not viable: no known conversion from 'double' to 'const boost::posix_time::seconds' for 1st argument
  class BOOST_SYMBOL_VISIBLE seconds : public time_duration
                             ^
/usr/local/include/boost/date_time/posix_time/posix_time_duration.hpp:58:37: note: candidate template ignored: disabled by 'enable_if' [with T = double]
          typename boost::enable_if<boost::is_integral<T>, void>::type* = 0) :
                                    ^

PR:		227427
Reported by:	antoine (via exp-run)
2018-04-18 10:17:34 +00:00
Dmitry Marakasov
67f4e300c8 - Update WWW
Approved by:	portmgr blanket
2018-04-18 09:33:42 +00:00
Jan Beich
e8a7b1809b net-p2p/monero-cli: unbreak with boost 1.67
In file included from src/cryptonote_basic/hardfork.cpp:33:
In file included from src/blockchain_db/blockchain_db.h:42:
In file included from src/cryptonote_basic/hardfork.h:31:
contrib/epee/include/syncobj.h:37:10: fatal error: 'boost/thread/v2/thread.hpp' file not found
 #include <boost/thread/v2/thread.hpp>
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from src/rpc/daemon_handler.cpp:29:
In file included from src/rpc/daemon_handler.h:36:
In file included from src/p2p/net_node.h:41:
In file included from contrib/epee/include/net/levin_server_cp2.h:32:
In file included from contrib/epee/include/net/abstract_tcp_server2.h:324:
contrib/epee/include/net/abstract_tcp_server2.inl:44:10: fatal error: 'boost/thread/v2/thread.hpp' file not found
 #include <boost/thread/v2/thread.hpp> // TODO
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~

PR:		227427
Reported by:	antoine (via exp-run)
2018-04-18 09:13:15 +00:00
Jan Beich
5300ec1631 net/ceph: unbreak with boost 1.67
src/rbd_replay/Replayer.cc:353:65: error: no matching conversion for functional-style cast from 'float' to 'boost::posix_time::microseconds' (aka 'subsecond_duration<boost::posix_time::time_duration, 1000000>')
    boost::system_time sub_release_time(action_completed_time + boost::posix_time::microseconds(dep.time_delta * m_latency_multiplier / 1000));
                                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

PR:		227427
Reported by:	antoine (via exp-run)
2018-04-18 09:12:59 +00:00
Dmitry Sivachenko
7f61464cdb Update to version 4.9.6. 2018-04-18 09:09:01 +00:00
Dmitry Marakasov
f370573dbd - Add LICENSE
- Update WWW

Approved by:	portmgr blanket
2018-04-18 09:03:42 +00:00
Jan Beich
964e64d9d3 games/vegastrike: unbreak with boost 1.67
/usr/bin/ld: cannot find -lboost_python
c++: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [Makefile:3504: vegastrike] Error 1

PR:		227427
Reported by:	antoine (via exp-run)
2018-04-18 08:34:06 +00:00
Jan Beich
a3bdf9d70a graphics/gsculpt: unbreak with boost 1.67
/usr/bin/ld: cannot find -lboost_python
c++: error: linker command failed with exit code 1 (use -v to see invocation)
scons: *** [libMath.so] Error 1

PR:		227427
Reported by:	antoine (via exp-run)
2018-04-18 08:33:48 +00:00
Dmitry Marakasov
6f373146f9 - Switch to new test framework
Approved by:	portmgr blanket
2018-04-18 08:33:45 +00:00
TAKATSU Tomonari
005e93c2f1 - Update to 1.8.1
- Update LICENSE section
- Update pkg-descr
2018-04-18 08:30:13 +00:00
Yuri Victorovich
5b3bb69455 math/py-cvxopt: Update 1.1.9 -> 1.2.0
Removed the workaround for the empty directory in post-install because it is gone.

Reported by:	portscout
2018-04-18 08:18:17 +00:00
Jan Beich
bab1c38c37 sysutils/condor: unbreak with boost 1.67
[ 98%] Linking CXX shared library libclassad_python_user.so
/usr/bin/ld: cannot find -lboost_python

PR:		227427
Reported by:	antoine (via exp-run)
2018-04-18 08:16:17 +00:00
Jan Beich
17c7d44864 graphics/caffe: unbreak with boost 1.67
/usr/local/bin/ld: cannot find -lboost_python
clang++: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[1]: *** [Makefile:508: python/caffe/_caffe.so] Error 1

PR:		227427
Reported by:	antoine (via exp-run)
2018-04-18 08:04:04 +00:00
Tobias Kortkamp
15a8eefc0d sysutils/lr: Update to 1.4
Changes:	https://github.com/chneukirchen/lr/blob/v1.4/NEWS.md
2018-04-18 07:44:00 +00:00
Carlos J. Puga Medina
7a827ec156 www/chromium: Unbreak build on 12/aarch64
../../third_party/skia/src/core/SkCpu.cpp:84:27: error: use of undeclared identifier 'getauxval'
        uint32_t hwcaps = getauxval(AT_HWCAP);
                          ^

PR:		224383
Submitted by:	Mikael Urankar <mikael.urankar@gmail.com>
Reported by:	jbeich
2018-04-18 07:21:05 +00:00
Adriaan de Groot
ba2af92455 math/kig requires Python 2.7
The Boost::Python bindings are searched for in a bunch of 2.x versions,
and no 3.x versions. Force the use of Python 2.7. No PORTREVISION bump,
since the port doesn't change -- if you had Python 3 as default before,
kig just didn't build.

Approved by:	tcberner (mentor, implicit)
2018-04-18 07:15:22 +00:00
Yuri Victorovich
74524d88c7 New port: science/antioch: C++ Chemical Kinetics, Thermodynaimics, and Transport Library 2018-04-18 06:51:47 +00:00
Jan Beich
36e40a0be1 devel/uatraits: unbreak with boost 1.67
checking for boost_python... boost_python
checking boost/python.hpp usability... yes
checking boost/python.hpp presence... yes
checking for boost/python.hpp... yes
checking linkage with boost::python... no
[...]
configure: error: boost python isn't installed for python binding

PR:		227427
Reported by:	antoine (via exp-run)
2018-04-18 06:39:50 +00:00
Jan Beich
488cfe3a41 graphics/py-openimageio: expose Python 3.x support after r461885 2018-04-18 06:39:37 +00:00
Jan Beich
02e02133d3 graphics/py-openimageio: unbreak with boost 1.67
-- Boost python support not found -- will not build python components!
[...]
install  -s -m 0644 /wrkdirs/usr/ports/graphics/py-openimageio/work/.build/src/python/OpenImageIO.so /wrkdirs/usr/ports/graphics/py-openimageio/work/stage/usr/local/lib/python2.7/site-packages
install: /wrkdirs/usr/ports/graphics/py-openimageio/work/.build/src/python/OpenImageIO.so: No such file or directory

PR:		227427
Reported by:	antoine (via exp-run)
2018-04-18 06:39:24 +00:00
Jan Beich
48b1545912 devel/mongo-cxx-driver: unbreak with boost 1.67
src/mongo/client/command_writer.cpp:68:78: error: no member named 'next' in namespace 'boost'
            const std::vector<WriteOperation*>::const_iterator next = boost::next(batch_iter);
                                                                      ~~~~~~~^
src/mongo/util/net/message_port.h:34:38: error: expected class name
class AbstractMessagingPort : boost::noncopyable {
                                     ^

PR:		227427
Reported by:	antoine (via exp-run)
2018-04-18 06:39:11 +00:00
Jan Beich
36c528eef3 databases/mongodb34: unbreak with boost 1.67
In file included from src/third_party/yaml-cpp-0.5.3/src/convert.cpp:3:
In file included from src/third_party/yaml-cpp-0.5.3/include/yaml-cpp/node/convert.h:17:
In file included from src/third_party/yaml-cpp-0.5.3/include/yaml-cpp/node/impl.h:11:
In file included from src/third_party/yaml-cpp-0.5.3/include/yaml-cpp/node/iterator.h:13:
src/third_party/yaml-cpp-0.5.3/include/yaml-cpp/node/detail/iterator.h:48:54: error: no member named 'next' in namespace 'boost'
  void increment() { this->base_reference() = boost::next(this->base()); }
                                              ~~~~~~~^

PR:		227427
Reported by:	antoine (via exp-run)
2018-04-18 06:38:58 +00:00
Jan Beich
10504ff3ba databases/mongodb36: unbreak with boost 1.67
In file included from src/third_party/yaml-cpp-0.5.3/src/nodebuilder.cpp:5:
In file included from src/third_party/yaml-cpp-0.5.3/include/yaml-cpp/node/detail/node.h:14:
In file included from src/third_party/yaml-cpp-0.5.3/include/yaml-cpp/node/detail/node_ref.h:13:
In file included from src/third_party/yaml-cpp-0.5.3/include/yaml-cpp/node/detail/node_data.h:20:
In file included from src/third_party/yaml-cpp-0.5.3/include/yaml-cpp/node/iterator.h:13:
src/third_party/yaml-cpp-0.5.3/include/yaml-cpp/node/detail/iterator.h:48:54: error: no member named 'next' in namespace 'boost'
  void increment() { this->base_reference() = boost::next(this->base()); }
                                              ~~~~~~~^

PR:		227427
Reported by:	antoine (via exp-run)
2018-04-18 06:38:30 +00:00
Rene Ladan
91b5e7d7a0 Redirect expired irc/xchat to irc/hexchat 2018-04-18 06:31:55 +00:00
Wen Heping
823081d4fe - Update to 9.01
Changes: http://cpansearch.perl.org/src/SRI/Minion-9.01/Changes
2018-04-18 05:05:53 +00:00
Yuri Victorovich
07b50b05da New port: science/metaphysicl: Metaprogramming, operator-overloaded classes for numerical simulations 2018-04-18 04:59:15 +00:00
Gerald Pfeifer
22df9677d2 Change the name of the check-wine-devel-vs-wine-staging target to
check-wine-devel-vs-staging for brevity (and since the wine-staging
port is gone for the time being and STASGING is just an option for now).

Fix a typo in some of that target's output on the way.
2018-04-18 04:08:44 +00:00
Stephen Montgomery-Smith
5efec3454b - Redo patch-configure smarter than r467670. The problem is that mkoctfile
doesn't understand the -isystem cflag.
2018-04-18 03:53:56 +00:00
Li-Wen Hsu
3c7e3a06e5 Fix pkg-plist 2018-04-18 03:38:37 +00:00