Commit Graph

3929 Commits

Author SHA1 Message Date
Jan Beich
0872f77fd4 multimedia/ffmpeg: update to 4.1
Changes:	https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.1:/Changelog
ABI:		https://abi-laboratory.pro/tracker/timeline/ffmpeg/
2018-11-06 01:50:26 +00:00
Rene Ladan
8a502cb2d4 Remove compatibility code for FreeBSD < 11.2 from all ports.
Simplify some ports where DragonFlyBSD no longer needs to be special-cased.
Submitted by:	rene
Reviewed by:	bapt, jbeich
Differential Revision:	https://reviews.freebsd.org/D17724
2018-11-02 13:32:34 +00:00
Jan Beich
330f78c890 net-p2p/py-libtorrent-rasterbar: unbreak with boost 1.69
bindings/python/src/error_code.cpp:119:10: error: no matching member function for call to 'def'
        .def("message", &error_category::message)
        ~^~~
/usr/local/include/boost/python/class.hpp:229:11: note: candidate template ignored: couldn't infer template argument 'F'
    self& def(char const* name, F f)
          ^
/usr/local/include/boost/python/class.hpp:219:11: note: candidate function template not viable: requires single argument 'visitor', but 2 arguments were provided
    self& def(def_visitor<Derived> const& visitor)
          ^
/usr/local/include/boost/python/class.hpp:238:11: note: candidate function template not viable: requires 3 arguments, but 2 were provided
    self& def(char const* name, A1 a1, A2 const& a2)
          ^
/usr/local/include/boost/python/class.hpp:245:11: note: candidate function template not viable: requires 4 arguments, but 2 were provided
    self& def(char const* name, Fn fn, A1 const& a1, A2 const& a2)
          ^
/usr/local/include/boost/python/class.hpp:261:11: note: candidate function template not viable: requires 5 arguments, but 2 were provided
    self& def(char const* name, Fn fn, A1 const& a1, A2 const& a2, A3 const& a3)
          ^
bindings/python/src/error_code.cpp:127:10: error: no matching member function for call to 'def'
        .def("message", &error_code::message)
        ~^~~
/usr/local/include/boost/python/class.hpp:229:11: note: candidate template ignored: couldn't infer template argument 'F'
    self& def(char const* name, F f)
          ^
/usr/local/include/boost/python/class.hpp:219:11: note: candidate function template not viable: requires single argument 'visitor', but 2 arguments were provided
    self& def(def_visitor<Derived> const& visitor)
          ^
/usr/local/include/boost/python/class.hpp:238:11: note: candidate function template not viable: requires 3 arguments, but 2 were provided
    self& def(char const* name, A1 a1, A2 const& a2)
          ^
/usr/local/include/boost/python/class.hpp:245:11: note: candidate function template not viable: requires 4 arguments, but 2 were provided
    self& def(char const* name, Fn fn, A1 const& a1, A2 const& a2)
          ^
/usr/local/include/boost/python/class.hpp:261:11: note: candidate function template not viable: requires 5 arguments, but 2 were provided
    self& def(char const* name, Fn fn, A1 const& a1, A2 const& a2, A3 const& a3)
          ^

PR:		232525
Obtained from:	upstream (libtorrent 1.1.11)
2018-11-02 02:09:29 +00:00
Mark Linimon
f9b5b5befd Now builds on powerpc64.
Submitted by:	Piotr Kubaj
2018-10-31 14:23:31 +00:00
Mark Linimon
c5dd2de058 Fix build with GCC-based architectures.
PR:		231953
Submitted by:	Piotr Kubaj
2018-10-30 12:06:14 +00:00
Steve Wills
16fd870df0 net-p2p/jackett: Update to 0.10.267
PR:		232027
Submitted by:	Michiel van Baak <michiel@vanbaak.eu>
Approved by:	kiwi@oav.net (maintainer)
2018-10-29 18:39:39 +00:00
Mark Linimon
816d6f352b Fix build with GCC-based architectures.
PR:		231951
Submitted by:	Piotr Kubaj
Approved by:	portmgr (tier-2 blanket)
2018-10-28 11:41:45 +00:00
Jan Beich
ec5d9a54d6 Downgrade C++03 to C++98, actual default for GCC < 6
GCC 4.2 in base system doesn't support C++03:
cc1plus: error: unrecognized command line option "-std=gnu++03"
2018-10-28 09:36:56 +00:00
Alexey Dokuchaev
555cdba73e Update `net-p2p/torrent-file-editor' to version 0.3.13.
Reported by:	portscout
2018-10-27 14:46:07 +00:00
Tobias C. Berner
19fb9b432b Fix build with GCC-based architectures for various kde@ ports.
- 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
2018-10-27 11:50:58 +00:00
Vasil Dimov
ee99f741d6 net-p2p/monero-cli: Upgrade from 0.13.0.2 to 0.13.0.4 2018-10-26 12:54:26 +00:00
Jan Beich
be35077f23 net-p2p/libtorrent-rasterbar: replace r482779 with upstream version
Patch conflict on update should make it apparent when to prune but due
to how fuzz works this doesn't always happen with + lines.
2018-10-26 00:30:45 +00:00
Vasil Dimov
da794d449c net-p2p/qtum: Upgrade from 0.16.0 to 0.16.1 2018-10-25 19:40:06 +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
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
Emanuel Haupt
8925da3dea Update to 2.8.3 2018-10-19 08:39:13 +00:00
Emanuel Haupt
906d5da14f - Update to 2.8.1
- New version requires ssl USES flag
- Pacify portlint
2018-10-18 08:00:17 +00:00
Alex Dupre
46ca53f034 Fix logging.
Approved by:	maintainer
2018-10-17 14:29:53 +00:00
Vasil Dimov
26e9da0ea0 net-p2p/monero-cli: fix compilation on FreeBSD < 12
-DMANUAL_SUBMODULES:BOOL=ON was mistakenly provided only on 12.x,
should be used always.

While I am here, pet portlint.
2018-10-13 17:57:27 +00:00
Vasil Dimov
1f0f547938 net-p2p/monero-cli: Upgrade from 0.12.3.0 to 0.13.0.2 2018-10-12 20:46:32 +00:00
Antoine Brodin
89b4379a17 Deprecate most glib12 consumers
With hat:	portmgr
2018-10-12 09:19:04 +00:00
Alex Dupre
b9bbb53d8c Update to 0.17.0 release.
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)
2018-10-09 07:56:25 +00:00
Mark Felder
25736b5fcb net-p2p/sonarr: Update to 2.0.0.5250 2018-10-08 23:41:25 +00:00
Alexandre C. Guimarães
1986e3b82c Update maintainer eMail address.
Reviewed by:	mat (mentor)
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D17399
2018-10-07 17:30:09 +00:00
Yuri Victorovich
5dc96f1110 net-p2p/libtorrent-rasterbar: net-p2p/libtorrent-rasterbar: Unbreak on powerpc64
PR:		231757
Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>
2018-10-07 03:08:23 +00:00
Yuri Victorovich
52e1a26ea3 net-p2p/py-libtorrent-rasterbar: Typo 2018-10-06 23:27:37 +00:00
Yuri Victorovich
ef33df61d6 net-p2p/py-libtorrent-rasterbar: Add workarounds for several bugs in the 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>
2018-10-06 23:18:17 +00:00
Yuri Victorovich
8e27021848 Fix index (net-p2p/py-libtorrent-rasterbar users updated); Fix MOVED format 2018-10-06 21:20:42 +00:00
Yuri Victorovich
f9c8fec623 Move net-p2p/libtorrent-rasterbar-python -> net-p2p/py-libtorrent-rasterbar
It now builds for all versions of python.
2018-10-06 20:31:52 +00:00
Yuri Victorovich
52bc58eee4 net-p2p/libtorrent-rasterbar and net-p2p/libtorrent-rasterbar-python: Update 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>
2018-10-06 20:13:20 +00:00
Dag-Erling Smørgrav
9dff352320 Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except
for where it resulted in a change in output from build-depends-list or
run-depends-list.

Approved by:	portmgr (adamw)
2018-10-06 13:06:42 +00:00
Kevin Bowling
1ad3ca192d net-p2p/bitcoin: update to 0.16.3
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
2018-09-29 21:40:00 +00:00
Mateusz Piotrowski
3f5ada0f23 net-p2p/go-ethereum: Update to v1.8.16.
PR:		231707
Submitted by:	Enrique Fynn <me@enriquefynn.com>
Approved by:	krion (mentor)
Differential Revision:	https://reviews.freebsd.org/D17310
2018-09-25 21:35:40 +00:00
Steve Wills
15bef665f5 net-p2p/litecoin: update to 0.16.3 2018-09-22 01:31:31 +00:00
Yuri Victorovich
ac4be329f3 net-p2p/qbittorrent: Update 4.1.2 -> 4.1.3
Reported by:	portscout
2018-09-19 17:41:14 +00:00
Tobias C. Berner
7e93aed258 devel/ktorrent: udpate to 5.1.1. 2018-09-18 18:54:50 +00:00
Steve Wills
17425abd3c dns/unbound: update to 1.8.0
Bump PORTREVISION on consumers due to library major version change

PR:		231283
Submitted by:	jaap@NLnetLabs.nl (maintainer)
2018-09-18 18:24:05 +00:00
Mark Linimon
15b1751984 A previous commit fixed the build on powerpc64.
Approved by:	portmgr (tier-2 blanket)
2018-09-18 08:30:37 +00:00
Tobias C. Berner
26363fab72 net-p2p/py-tremc: update to v9.1
* resurrect dns/py-adns@r439825

Submitted by:	Alexandre C. Guimarães <lebarondemerde@privacychain.ch>
Differential Revision:	https://reviews.freebsd.org/D16683
2018-09-16 08:03:36 +00:00
Vasil Dimov
294a55568d net-p2p/qtum: Upgrade from 0.15.3 to 0.16.0 2018-09-15 19:33:16 +00:00
Niclas Zeising
0fae2e9e0e Change x11/xorgproto to become a build dep
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
2018-09-11 18:34:27 +00:00
Mathieu Arnold
4a3bebcae1 Add EXAMPLES options to ports that should have one.
Also various fixes related to said option.

PR:		230864
Submitted by:	mat
exp-runs by:	antoine
2018-09-10 13:15:47 +00:00
Mathieu Arnold
e1bfdfbe56 Add DOCS options to ports that should have one.
Also various fixes related to said option.

PR:		230864
Submitted by:	mat
exp-runs by:	antoine
2018-09-10 13:14:50 +00:00
Jason E. Hale
bc6a0222c6 Fix build with Qt 5.11
PR:		230884
Obtained from:	upstream
2018-09-07 13:33:32 +00:00
Rene Ladan
0e9183c770 Update net-p2p/namecoin* ports to version 0.16.2
PR:		231167
Submitted by:	maintainer
2018-09-06 18:06:51 +00:00
Yuri Victorovich
bb81b40dc1 net-p2p/libtorrent-rasterbar: Take maintainership 2018-09-06 00:38:14 +00:00
Yuri Victorovich
9668491b6f net-p2p/libtorrent-rasterbar: Update 1.1.6 -> 1.1.9
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)
2018-09-06 00:34:06 +00:00
Tobias Kortkamp
41e9fe4f95 net-p2p/jigdo: Fix build with Clang 6
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
2018-09-04 13:31:29 +00:00
Rene Ladan
86689ef565 Add new port net-p2p/namecoin-utils, a slave port containing utilities for
net-p2p/namecoin

PR:		218961
Submitted by:	milios@ccsys.com
2018-09-03 18:45:20 +00:00
Rene Ladan
3337b6c66e net-p2p/namecoin[-daemon]: unbreak, unexpire, update to 0.13.2
This is part one of the PR.

PR:		218961
Submitted by:	maintainer
2018-09-03 18:39:51 +00:00