Commit Graph

458007 Commits

Author SHA1 Message Date
Martin Matuska
337148c357 net-im/jabberd: fix build errors with MariaDB 10.2
PR:		228382
Submitted by:	Fabian Wenk <fabian@wenks.ch>
2018-10-22 23:54:46 +00:00
Martin Matuska
b931799a11 net-im/jabberd:
- add OpenSSL 1.1 patches from upstream
- use autoreconf
- make portlint happier
2018-10-22 23:47:21 +00:00
Joseph Mingrone
0c8639e3a1 editors/emacs-devel: Update to latest master-branch commit
This fixes an issue with lisp/epg.el that caused messages about obsolete
timestamps.  See https://github.com/emacs-mirror/emacs/commit/8602bd8 for
details.
2018-10-22 23:47:03 +00:00
Jimmy Olgeni
2484900a19 Update net/nats-streaming-server to version 0.11.2. 2018-10-22 21:47:03 +00:00
Jimmy Olgeni
688216800c Update devel/relx to version 3.27.0. 2018-10-22 21:36:48 +00:00
Jimmy Olgeni
0973a70ecd Update devel/py-twilio to version 6.19.1. 2018-10-22 21:23:09 +00:00
Jan Beich
fa6b684e82 cad/openscad: unbreak with boost 1.69
src/CSGTermEvaluator.cc:112:9: error: no viable conversion from 'boost::tribool' to 'bool'
                        bool convex = ps->convexValue();
                             ^        ~~~~~~~~~~~~~~~~~

PR:		232525
2018-10-22 20:31:36 +00:00
Jan Beich
2fd0a6aa5e games/glob2: unbreak with boost 1.69
src/AIEcho.cpp:4390:9: error: no viable conversion from returned value of type 'boost::logic::tribool' to function return type 'bool'
        return is_end!=rhs.is_end || team!=rhs.team || building_type!=rhs.building_type || level!=rhs.level || construction_site!=rhs.construction_site;
               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

PR:		232525
2018-10-22 20:31:20 +00:00
Jan Beich
b013832e3d games/wesnoth: unbreak with boost 1.69
src/units/frame.cpp:463:53: error: no viable conversion from 'const boost::tribool' to 'bool'
                v.emplace_back("auto_vflip=" + utils::bool_string(auto_vflip_));
                                                                  ^~~~~~~~~~~
src/serialization/string_utils.hpp:282:36: note: passing argument to parameter 'value' here
std::string bool_string(const bool value);
                                   ^
src/units/frame.cpp:467:53: error: no viable conversion from 'const boost::tribool' to 'bool'
                v.emplace_back("auto_hflip=" + utils::bool_string(auto_hflip_));
                                                                  ^~~~~~~~~~~
src/serialization/string_utils.hpp:282:36: note: passing argument to parameter 'value' here
std::string bool_string(const bool value);
                                   ^
src/units/frame.cpp:471:56: error: no viable conversion from 'const boost::tribool' to 'bool'
                v.emplace_back("primary_frame=" + utils::bool_string(primary_frame_));
                                                                     ^~~~~~~~~~~~~~
src/serialization/string_utils.hpp:282:36: note: passing argument to parameter 'value' here
std::string bool_string(const bool value);
                                   ^
src/units/frame.cpp:775:13: error: no viable conversion from 'boost::logic::tribool' to 'const bool'
        const bool primary = result.primary_frame == true || boost::logic::indeterminate(result.primary_frame);
                   ^         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

PR:		232525
2018-10-22 20:31:03 +00:00
Jan Beich
b770fe59e2 dns/dnsdist: unbreak with boost 1.69
dnsdist-lua.cc:76:10: error: no viable conversion from returned value of type 'boost::logic::tribool' to function return type 'bool'
  return g_noLuaSideEffect==true;
         ^~~~~~~~~~~~~~~~~~~~~~~

PR:		232525
2018-10-22 20:30:43 +00:00
Jan Beich
33e4bb679b net-p2p/monero-cli: unbreak with boost 1.69
src/cryptonote_basic/miner.cpp:640:25: error: assigning to 'bool' from incompatible type 'boost::logic::tribool'
          on_ac_power = !battery_powered;
                        ^~~~~~~~~~~~~~~~

PR:		232525
2018-10-22 20:30:29 +00:00
Jan Beich
da05cacc52 multimedia/mkvtoolnix: unbreak with boost 1.69
src/common/debugging.h:63:14: fatal error: no viable conversion from returned value of type 'boost::tribool' to function return type 'bool'
      return m_requested;
             ^~~~~~~~~~~

PR:		232525
2018-10-22 20:30:18 +00:00
Jan Beich
d27638a1de editors/libreoffice: unbreak with boost 1.69
sfx2/source/appl/shutdownicon.cxx:170:12: error: no viable conversion from returned value of type 'boost::logic::tribool' to function return type 'bool'
    return loaded;
           ^~~~~~

PR:		232525
2018-10-22 20:30:03 +00:00
Jan Beich
5d384d1704 graphics/mapnik: unbreak with boost 1.69
In file included from src/save_map.cpp:40:
include/mapnik/image_filter.hpp:34:10: fatal error: 'boost/gil/gil_all.hpp' file not found
 #include <boost/gil/gil_all.hpp>
          ^~~~~~~~~~~~~~~~~~~~~~~
deps/agg/src/agg_pixfmt_rgba.cpp:6:10: fatal error: 'boost/gil/gil_all.hpp' file not found
 #include <boost/gil/gil_all.hpp>
          ^~~~~~~~~~~~~~~~~~~~~~~

PR:		232525
2018-10-22 20:29:33 +00:00
Jan Beich
9207cd5474 multimedia/aegisub: unbreak with boost 1.69
src/colour_button.cpp:21:10: fatal error: 'boost/gil/gil_all.hpp' file not found
 #include <boost/gil/gil_all.hpp>
          ^~~~~~~~~~~~~~~~~~~~~~~

PR:		232525
2018-10-22 20:29:03 +00:00
Jan Beich
ac68976a9a audio/guitarix-lv2: unbreak with boost 1.69
In file included from ../src/gx_head/engine/gx_pluginloader.cpp:22:
In file included from ../src/headers/engine.h:73:
../src/headers/gx_system.h:353:28: error: expected class name
class BasicOptions: boost::noncopyable {
                           ^
In file included from ../src/gx_head/engine/gx_pluginloader.cpp:22:
In file included from ../src/headers/engine.h:74:
../src/headers/gx_parameter.h:106:25: error: expected class name
class Parameter: boost::noncopyable {
                        ^
In file included from ../src/gx_head/engine/gx_pluginloader.cpp:22:
In file included from ../src/headers/engine.h:81:
../src/headers/gx_json.h:299:27: error: expected class name
class PresetFile : boost::noncopyable {
                          ^
In file included from ../src/gx_head/engine/gx_pluginloader.cpp:22:
In file included from ../src/headers/engine.h:83:
../src/headers/gx_internal_plugins.h:674:25: error: expected class name
struct paradesc: boost::noncopyable {
                        ^

PR:		232525
2018-10-22 20:28:32 +00:00
Jan Beich
dc81410cc4 sysutils/osquery: unbreak with boost 1.69
In file included from osquery/remote/serializers/json.cpp:11:
In file included from osquery/core/json.h:15:
In file included from include/osquery/system.h:23:
include/osquery/posix/system.h:29:39: error: expected class name
class DropPrivileges : private boost::noncopyable {
                                      ^
In file included from osquery/remote/serializers/json.cpp:11:
In file included from osquery/core/json.h:15:
include/osquery/system.h:42:36: error: expected class name
class Initializer : private boost::noncopyable {
                                   ^

PR:		232525
2018-10-22 20:27:59 +00:00
Jan Beich
bf1574e45d devel/libiqxmlrpc: unbreak with boost 1.69
libiqxmlrpc/ssl_lib.cc:33:29: error: expected class name
class LockContainer: boost::noncopyable {
                            ^

PR:		232525
2018-10-22 20:27:29 +00:00
Jan Beich
8341d8ad71 sysutils/usbtop: unbreak with boost 1.69
In file included from src/console_output.cpp:31:
In file included from include/usbtop/buses.h:34:
In file included from include/usbtop/usb_bus.h:34:
In file included from include/usbtop/usb_device.h:35:
include/usbtop/usb_stats.h:44:21: error: expected class name
class Stats: boost::noncopyable
                    ^
include/usbtop/usb_stats.h:84:24: error: expected class name
class UsbStats: boost::noncopyable
                       ^
In file included from src/console_output.cpp:31:
In file included from include/usbtop/buses.h:34:
In file included from include/usbtop/usb_bus.h:34:
include/usbtop/usb_device.h:41:25: error: expected class name
class UsbDevice: boost::noncopyable
                        ^
In file included from src/console_output.cpp:31:
In file included from include/usbtop/buses.h:34:
include/usbtop/usb_bus.h:45:22: error: expected class name
class UsbBus: boost::noncopyable
                     ^

PR:		232525
2018-10-22 20:26:58 +00:00
Jan Beich
d183cbda0d net-p2p/libtorrent-rasterbar: unbreak with boost 1.69
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
2018-10-22 20:26:29 +00:00
Thierry Thomas
9daefa8d15 Upgrade to 0.7.1.
Approved by:	maintainer time-out
2018-10-22 20:08:54 +00:00
Tijl Coosemans
eea0292045 Add USES=compiler:c++11-lib to Linphone ports.
PR:		232526
Submitted by:	pkubaj@anongoth.pl
2018-10-22 19:23:52 +00:00
Sunpoet Po-Chuan Hsieh
845aeba05a Update to 1.0.22
Changes:	https://github.com/mattheworiordan/capybara-screenshot/releases
		https://github.com/mattheworiordan/capybara-screenshot/blob/master/CHANGELOG.md
2018-10-22 19:10:05 +00:00
Sunpoet Po-Chuan Hsieh
a0edce2545 Update to 1.0.6
- Add LICENSE_FILE

Changes:	https://github.com/aresch/rencode/releases
2018-10-22 19:09:56 +00:00
Sunpoet Po-Chuan Hsieh
eff43c760c Update to 3.3.2
Changes:	https://metacpan.org/changes/distribution/Dancer2-Plugin-Passphrase
2018-10-22 19:09:48 +00:00
Sunpoet Po-Chuan Hsieh
89dfe798db Update to 2018.10.21 2018-10-22 19:09:40 +00:00
Sunpoet Po-Chuan Hsieh
ce7beb5207 Update to 20180925 2018-10-22 19:09:32 +00:00
Sunpoet Po-Chuan Hsieh
16526b9526 Update to 2018.10.21 2018-10-22 19:09:23 +00:00
Sunpoet Po-Chuan Hsieh
5f5097217a Update to 1.18.0
Changes:	https://github.com/capistrano/sshkit/releases
2018-10-22 19:09:15 +00:00
Sunpoet Po-Chuan Hsieh
b8c1297c8d Update to 2.0.0
Changes:	https://github.com/cucumber/cucumber/blob/master/cucumber-messages/CHANGELOG.md
2018-10-22 19:09:07 +00:00
Sunpoet Po-Chuan Hsieh
5e45f48996 Update to 2.11.153
Changes:	https://github.com/aws/aws-sdk-ruby/releases
2018-10-22 19:08:58 +00:00
Sunpoet Po-Chuan Hsieh
92b9677e7d Update to 2.11.153
Changes:	https://github.com/aws/aws-sdk-ruby/releases
2018-10-22 19:08:50 +00:00
Sunpoet Po-Chuan Hsieh
dc49d320e7 Update to 2.11.153
Changes:	https://github.com/aws/aws-sdk-ruby/releases
2018-10-22 19:08:41 +00:00
Sunpoet Po-Chuan Hsieh
6d58585b58 Update to 3.31.0
Changes:	https://github.com/fonttools/fonttools/releases
2018-10-22 19:08:33 +00:00
Sunpoet Po-Chuan Hsieh
b92bdfb0d7 Update to 5.20181020
Changes:	https://metacpan.org/changes/distribution/Module-CoreList
2018-10-22 19:08:25 +00:00
Sunpoet Po-Chuan Hsieh
6c0b051993 Update to 1.8
Changes:	https://www.cabextract.org.uk/#changes
2018-10-22 19:08:17 +00:00
Jochen Neumeister
c8f040bd59 Update to 7.60
Changelog: https://www.drupal.org/SA-CORE-2018-006

MFH:		2018Q4
Security:	140a14b5-d615-11e8-b3cb-00e04c1ea73d
Sponsored by:	Netzkommune GmbH
2018-10-22 18:21:58 +00:00
Frederic Culot
85766d8a0b - Update to 3.016
Changes:	https://metacpan.org/source/REEDFISH/Term-Menus-3.016/ChangeLog
2018-10-22 17:46:54 +00:00
Frederic Culot
bfa66bdfb0 - Update to 0.39
Changes:	https://metacpan.org/source/PEVANS/Future-0.39/Changes
2018-10-22 17:37:48 +00:00
Thomas Zander
99d1ff901d Update to upstream version 2.0.6
PR:		232036
Submitted by:	riggs
Approved by:	maintainer timeout
MFH:		2018Q4
2018-10-22 16:53:40 +00:00
Tobias C. Berner
6697df3208 x11-themes/kf5-kiconthemes: add upstream fix for runtime crash 2018-10-22 16:43:26 +00:00
Olli Hauer
d0a9b751ca - fix build on FreeBSD 13-CURRENT
PR:		232502
Submitted by:	Kai
2018-10-22 16:41:14 +00:00
Kurt Jaeger
afe7379fae databases/xtrabackup: fix build due to stricter llvm60 c++
PR:		230836
Submitted by:	Sergey Akhmatov <sergey@akhmatov.ru>
Reported by:	rainer@ultra-secure.de
Reviewed by:	ddrinnon@cdor.net,
Approved by:	aleks@twindb.com (maintainer timeout)
Obtained from:	09069e9ee8 (diff-765605c50b26c5ee91da8227ac1093b2)
MFH:		2018Q4
2018-10-22 16:40:57 +00:00
Romain Tartière
66394d8ce2 Update to 1.14.0
With hat:	puppet
2018-10-22 16:32:34 +00:00
Romain Tartière
33c8fa74a8 Update to 3.0.3
With hat:	puppet
2018-10-22 16:31:29 +00:00
Jochen Neumeister
a0b7ab8060 Add entry for www/drupal7
Sponsored by:	Netzkommune GmbH
2018-10-22 16:21:18 +00:00
Josh Paetzel
e171a8bb1e Update to 0.9.0
Sponsored by:	Panzura
2018-10-22 16:04:29 +00:00
Ryan Steinmetz
ca58c8b482 - Unbreak various platforms
PR:		232533
Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>
2018-10-22 15:57:41 +00:00
Ryan Steinmetz
a483159515 New port: net/flent:
Flent is a Python wrapper to run multiple simultaneous netperf/iperf/ping
instances and aggregate the results. It was previously known as
'netperf-wrapper'.

WWW: https://flent.org
2018-10-22 15:34:55 +00:00
Jochen Neumeister
89bcd41ec2 Switch default PHP version from 7.1 to 7.2
PR:		232398
Reviewed by:	joneum
Approved by:	tz (implicit)
Exp-run by:	antoine
Sponsored by:	Netzkommune GmbH
2018-10-22 14:04:03 +00:00