Commit graph

4361 commits

Author SHA1 Message Date
Vasil Dimov
8cd3566383 net-p2p/monero-cli: Upgrade from 0.15.0.1 to 0.15.0.5 2020-03-23 07:00:48 +00:00
Tobias Kortkamp
51adb8c296 net-p2p/linuxdcpp: Disable bad compiler version check and unbreak with Clang 10
Checking for c++ >= 4.1...(cached) no
Compiler version check failed. c++ 4.1 or later is needed
2020-03-22 05:23:32 +00:00
Tobias C. Berner
62aa63f89c devel/qca: update to 2.3
- qca-2.3 drop support for OSSL<1.1
- copy devel/qca to devel/qca-legacy which is held at the current version
- update devel/qca to 2.3
- Add Uses/qca.mk which handles dependency on either of the ports depending on
  the FreeBSD version

Users on FreeBSD11 must therefore change their pkg orign à la:

   pkg set -o devel/qca:devel/qca-legacy

PR:		244682
Exp-run by:	antoine
Reviewed by:	arrowd
Differential Revision:	https://reviews.freebsd.org/D24042
2020-03-21 07:23:59 +00:00
Tobias Kortkamp
4184a53a5e Unbreak librocksdb-sys crate build after LLVM 10 import
In file included from rocksdb/utilities/backupable/backupable_db.cc:16:
rocksdb/util/channel.h:35:33: error: no matching constructor for initialization of 'std::lock_guard<std::mutex>'
    std::lock_guard<std::mutex> lk(lock_);
                                ^  ~~~~~
/usr/include/c++/v1/__mutex_base:90:14: note: candidate constructor not viable: 1st argument ('const std::mutex') would lose const qualifier
    explicit lock_guard(mutex_type& __m) _LIBCPP_THREAD_SAFETY_ANNOTATION(acquire_capability(__m))
             ^
/usr/include/c++/v1/__mutex_base💯5: note: candidate constructor not viable: no known conversion from 'const std::mutex' to 'const std::__1::lock_guard<std::__1::mutex>' for 1st argument
    lock_guard(lock_guard const&) _LIBCPP_EQUAL_DELETE;
    ^
/usr/include/c++/v1/__mutex_base:94:5: note: candidate constructor not viable: requires 2 arguments, but 1 was provided
    lock_guard(mutex_type& __m, adopt_lock_t) _LIBCPP_THREAD_SAFETY_ANNOTATION(requires_capability(__m))
    ^
1 error generated.
2020-03-17 22:34:58 +00:00
Vasil Dimov
aedbb2b8ba net-p2p/c-lightning: fix on head and wait bitcoind
* Fix compilation on FreeBSD 13-CURRENT

* Instruct rc(8) to start lightningd after bitcoind, if the latter is to be
  started on this host.

* Wait for bitcoind RPC to be available before starting lightningd because:
  - even though bitcoind would start and its rc script exit, it will not serve
    RPC requests immediately
  - lightningd would not start if bitcoind RPC is not available
2020-03-17 17:23:45 +00:00
Tobias C. Berner
6f95e6f08e Make implicit dependency on devel/qt5-concurrent explicit 2020-03-14 17:42:11 +00:00
Alexey Dokuchaev
87c7340826 Unbreak against Clang 10. Upstream is notified.
Reported by:	pkg-fallout
2020-03-14 07:04:45 +00:00
Tobias Kortkamp
25b7de7213 lang/rust: Update to 1.42.0
- Force rebuild all consumers to catch regressions early

Changes:	https://blog.rust-lang.org/2020/03/12/Rust-1.42.html
Tested by:	mikael, tobik
With hat:	rust
Differential Revision:	https://reviews.freebsd.org/D24020
2020-03-12 19:39:24 +00:00
Alexey Dokuchaev
89ab053ae3 UDPT is a lightweight UDP torrent tracker for Unix-like systems.
WWW: https://github.com/troydm/udpt
2020-03-11 10:51:58 +00:00
Yuri Victorovich
b7fa319e34 net-p2p/py-libtorrent-rasterbar: Update 1.2.4 -> 1.2.5
Reported by:	portscout
2020-03-10 14:11:38 +00:00
Yuri Victorovich
a904af76c4 net-p2p/libtorrent-rasterbar: Update 1.2.4 -> 1.2.5
Reported by:	portscout
2020-03-10 14:10:42 +00:00
Antoine Brodin
5ae8688c07 Deprecate some ports using deprecated version of python
With hat:	portmgr
2020-03-08 17:01:46 +00:00
Yuri Victorovich
1e97750795 Remove net-p2p/libtorrent-rasterbar11: It's not used any more 2020-03-08 16:28:43 +00:00
Yuri Victorovich
a2de3a0832 Remove net-p2p/py-libtorrent-rasterbar11 because net-p2p/py-libtorrent-rasterbar is now fixed 2020-03-08 16:24:37 +00:00
Yuri Victorovich
5aadc75e1e net-p2p/py-libtorrent-rasterbar: Update 1.2.2 -> 1.2.4; Unbreak.
portscout failed to detect this version change, which caused a delay in the port update.

PR:		244672
Submitted by:	Felix Hanley (felix@userspace.com.au) (part of the change)
2020-03-08 16:12:13 +00:00
Emanuel Haupt
6dd77ea232 Update to 5.9.0 2020-03-08 16:00:07 +00:00
Emanuel Haupt
194784c5b7 Update to 5.8.2 2020-03-07 09:30:37 +00:00
Jose Alonso Cardenas Marquez
8c8a336495 - Remove compat < 11 dependencies from bootstrap and compiler. It could fix problems
when GENERIC kernel is not used.
- Rebuild bootstrap (ppcx64 and ppc386) with new changes
- Bump PORTREVISION

PR:		239135
Reported by:	fbsdbugs4  at  sentry.org
2020-03-06 06:26:05 +00:00
Emanuel Haupt
cde3011b72 Update to 5.8.1 2020-03-05 09:34:57 +00:00
Emanuel Haupt
da00de1b29 Update to 5.8.0 2020-03-03 07:26:11 +00:00
Tobias Kortkamp
daf2ea4a45 lang/rust: Update to 1.41.1
- Force rebuild all consumers to fix potential miscompilations with
  1.41.0
- Enable SOURCES by default.  The sources are indexed by RLS and
  required for it to function properly, so they should be available
  by default.  This also makes sure we test the option properly.
- Remove implied --config=config.toml from x.py args
- Switch to the upstreamed backtrace crate patches like rust-nightly
- Enable WASM by default [0]
- Strip libraries (D23650) [1]
- Simplify plist generation (D23735) [2]

Changes:	https://blog.rust-lang.org/2020/02/27/Rust-1.41.1.html
Submitted by:	mikael [0,1,2]
With hat:	rust
Differential Revision:	https://reviews.freebsd.org/D23835
2020-02-27 15:22:28 +00:00
Emanuel Haupt
8374a2c648 Update to 5.7.0 2020-02-26 07:57:28 +00:00
Kai Knoblich
74174b2661 graphics/py-pillow: Update to 7.0.0
* Repo-Copy the Pillow 6.2.2 release to graphics/py-pillow6 to retain
  backwards compatibility for Python 2 consumers as the Pillow 7.0.0 release
  dropped the support for Python 2.

* Apply conditional statements to use either Pillow 7.x or Pillow 6.x for
  consumers that can be built for Python 2 or newer.

* Exceptions are ports that can be built only for either Python 2 or
  Python 3.  For the first case, consumers are just assigned to the
  repo-copied graphics/py-pillow6.

* Also remove Pillow from BUILD_DEPENDS of math/py-PyWavelets as it is not
  listed in setup.py as a build dependency [1] and relax the version
  requirements of Pillow for www/py-wagtail.

Release Notes:

* https://pillow.readthedocs.io/en/latest/releasenotes/index.html

Backward Incompatible Changes (7.0.0):

* https://pillow.readthedocs.io/en/latest/releasenotes/7.0.0.html#backwards-incompatible-changes

Detailed Changelog:

* https://github.com/python-pillow/Pillow/blob/7.0.0/CHANGES.rst

PR:		243665
Submitted by:	sunpoet (patch for 7.0.0 and repo-copied version)
Reviewed by:	koobs [1], sunpoet
Approved by:	koobs (maintainer)
Differential Revision:	https://reviews.freebsd.org/D23713
2020-02-24 11:36:15 +00:00
Mark Felder
fffb53059a net-p2p/radarr: Update to 0.2.0.1480
Changelog:	https://github.com/Radarr/Radarr/releases/tag/v0.2.0.1480
2020-02-24 03:36:59 +00:00
Mark Felder
937460ce53 net-p2p/sonarr-devel: Update to 3.0.3.701 2020-02-24 03:35:56 +00:00
Antoine Brodin
41a5348a3b Deprecate a few ports
With hat:	portmgr
2020-02-23 15:25:53 +00:00
Antoine Brodin
9bef23ecc2 Clean up USES
With hat:	portmgr
2020-02-19 17:59:35 +00:00
Gerald Pfeifer
fb531abd77 devel/upnp: Update to version 1.12.0 which includes the following changes:
- Reduce spurious HTTP 416 errors due to ill-defined bytes header.
 - UpnpEnableWebserver: Error correctly when web server compiled-out.
 - Remove TRUE/FALSE, IN/OUT/INOUT defines and BOOL typedef.
 - Add list test and replace the list.h file.
 - Check for -lpthread too (updates pthread m4 check from upstream).

Bump PORTREVISION of dependent ports.

PR:		243619
Submitted by:	salvadore (maintainer)
2020-02-19 11:52:28 +00:00
Vasil Dimov
59f23a4a8b net-p2p/c-lightning: Upgrade from 0.8.0 to 0.8.1 2020-02-18 13:33:13 +00:00
Yuri Victorovich
135a2da8c8 net-p2p/namecoin: Update 0.17.0 -> 0.19.0.1
PR:		244154
Reported by:	Chad Jacob Milios <milios@ccsys.com> (maintainer)
2020-02-16 20:40:01 +00:00
Emanuel Haupt
e3c1a428a7 Update to 5.6.0 2020-02-16 17:09:09 +00:00
Mathieu Arnold
e3581f976f Add a rc startup script.
Leave the user creation to the end-user.

PR:		243352
Submitted by:	timp87 gmail com
2020-02-11 14:16:40 +00:00
Alexey Dokuchaev
a523613da8 Properly handle COMMENT, PORTREVISION, and MAINTAINER fields in EiskaltDC++
slave ports.  Fast-forward some port revisions since those of the existing
packages cannot go backwards and make the ports' COMMENT lines more in line
against each other and less tautological.
2020-02-10 10:06:32 +00:00
Yuri Victorovich
95b1b4bd14 net-p2p/libtorrent-rasterbar: Update 1.2.3 -> 1.2.4
Reported by:	portscout
2020-02-10 08:06:53 +00:00
Alexey Dokuchaev
43faeab4c3 - Attempt to unbreak the build by switching to `devel/jsoncpp'
- While here, add XMLRPC_BROKEN and fix the NOUI_DESC wording
2020-02-09 05:06:16 +00:00
Antoine Brodin
280f09e9c9 Mark BROKEN: fails to link
jsonrpcmethods.cpp:(.text+0x61): undefined reference to `_ZN4Json5ValueaSEOS0_'

Reported by:	pkg-fallout
2020-02-08 19:45:44 +00:00
Alex Dupre
7dd7e7d88b Update to 2.7.2 release. 2020-02-07 13:46:44 +00:00
Emanuel Haupt
c5b229b913 Update to 5.5.3 2020-02-03 10:26:59 +00:00
Barbara Guida
db76524200 Update to SVN-r11028. 2020-02-03 08:45:26 +00:00
Emanuel Haupt
8c1068286b Update to 5.5.2 2020-02-02 11:00:55 +00:00
Yuri Victorovich
379e8464dd net-p2p/py-libtorrent-rasterbar11: Broken due to the upstream's pending issue of not installing any files
Also correct the dependency.

Reported by:	user
2020-02-01 15:38:13 +00:00
Yuri Victorovich
bdbc101209 Create forks of ports net-p2p/libtorrent-rasterbar and net-p2p/py-libtorrent-rasterbar to unbreak net-p2p/deluge-cli
net-p2p/deluge-cli is broken with the latest version of libtorrent-rasterbar.

MFH:		2020Q1
2020-02-01 07:12:01 +00:00
Alex Dupre
1e579aa177 Update to 2.7.1 release. 2020-01-31 07:57:38 +00:00
Tobias Kortkamp
83209114b8 lang/rust: Update to 1.41.0
- Force rebuild all consumers to catch regressions early
- Switch to cross-compiled (from amd64) bootstraps for all
  architectures generated with the incoming lang/rust-bootstrap
- Update cargo-c to 0.5.2 to unbreak librav1e build
- Make use of regular MAKE_ENV/TEST_ENV in lang/rust
- Turn on RUST_BACKTRACE in lang/rust and USES=cargo to hopefully
  produce more useful failure logs when something panics during
  builds

Changes:	https://blog.rust-lang.org/2020/01/30/Rust-1.41.0.html
Tested by:	mikael, tobik
With hat:	rust
Differential Revision:	https://reviews.freebsd.org/D23385
2020-01-30 20:00:06 +00:00
Alex Dupre
e36eaf5fd7 Update to 2.7.0 release. 2020-01-30 16:00:07 +00:00
Antoine Brodin
41505cf2bb Deprecate some pygtk2 ports
With hat:	portmgr
2020-01-28 21:57:18 +00:00
Rene Ladan
aa27691193 Remove expired ports:
2020-01-27 accessibility/py-papi: Unmaintained, uses EOLed python27
2020-01-27 archivers/py-czipfile: Unmaintained, uses EOLed python27
2020-01-27 audio/boodler: Unmaintained, uses EOLed python27
2020-01-27 audio/dir2ogg: Unmaintained, uses EOLed python27
2020-01-27 audio/jokosher: Unmaintained, uses EOLed python27
2020-01-27 audio/mpdbrowser: Unmaintained, uses EOLed python27
2020-01-27 audio/nekobee: Unmaintained, uses EOLed python27
2020-01-27 audio/patchage: Unmaintained, uses EOLed python27
2020-01-27 audio/py-ao: Unmaintained, uses EOLed python27
2020-01-27 audio/py-id3: Unmaintained, uses EOLed python27
2020-01-27 audio/py-shout: Unmaintained, uses EOLed python27
2020-01-27 audio/py-speex: Unmaintained, uses EOLed python27
2020-01-27 audio/pytone: Unmaintained, uses EOLed python27
2020-01-27 audio/solfege: Unmaintained, uses EOLed python27
2020-01-27 audio/trommler: Unmaintained, uses EOLed python27
2020-01-27 benchmarks/pybench: Unmaintained, uses EOLed python27
2020-01-27 biology/pycogent: Unmaintained, uses EOLed python27
2020-01-27 biology/unanimity: Unmaintained, uses EOLed python27
2020-01-27 cad/pythoncad: Unmaintained, uses EOLed python27
2020-01-27 chinese/bg5pdf: Unmaintained, uses EOLed python27
2020-01-27 comms/py-libimobiledevice: Unmaintained, uses EOLed python27
2020-01-27 converters/py-bcode: Unmaintained, uses EOLed python27
2020-01-27 converters/py-iconv: Unmaintained, uses EOLed python27
2020-01-27 converters/py-zfec: Unmaintained, uses EOLed python27
2020-01-27 databases/gadfly: Unmaintained, uses EOLed python27
2020-01-27 databases/metakit: Unmaintained, uses EOLed python27
2020-01-27 databases/openark-kit: Unmaintained, uses EOLed python27
2020-01-27 databases/py-MySQLdb55: Unmaintained, uses EOLed python27
2020-01-27 databases/py-MySQLdb56: Unmaintained, uses EOLed python27
2020-01-27 databases/py-forgetsql: Unmaintained, uses EOLed python27
2020-01-27 databases/py-oops: Unmaintained, uses EOLed python27
2020-01-27 databases/py-rrdtool_lgpl: Unmaintained, uses EOLed python27
2020-01-27 deskutils/conkyemail: No longer maintained by upstream
2020-01-27 deskutils/cycle: Unmaintained, uses EOLed python27
2020-01-27 deskutils/everygui: Unmaintained, uses EOLed python27
2020-01-27 deskutils/ganyremote: Unmaintained, uses EOLed python27
2020-01-27 deskutils/pypanel: Unmaintained, uses EOLed python27
2020-01-27 deskutils/taskcoach: Unmaintained, uses EOLed python27
2020-01-27 deskutils/tel: Unmaintained, uses EOLed python27
2020-01-27 deskutils/tnote: Unmaintained, uses EOLed python27
2020-01-27 deskutils/vnc2flv: Unmaintained, uses EOLed python27
2020-01-27 deskutils/wammu: Unmaintained, uses EOLed python27
2020-01-27 devel/bbfreeze: Unmaintained, uses EOLed python27
2020-01-27 devel/bzr-builder: Unmaintained, uses EOLed python27
2020-01-27 devel/bzr-colo: Unmaintained, uses EOLed python27
2020-01-27 devel/bzr-externals: Unmaintained, uses EOLed python27
2020-01-27 devel/bzr-git: Unmaintained, uses EOLed python27
2020-01-27 devel/bzr-gtk: Unmaintained, uses EOLed python27
2020-01-27 devel/bzr-loom: Unmaintained, uses EOLed python27
2020-01-27 devel/bzr-pipeline: Unmaintained, uses EOLed python27
2020-01-27 devel/bzr-rewrite: Unmaintained, uses EOLed python27
2020-01-27 devel/bzr-scmproj: Unmaintained, uses EOLed python27
2020-01-27 devel/bzr-stats: Unmaintained, uses EOLed python27
2020-01-27 devel/bzr-svn: Unmaintained, uses EOLed python27
2020-01-27 devel/bzr-upload: Unmaintained, uses EOLed python27
2020-01-27 devel/ditrack: Unmaintained, uses EOLed python27
2020-01-27 devel/drpython: Unmaintained, uses EOLed python27
2020-01-27 devel/epydoc: Unmaintained, uses EOLed python27
2020-01-27 devel/fb303: Unmaintained, uses EOLed python27
2020-01-27 devel/fnorb: Unmaintained, uses EOLed python27
2020-01-27 devel/gazpacho: Unmaintained, uses EOLed python27
2020-01-27 devel/libmpsse: Unmaintained, uses EOLed python27
2020-01-27 devel/open-usp-tukubai: Unmaintained, uses EOLed python27
2020-01-27 devel/phpbt: Unmaintained, uses EOLed python27
2020-01-27 devel/py-anonfunc: Unmaintained, uses EOLed python27
2020-01-27 devel/py-bison: Unmaintained, uses EOLed python27
2020-01-27 devel/py-fortran: Unmaintained, uses EOLed python27
2020-01-27 devel/py-grouch: Unmaintained, uses EOLed python27
2020-01-27 devel/py-mwlib.rl: Unmaintained, uses EOLed python27
2020-01-27 devel/py-nagioscheck: Unmaintained, uses EOLed python27
2020-01-27 devel/py-ncurses: Unmaintained, uses EOLed python27
2020-01-27 devel/py-ocempgui: Unmaintained, uses EOLed python27
2020-01-27 devel/py-palm: Unmaintained, uses EOLed python27
2020-01-27 devel/py-pyechonest: Unmaintained, uses EOLed python27
2020-01-27 devel/py-resourcepackage: Unmaintained, uses EOLed python27
2020-01-27 devel/py-rlcompleter2: Unmaintained, uses EOLed python27
2020-01-27 devel/py-spark: Unmaintained, uses EOLed python27
2020-01-27 devel/py-xoltar-toolkit: Unmaintained, uses EOLed python27
2020-01-27 devel/py-zkpython: Unmaintained, uses EOLed python27
2020-01-27 devel/pychecker: Unmaintained, uses EOLed python27
2020-01-27 devel/pymacs: Unmaintained, uses EOLed python27
2020-01-27 devel/trac-bitten: Unmaintained, uses EOLed python27
2020-01-27 devel/wxGlade: Unmaintained, uses EOLed python27
2020-01-27 emulators/catapult: Unmaintained, uses EOLed python27
2020-01-27 emulators/dynagui: Unmaintained, uses EOLed python27
2020-01-27 finance/mybudget: Unmaintained, uses EOLed python27
2020-01-27 finance/sabernetdcs-client: Unmaintained, uses EOLed python27
2020-01-27 games/4stattack: Unmaintained, uses EOLed python27
2020-01-27 games/barbie_seahorse_adventures: Unmaintained, uses EOLed python27
2020-01-27 games/battletanks: Unmaintained, uses EOLed python27
2020-01-27 games/bombz: Unmaintained, uses EOLed python27
2020-01-27 games/bouncy: Unmaintained, uses EOLed python27
2020-01-27 games/bubbros: Unmaintained, uses EOLed python27
2020-01-27 games/childsplay: Unmaintained, uses EOLed python27
2020-01-27 games/crossfire-server: Unmaintained, uses EOLed python27
2020-01-27 games/duckmaze: Unmaintained, uses EOLed python27
2020-01-27 games/farblazer: Unmaintained, uses EOLed python27
2020-01-27 games/gbottler: Unmaintained, uses EOLed python27
2020-01-27 games/glchess: Unmaintained, uses EOLed python27
2020-01-27 games/gretools: Unmaintained, uses EOLed python27
2020-01-27 games/kye: Unmaintained, uses EOLed python27
2020-01-27 games/liquidwar: Unmaintained, uses EOLed python27
2020-01-27 games/mopesnake: Unmaintained, uses EOLed python27
2020-01-27 games/nelly: Unmaintained, uses EOLed python27
2020-01-27 games/oneisenough: Unmaintained, uses EOLed python27
2020-01-27 games/ptkei: Unmaintained, uses EOLed python27
2020-01-27 games/py-poker-eval: Unmaintained, uses EOLed python27
2020-01-27 games/pycadia: Unmaintained, uses EOLed python27
2020-01-27 games/pydance: Unmaintained, uses EOLed python27
2020-01-27 games/pysycache: Unmaintained, uses EOLed python27
2020-01-27 games/pythonchess: Unmaintained, uses EOLed python27
2020-01-27 games/pytowerdefense: Unmaintained, uses EOLed python27
2020-01-27 games/rtb: Unmaintained, uses EOLed python27
2020-01-27 games/schiff: Unmaintained, uses EOLed python27
2020-01-27 games/schwarzweiss: Unmaintained, uses EOLed python27
2020-01-27 games/secrettower: Unmaintained, uses EOLed python27
2020-01-27 games/slune: Unmaintained, uses EOLed python27
2020-01-27 games/super_mario_bros_python: Unmaintained, uses EOLed python27
2020-01-27 games/tuxfighter: Unmaintained, uses EOLed python27
2020-01-27 games/twitch: Unmaintained, uses EOLed python27
2020-01-27 games/vegastrike: Unmaintained, uses EOLed python27
2020-01-27 games/zephulor: Unmaintained, uses EOLed python27
2020-01-27 graphics/boxer: Unmaintained, uses EOLed python27
2020-01-27 graphics/electrix: Unmaintained, uses EOLed python27
2020-01-27 graphics/exact-image: Unmaintained, uses EOLed python27
2020-01-27 graphics/gnofract4d: Unmaintained, uses EOLed python27
2020-01-27 graphics/gsculpt: Unmaintained, uses EOLed python27
2020-01-27 graphics/imgtops: Unmaintained, uses EOLed python27
2020-01-27 graphics/imgv: Unmaintained, uses EOLed python27
2020-01-27 graphics/lcms-python: Unmaintained, uses EOLed python27
2020-01-27 graphics/mirage: Unmaintained, uses EOLed python27
2020-01-27 graphics/partio: Unmaintained, uses EOLed python27
2020-01-27 graphics/py-exif: Unmaintained, uses EOLed python27
2020-01-27 graphics/py-gd: Unmaintained, uses EOLed python27
2020-01-27 graphics/py-paint: Unmaintained, uses EOLed python27
2020-01-27 graphics/pygts: Unmaintained, uses EOLed python27
2020-01-27 graphics/pysvg: Unmaintained, uses EOLed python27
2020-01-27 irc/py-supybot-plugins: Unmaintained, uses EOLed python27
2020-01-27 japanese/kana-no-quiz: Unmaintained, uses EOLed python27
2020-01-27 lang/py-prolog: Unmaintained, uses EOLed python27
2020-01-27 lang/sdcc: Unmaintained, uses EOLed python27
2020-01-27 mail/archivemail: Unmaintained, uses EOLed python27
2020-01-27 mail/mailfmt: Unmaintained, uses EOLed python27
2020-01-27 mail/py-libgmail: Unmaintained, uses EOLed python27
2020-01-27 mail/py-ppolicy: Unmaintained, uses EOLed python27
2020-01-27 mail/rss2email2: Unmaintained, uses EOLed python27
2020-01-27 mail/svnmailer: Unmaintained, uses EOLed python27
2020-01-27 math/biggles: Unmaintained, uses EOLed python27
2020-01-27 math/py-gato: Unmaintained, uses EOLed python27
2020-01-27 math/py-gnuplot: Unmaintained, uses EOLed python27
2020-01-27 math/py-mathdom: Unmaintained, uses EOLed python27
2020-01-27 math/py-probstat: Unmaintained, uses EOLed python27
2020-01-27 math/py-rpy: Unmaintained, uses EOLed python27
2020-01-27 misc/gnome-osd: Unmaintained, uses EOLed python27
2020-01-27 misc/gonvert: Unmaintained, uses EOLed python27
2020-01-27 misc/metalink-editor: Unmaintained, uses EOLed python27
2020-01-27 misc/py-YABT: Unmaintained, uses EOLed python27
2020-01-27 misc/xdg-menu: Unmaintained, uses EOLed python27
2020-01-27 multimedia/devede: Unmaintained, uses EOLed python27
2020-01-27 multimedia/gdvrecv: Unmaintained, uses EOLed python27
2020-01-27 multimedia/mmpython: Unmaintained, uses EOLed python27
2020-01-27 multimedia/pymp: Unmaintained, uses EOLed python27
2020-01-27 net/gtknetcat: Unmaintained, uses EOLed python27
2020-01-27 net/ntlmaps: Unmaintained, uses EOLed python27
2020-01-27 net/polyorb: Unmaintained, uses EOLed python27
2020-01-27 net/py-zsi: Unmaintained, uses EOLed python27
2020-01-27 net/pythondirector: Unmaintained, uses EOLed python27
2020-01-27 net/sippy_b2bua: Unmaintained, uses EOLed python27
2020-01-27 net-im/py-jabber: Unmaintained, uses EOLed python27
2020-01-27 net-im/py-jabberbot: Unmaintained, uses EOLed python27
2020-01-27 net-im/py-libturpial: Unmaintained, uses EOLed python27
2020-01-27 net-im/py-xmpppy-irc: Unmaintained, uses EOLed python27
2020-01-27 net-mgmt/pdagent-integrations: Unmaintained, uses EOLed python27
2020-01-27 net-p2p/tribler: Unmaintained, uses EOLed python27
2020-01-27 news/papercut: Unmaintained, uses EOLed python27
2020-01-27 print/pkipplib: Unmaintained, uses EOLed python27
2020-01-27 print/pkpgcounter: Unmaintained, uses EOLed python27
2020-01-27 print/ttfquery: Unmaintained, uses EOLed python27
2020-01-27 science/gwyddion: Unmaintained, uses EOLed python27
2020-01-27 science/psychopy: Unmaintained, uses EOLed python27
2020-01-27 science/py-hcluster: Unmaintained, uses EOLed python27
2020-01-27 science/py-pyteomics.biolccc: Unmaintained, uses EOLed python27
2020-01-27 science/pycdf: Unmaintained, uses EOLed python27
2020-01-27 security/blindelephant: Unmaintained, uses EOLed python27
2020-01-27 security/cfv: Unmaintained, uses EOLed python27
2020-01-27 security/fsh: Unmaintained, uses EOLed python27
2020-01-27 security/gcipher: Unmaintained, uses EOLed python27
2020-01-27 15:34:18 +00:00
Piotr Kubaj
fdaa50f481 net-p2p/mldonkey: fix build on powerpc64 elfv2
Clang can't build this port on powerpc64:
ld: error: build/client.a(commonShared.o):(function camlCommonShared__ni_2211: .text+0xCE): relocation R_PPC64_TOC16_DS out of range: 121936 is not in [-32768, 32767]
ld: error: build/core.a(donkeyOptions.o):(function camlDonkeyOptions__max_allowed_connected_servers_1641: .text+0x1A): relocation R_PPC64_TOC16_DS out of range: 69120 is not in [-32768, 32767]
ld: error: build/cdk.a(http_lexer.o):(function camlHttp_lexer__get_args_1205: .text+0x12): relocation R_PPC64_TOC16_DS out of range: 203032 is not in [-32768, 32767]

PR:		243221
Approved by:	danfe (maintainer)
2020-01-22 17:32:54 +00:00
Sunpoet Po-Chuan Hsieh
11493c54b5 Bump PORTREVISION for devel/protobuf shlib change 2020-01-22 05:53:20 +00:00
Piotr Kubaj
749702a3ec net-p2p/c-lightning: fix build on GCC architectures
Needs C11 compiler:
cc1: error: unrecognized command line option "-std=gnu11"

Needs include sys/types.h in fdpass.c:
ccan/ccan/fdpass/fdpass.c: In function 'fdpass_send':
ccan/ccan/fdpass/fdpass.c:16:12: error: 'register_t' undeclared (first use in this function)
   16 |   char buf[CMSG_SPACE(sizeof(fd))];
      |            ^~~~~~~~~~

PR:		243481
Approved by:	vd (maintainer)
MFH:		2020Q1 (fix build blanket)
2020-01-21 10:48:58 +00:00
Mark Felder
5bb056575b net-p2p/sonarr-devel: Update to 3.0.3.688 2020-01-20 23:06:50 +00:00
Emanuel Haupt
18ba1547fe Update to 5.5.1 2020-01-20 15:20:31 +00:00
Marcelo Araujo
4a007974ab The Bitmark distributed property system.
Bitmark secures digital property registration through Bitmark certificates,
enabling economic trade of those properties between individuals, governments,
corporations, and institutions at global scale.

WWW: https://github.com/bitmark-inc/bitmarkd

Submitted by:	Christopher Hall <hsw__bitmark.com>
Sponsored by:	Bitmark Inc.
Differential Revision:	https://reviews.freebsd.org/D23167
2020-01-17 10:46:13 +00:00
Vasil Dimov
a19ccad457 net-p2p/qtum: Upgrade from 0.18.2 to 0.18.3 2020-01-16 14:54:45 +00:00
Mathieu Arnold
06cdf3a430 (Readdition of net-p2p/btpd which was removed on 514600)
BTPD is a bittorrent client consisting of a daemon and client commands,
which can be used to read and/or manipulate the daemon state. The daemon
is capable of running several torrents simultaneously and only uses one
TCP port. It's fairly low on resource usage and should be perfect for
file distribution sites. Efficient downloads and ease of use makes this
client a good choice for the casual user as well.

WWW: https://github.com/btpd/btpd/wiki

PR:		1
Submitted by:	mat@FreeBSD.org
2020-01-09 09:06:06 +00:00
Tobias C. Berner
fa04d45c29 net-ptp/jackett: update to 0.12.1486
PR:		243160
Submitted by:	Michiel van Baak <michiel@vanbaak.eu> (mainatiner)
2020-01-07 18:36:59 +00:00
Piotr Kubaj
a4b04b37dc net-p2p/monero-cli: fix build on non-x86
Architectures that don't have libunwind available should disable stack trace.

Otherwise, the following linking error is encountered:
/usr/local/bin/ld: src/common/libcommon.a(stack_trace.cpp.o): in function `tools::log_stack_trace(char const*)':
stack_trace.cpp:(.text+0x71c): undefined reference to `el::base::debug::StackTrace::generateNew()'
/usr/local/bin/ld: stack_trace.cpp:(.text+0x72c): undefined reference to `el::base::debug::operator<<(std::ostream&, el::base::debug::StackTrace const&)'
collect2: error: ld returned 1 exit status

PR:		242846
Approved by:	vd (maintainer timeout)
MFH:		2020Q1 (fix build blanket)
2020-01-07 11:45:07 +00:00
Alexey Dokuchaev
556e6a988a - Update to version 0.3.17
- Augment port description

Reported by:	portscout
2020-01-07 11:14:55 +00:00
Vasil Dimov
c63159f423 net-p2p/c-lightning: fix bitcoin-cli exec setup
lightningd does execute bitcoin-cli internally during runtime.

Fix two problems with that:

* The bitcoin-cli executable is usually located in
  /usr/local/bin/bitcoin-cli but service(8) would remove /usr/local/bin
  from PATH before executing our rc script /usr/local/etc/rc.d/lightningd
  and so the lightningd daemon would inherit a PATH that does not contain
  bitcoin-cli. To fix this give the full path to bitcoin-cli to lightningd.

* bitcoin-cli(1) tries to create its datadir when it starts if it does not
  exist. By default that is ${HOME}/.bitcoin. service(8) would set HOME=/
  and if / is mounted read-only, then this creation would fail. Because we
  don't want this directory created (it is not necessary and remains empty)
  tell lightningd to execute
  bitcoin-cli --datadir=/some/directory/that/already/exists.

Also, append ${lightningd_extra_args} to the lightingd arguments. This was
forgotten in the initial commit and setting lightningd_extra_args would have
had no effect.

Reported by:	https://github.com/bitcoin-software
2020-01-07 11:12:17 +00:00
Piotr Kubaj
b96b6dc069 net-p2p/namecoin: fix build on GCC architectures
It looks like some update caused src/httpserver.c to need to include deque when building with GCC. Otherwise it fails to compile with:
httpserver.cpp:74:10: error: 'deque' in namespace 'std' does not name a template type
   74 |     std::deque<std::unique_ptr<WorkItem>> queue;
      |          ^~~~~
httpserver.cpp:33:1: note: 'std::deque' is defined in header '<deque>'; did you forget to '#include <deque>'?
   32 | #include <support/events.h>
  +++ |+#include <deque>
   33 |
httpserver.cpp: In member function 'bool WorkQueue<WorkItem>::Enqueue(WorkItem*)':
httpserver.cpp:92:13: error: 'queue' was not declared in this scope; did you mean 'Enqueue'?
   92 |         if (queue.size() >= maxDepth) {
      |             ^~~~~
      |             Enqueue
httpserver.cpp:95:9: error: 'queue' was not declared in this scope; did you mean 'Enqueue'?
   95 |         queue.emplace_back(std::unique_ptr<WorkItem>(item));
      |         ^~~~~
      |         Enqueue
httpserver.cpp: In member function 'void WorkQueue<WorkItem>::Run()':
httpserver.cpp:106:35: error: 'queue' was not declared in this scope; did you mean 'Enqueue'?
  106 |                 while (running && queue.empty())
      |                                   ^~~~~
      |                                   Enqueue
httpserver.cpp:110:31: error: 'queue' was not declared in this scope; did you mean 'Enqueue'?
  110 |                 i = std::move(queue.front());
      |                               ^~~~~
      |                               Enqueue

PR:             242710
Approved by:    milios@ccsys.com (maintainer timeout)
MFH:            2020Q1 (fix build blanket)
2020-01-04 20:19:53 +00:00
Yuri Victorovich
96e24dfd59 net-p2p/qbittorrent: Remove dependency on DBUS for nox flavor
PR:		243045
Submitted by:	Phil <dpzn@gmx.net>
2020-01-03 01:37:30 +00:00
Vasil Dimov
7751b71878 net-p2p/c-lightning: Add a new port - Lightning Network implementation in C
A lighweight, highly customizable and standard compliant
implementation of the Lightning Network protocol.

https://github.com/ElementsProject/lightning
2019-12-31 16:36:33 +00:00
Jose Alonso Cardenas Marquez
14b8ace6b3 - Bump PORTREVISION. editors/lazarus was updated to 2.0.6 2019-12-31 15:29:13 +00:00
Jose Alonso Cardenas Marquez
c7f02bb1d4 - Update to 5.18.0 2019-12-31 15:25:18 +00:00
Emanuel Haupt
9ba25ab381 Update to 5.5.0 2019-12-30 07:45:41 +00:00
Antoine Brodin
de61a87208 Deprecate a few ports
With hat:	portmgr
2019-12-26 07:54:28 +00:00
Yuri Victorovich
136686480c net-p2p/py-libtorrent-rasterbar: Labeled as BROKEN, with the upstream working on resolving it
PR:		242797
2019-12-22 19:38:53 +00:00
Yuri Victorovich
fe61720c87 net-p2p/libtorrent-rasterbar: Update 1.2.2 -> 1.2.3
Reported by:	portscout
2019-12-21 18:13:09 +00:00
Emanuel Haupt
0372177ded Update to 5.4.0 2019-12-21 12:45:01 +00:00
Piotr Kubaj
d37567133a net-p2p/litecoin: fix build on GCC architectures
Recent upgrade of some dependency causes GCC to fail to build this port:
httpserver.cpp:74:10: error: 'deque' in namespace 'std' does not name a template type
   74 |     std::deque<std::unique_ptr<WorkItem>> queue;
      |          ^~~~~
httpserver.cpp:33:1: note: 'std::deque' is defined in header '<deque>'; did you forget to '#include <deque>'?
   32 | #include <support/events.h>
  +++ |+#include <deque>
   33 |
httpserver.cpp: In member function 'bool WorkQueue<WorkItem>::Enqueue(WorkItem*)':
httpserver.cpp:92:13: error: 'queue' was not declared in this scope; did you mean 'Enqueue'?
   92 |         if (queue.size() >= maxDepth) {
      |             ^~~~~
      |             Enqueue
httpserver.cpp:95:9: error: 'queue' was not declared in this scope; did you mean 'Enqueue'?
   95 |         queue.emplace_back(std::unique_ptr<WorkItem>(item));
      |         ^~~~~
      |         Enqueue
httpserver.cpp: In member function 'void WorkQueue<WorkItem>::Run()':
httpserver.cpp:106:35: error: 'queue' was not declared in this scope; did you mean 'Enqueue'?
  106 |                 while (running && queue.empty())
      |                                   ^~~~~
      |                                   Enqueue
httpserver.cpp:110:31: error: 'queue' was not declared in this scope; did you mean 'Enqueue'?
  110 |                 i = std::move(queue.front());
      |                               ^~~~~
      |                               Enqueue

Include deque in httpserver.c to fix it.

PR:		242722
Approved by:	hsw@bitmark.com (maintainer)
2019-12-20 12:55:49 +00:00
Yuri Victorovich
ac450b4e3d net-p2p/deluge: Revert the previous erroneous commit 2019-12-20 09:28:18 +00:00
Yuri Victorovich
366d632739 net-p2p/deluge: Update 1.3.15 -> 2.0.3
Update is necessary because the underlying library libtorrent-rasterbar needs to be updated.

PR:		241202
Approved by:	rm (maintainer's timeout)
2019-12-20 03:24:07 +00:00
Yuri Victorovich
32e44da682 net-p2p/py-libtorrent-rasterbar: Update 1.1.10 -> 1.2.2 2019-12-20 03:22:22 +00:00
Yuri Victorovich
4ca4f2ce33 net-p2p/qbittorrent: Update 4.1.9.1 -> 4.2.1
Differential Revision:	D22165
2019-12-20 03:20:01 +00:00
Yuri Victorovich
c5ead6a7ed net-p2p/libtorrent-rasterbar: Update 1.1.10 -> 1.2.2 2019-12-20 03:18:13 +00:00
Tobias Kortkamp
6474c40f73 lang/rust: Update to 1.40.0
- Force rebuild all consumers to catch regressions early

Thanks to Mikaël Urankar for providing updated bootstraps for
aarch64, armv6, armv7, powerpc64.

Changes:	https://blog.rust-lang.org/2019/12/19/Rust-1.40.0.html
Tested by:	mikael.urankar@gmail.com, tobik
With hat:	rust
Differential Revision:	https://reviews.freebsd.org/D22843
2019-12-19 16:14:48 +00:00
Emanuel Haupt
539caa46cf Update to 5.3.0 2019-12-19 09:42:48 +00:00
Alex Dupre
8d2b3430b0 Update to 2.5.12 release. 2019-12-18 12:54:10 +00:00
Mark Felder
c9c183500e net-p2p/radarr: Update to 0.2.0.1450
Changelog:	https://github.com/Radarr/Radarr/releases/tag/v0.2.0.1450
2019-12-17 17:36:07 +00:00
Mark Felder
7efafe3cdc net-p2p/sonarr-devel: Update to 3.0.3.664 2019-12-14 16:26:07 +00:00
Jan Beich
f635f3b727 net-p2p/bitcoin: switch to simplier boost 1.72 fix
Suggested by:	upstream
2019-12-11 19:00:01 +00:00
Jan Beich
701aa3bcf8 devel/boost-*: update to 1.72.0
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
2019-12-11 17:53:48 +00:00
Jason E. Hale
692da6425d Update security/cryptopp to 8.2.0
Remove THREADS option - upstream recommends building with threads and the
build system now adds the appropriate flags automatically

Bump PORTREVISION on consumers due to shared lib version increase

PR:		241132
Submitted by:	Farid Hajji <farid@hajji.name>
2019-12-10 03:38:48 +00:00
Vasil Dimov
1369bf1e50 net-p2p/monero-cli: Upgrade from 0.15.0.0 to 0.15.0.1 2019-12-06 10:45:35 +00:00
Alex Dupre
b9941e927f Update to 2.5.11 release. 2019-12-05 17:09:35 +00:00
Vasil Dimov
e84acb9f99 net-p2p/qtum: Upgrade from 0.18.1 to 0.18.2 2019-12-05 13:35:13 +00:00
Emanuel Haupt
af6e195b8f Update to 5.1.1 2019-12-05 12:58:13 +00:00
Alex Dupre
526c371e9c Apparently it can be built only on FreeBSD 12 amd64.
11.3-i386: LLVM ERROR: out of memory
12.0-i386: parity-4c44772188702cce.parity.e8wnuwsj-cgu.11.rcgu.o: file not recognized: File format not recognized
11.3-amd64: parity-1a336ac89c32de09.parity.5withm3d-cgu.11.rcgu.o: file not recognized: File format not recognized
2019-12-05 10:21:57 +00:00
Jan Beich
cf32957e8e net-p2p/bitcoin: unbreak with boost 1.72
wallet/walletutil.cpp:77:23: error: no member named 'level' in 'boost::filesystem::recursive_directory_iterator'
        } else if (it.level() == 0 && it->symlink_status().type() == fs::regular_file && IsBerkeleyBtree(it...
                   ~~ ^

Reported by:	antoine (via bug 241449 exp-run)
2019-12-02 20:05:25 +00:00
Emanuel Haupt
940191a5e5 Update to 5.1.0 2019-12-02 08:03:51 +00:00
Alex Dupre
04ad7fce19 Port cleanup.
PR:		242245
Submitted by:	ale
Approved by:	maintainer
2019-11-29 09:07:24 +00:00
Alexey Dokuchaev
f231709c64 - Allow to build against contemporary versions of OpenSSL and set
missing INSTALLS_ICONS as reported by portlint(1)
- Revert WITH_DEBUG part of the r512774 as explained by mat@:

  WITH_DEBUG means the port will be built with debugging symbols and
  will not be stripped.  So before, if WITH_DEBUG was set, it was built
  with all debugging bells and whistles.  Now, it only adds debug=1 to
  MAKE_ARGS, and it gets stripped in the end.  WITH_DEBUG must not be
  set by port options, it is a user-facing variable.

PR:	233972
2019-11-27 17:04:00 +00:00
Jung-uk Kim
5a52a08234 Clean up after java/openjdk6 and java/openjdk6-jre removal
java/openjdk6 support was removed from Mk/bsd.java.mk (r512662) and
java/openjdk6 and java/openjdk6-jre were removed from the ports tree
(r512663).  Now this patch completely removes remaining stuff from the
ports tree.

PR:			241953 (exp-run)
Reviewed by:		glewis
Approved by:		portmgr (antoine)
Differential Revision:	https://reviews.freebsd.org/D22342
2019-11-26 21:46:12 +00:00
Vasil Dimov
f08d53e39f net-p2p/bitcoin: Upgrade from 0.18.1 to 0.19.0.1
PR:		242232
Submitted by:	vd
Approved by:	kbowling (maintainer)
2019-11-26 07:30:18 +00:00
Alex Dupre
e4719e8e84 Parity is the fastest and most advanced Ethereum client.
Built for mission-critical use: miners, service providers, and
exchanges need fast synchronisation and maximum uptime.

Parity Ethereum provides the core infrastructure essential for
speedy and reliable services.

* Clean, modular codebase for easy customisation
* Advanced CLI-based client
* Minimal memory and storage footprint
* Synchronise in hours, not days with Warp Sync
* Modular for light integration into your service or product

WWW: https://github.com/paritytech/parity-ethereum/
2019-11-22 14:17:48 +00:00
Tobias Kortkamp
5d4a45bb3c devel/upnp: Update to 1.10.0
Bump consumers for ABI changes.

Changes:	https://github.com/mrjimenez/pupnp/blob/release-1.10.0/ChangeLog
PR:		242089
Submitted by:	Lorenzo Salvadore <phascolarctos@protonmail.ch> (maintainer)
2019-11-20 06:46:39 +00:00
Emanuel Haupt
cb9b680e64 Fix malformed line for zeek gid.
Pointyhat to:	leres
2019-11-18 15:33:12 +00:00
Alexey Dokuchaev
ceee87182a - Update to version 0.3.16
- Shorten the COMMENT, adjust LICENSE
- Project had moved to GitHub
2019-11-16 15:46:23 +00:00
Tobias Kortkamp
babafeabc8 Clean up WRKSRC and USE_GITHUB usage in some ports 2019-11-16 13:46:53 +00:00
Alexey Dokuchaev
ad3d1e1d6d Bring in five patches from Gentoo Linux which fix some known bugs and
add support for OpenSSL 1.1.x (the latter allows to unbreak the build
on recent FreeBSD versions).
2019-11-15 13:31:14 +00:00
Emanuel Haupt
f701639dd8 Update to 5.0.0 2019-11-15 13:28:06 +00:00
Jan Beich
037c1467bb net-p2p/libtorrent-rasterbar: unbreak with boost 1.72
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
2019-11-14 00:43:36 +00:00
Vasil Dimov
a6b9222324 net-p2p/monero-cli: Upgrade from 0.14.1.2 to 0.15.0.0 2019-11-13 16:09:45 +00:00
Mark Felder
b5e96b0570 net-p2p/sonarr-devel: Update to 3.0.3.653
Upstream Changelog:

*    Parsing of poor standard file names using dashes for separators
*    Deletion of empty episode sub folders when an episode file is deleted
*    Set Default Sort Key for Blacklist Endpoint
*    Manual Import failing to show files when processing fails
*    Actually run Recycle Bin cleanup
*    Remove background from apple-touch-icon
*    Set permissions on extra and subtitle files
*    Log matching scene mapping for title
*    Allow Interactive Season Search when all episodes are unmonitored
*    Include releases that failed to parse in search results
*    Kodi episode metadata missing uniqueid
*    Don't parse packs missing season number
2019-11-08 17:27:40 +00:00
Tobias Kortkamp
2c178c2e13 net-p2p: Add missing USES=gnome 2019-11-08 13:26:08 +00:00
Dmitri Goutnik
1a87b2a637 net-p2p/go-ethereum: Update to 1.9.7
Changes:	https://github.com/ethereum/go-ethereum/releases/tag/v1.9.7

PR:		241800
Submitted by:	Enrique Fynn <me@enriquefynn.com> (maintainer)
Approved by:	tz (mentor, implicit)
2019-11-08 12:40:10 +00:00
Niclas Zeising
897ad0b36e Add USES=xorg USES=gl, ports categories n
Add USES=xorg and USES=gl to ports in categories starting with 'n'.
While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
2019-11-06 18:58:04 +00:00
Antoine Brodin
d0f83e12f1 Mark a few ports BROKEN (unfetchable) 2019-11-06 14:00:19 +00:00
Rene Ladan
c9f31b2e7d Return dteske's ports to the pool after safekeeping her commit bit. 2019-11-05 20:57:34 +00:00
Yuri Victorovich
d8245c6837 net-p2p/qbittorrent: Update 4.1.9 -> 4.1.9.1
Reported by:	portscout
2019-11-01 07:20:08 +00:00
Yuri Victorovich
cadb306546 net-p2p/qbittorrent: Update 4.1.8 -> 4.1.9 2019-10-28 05:07:43 +00:00
Piotr Kubaj
3f304f0490 net-p2p/bitcoin-daemon: unbreak on BE
Builds fine on powerpc64.

Approved by:	mentors (implicit approval)
2019-10-25 23:19:52 +00:00
Jan Beich
f89dcd4f6c net-p2p/bitcoin: unbreak with boost 1.72
httpserver.cpp:74:10: error: no template named 'deque' in namespace 'std'
    std::deque<std::unique_ptr<WorkItem>> queue;
    ~~~~~^
2019-10-25 15:41:16 +00:00
Piotr Kubaj
d962c95371 net-p2p/namecoin-utils: unbreak on BE architectures
Builds fine on powerpc64.

Approved by:	mentors (implicit approval)
2019-10-25 06:17:42 +00:00
Piotr Kubaj
beedbaa2a1 net-p2p/litecoin-utils: unbreak on powerpc*
Builds fine.

Approved by:	mentors (implicit approval)
2019-10-24 11:15:58 +00:00
Piotr Kubaj
0fd9c9db5d net-p2p/namecoin-daemon: remove ONLY_FOR_ARCHS
- ia64 is not supported,
- the port builds fine on powerpc64 (which is BE) and armv7, it probably builds on both endianesses now

Approved by:	mentors (implicit approval)
2019-10-24 09:20:39 +00:00
Mark Felder
a3d741f2e5 net-p2p/sonarr-devel: Update to 3.0.3.652 2019-10-23 21:10:49 +00:00
Yuri Victorovich
4dca0361ef net-p2p/qbittorrent: Unbreak the 'nox' flavor by removing the stray USES=xorg
Some changes in the ports framework caused this stray USES=xorg to fail the 'nox' build.
USES=xorg isn't needed here.

Reported by:	Zach Malamud <zach.malamud@gmail.com> (reported the nox unavailability)
2019-10-18 04:12:37 +00:00
Alexandre C. Guimarães
e89764772a net-p2p/transmission-cli: Drop defunct WOLFSSL option.
- drop LITE_CONFIGURE_ENABLE, a remnant before switching to cmake

PR:		241095
Submitted by:	tobik
Approved by:	tcberner (mentor)
2019-10-17 18:01:20 +00:00
Rene Ladan
13d4527a34 Remove expired ports:
2019-10-16 archivers/freetar: Unfetchable, unmaintained
2019-10-16 archivers/hffzip: Unfetchable, unmaintained
2019-10-16 archivers/hpack.non-usa.only: Unfetchable, unmaintained
2019-10-16 archivers/untar: Unfetchable, unmaintained
2019-10-16 astro/gpsdrive: Unfetchable, unmaintained
2019-10-16 astro/planets: Unfetchable, unmaintained
2019-10-16 audio/ascd: Unfetchable, unmaintained
2019-10-16 audio/audiotag: Unfetchable, unmaintained
2019-10-16 audio/gmidimonitor: Unfetchable, unmaintained
2019-10-16 audio/gmpc-lyricwiki: Unfetchable, unmaintained
2019-10-16 audio/jack_mixer: Unfetchable, unmaintained
2019-10-16 audio/jmusic: Unfetchable, unmaintained
2019-10-16 audio/maplay: Unfetchable, unmaintained
2019-10-16 audio/mbox: Unfetchable, unmaintained
2019-10-16 audio/nuvolaplayer: Unfetchable, unmaintained
2019-10-16 audio/vagalume: Unfetchable, unmaintained
2019-10-16 audio/wmsmixer: Unfetchable, unmaintained
2019-10-16 audio/xmms2-scrobbler: Unfetchable, unmaintained
2019-10-16 benchmarks/filebench: Unfetchable, unmaintained
2019-10-16 biology/chemeq: Unfetchable, unmaintained
2019-10-16 biology/linux-foldingathome: Unfetchable, unmaintained
2019-10-16 cad/dxf2fig: Unfetchable, unmaintained
2019-10-16 cad/gerbv: Unfetchable, unmaintained
2019-10-16 cad/ghdl: Unfetchable, unmaintained
2019-10-16 comms/gsmlib: Unfetchable, unmaintained
2019-10-16 comms/nokryptia: Unfetchable, unmaintained
2019-10-16 databases/mrtg-mysql-load: Unfetchable, unmaintained
2019-10-16 databases/postgres-xl: Unfetchable, unmaintained
2019-10-16 databases/wmjsql: Unfetchable, unmaintained
2019-10-16 deskutils/dlume: Unfetchable, unmaintained
2019-10-16 deskutils/gkrellm-reminder2: Unfetchable, unmaintained
2019-10-16 deskutils/ljit: Unfetchable, unmaintained
2019-10-16 deskutils/mdh: Unfetchable, unmaintained
2019-10-16 devel/atlassian-plugin-sdk: Unfetchable, unmaintained
2019-10-15 devel/bingo: Abandoned upstream
2019-10-16 devel/dprog: Unfetchable, unmaintained
2019-10-16 devel/eblob: Unfetchable, unmaintained
2019-10-16 devel/elftoaout: Unfetchable, unmaintained
2019-10-16 devel/fga: Unfetchable, unmaintained
2019-10-16 devel/fib: Unfetchable, unmaintained
2019-10-16 devel/flickrnet: Unfetchable, unmaintained
2019-10-16 devel/fujaba: Unfetchable, unmaintained
2019-10-16 devel/funnelweb: Unfetchable, unmaintained
2019-10-16 devel/genproto: Unfetchable, unmaintained
2019-10-16 devel/gitphp: Unfetchable, unmaintained
2019-10-16 devel/gnatcoll: Unfetchable, unmaintained
2019-10-16 devel/kimwitu: Unfetchable, unmaintained
2019-10-16 devel/libghthash: Unfetchable, unmaintained
2019-10-16 devel/lua-alien: Unfetchable, unmaintained
2019-10-16 devel/monotone-viz: Unfetchable, unmaintained
2019-10-16 devel/noweb: Unfetchable, unmaintained
2019-10-16 devel/p65: Unfetchable, unmaintained
2019-10-16 devel/py-fileutils: Unfetchable, unmaintained
2019-10-16 devel/py-mercurialserver: Unfetchable, unmaintained
2019-10-16 devel/py-pqueue: Unfetchable, unmaintained
2019-10-16 devel/pypersrc: Unfetchable, unmaintained
2019-10-16 devel/root-doc: Unfetchable, unmaintained
2019-10-16 devel/sfio: Unfetchable, unmaintained
2019-10-16 devel/styx: Unfetchable, unmaintained
2019-10-16 devel/tclmore: Unfetchable, unmaintained
2019-10-16 devel/umem: Unfetchable, unmaintained
2019-10-16 dns/ez-ipupdate: Unfetchable, unmaintained
2019-10-16 editors/zoinks: Unfetchable, unmaintained
2019-10-16 emulators/aftp: Unfetchable, unmaintained
2019-10-16 emulators/ia64sim: Unfetchable, unmaintained
2019-10-16 emulators/loemu: Unfetchable, unmaintained
2019-10-16 emulators/pipelight: Unfetchable, unmaintained
2019-10-16 finance/ledgersmb: Unfetchable, unmaintained
2019-10-16 ftp/atftp: Unfetchable, unmaintained
2019-10-16 ftp/cftp: Unfetchable, unmaintained
2019-10-16 games/arkanoidsb: Unfetchable, unmaintained
2019-10-16 games/balazar: Unfetchable, unmaintained
2019-10-16 games/blockade: Unfetchable, unmaintained
2019-10-16 games/cleanq3: Unfetchable, unmaintained
2019-10-16 games/conquest: Unfetchable, unmaintained
2019-10-16 games/crafty-tablebase-no-pawn: Unfetchable, unmaintained
2019-10-16 games/epiar: Unfetchable, unmaintained
2019-10-16 games/exmars: Unfetchable, unmaintained
2019-10-16 games/fteqw: Unfetchable, unmaintained
2019-10-16 games/gnake: Unfetchable, unmaintained
2019-10-16 games/gru: Unfetchable, unmaintained
2019-10-16 games/gtkpool: Unfetchable, unmaintained
2019-10-16 games/imaze: Unfetchable, unmaintained
2019-10-16 games/inform: Unfetchable, unmaintained
2019-10-16 games/iourbanterror: Unfetchable, unmaintained
2019-10-16 games/iourbanterror-server: Unfetchable, unmaintained
2019-10-16 games/jools: Unfetchable, unmaintained
2019-10-16 games/legends: Unfetchable, unmaintained
2019-10-16 games/linux-enemyterritory-etpro: Unfetchable, unmaintained
2019-10-16 games/linux-worldofgoo-demo: Unfetchable, unmaintained
2019-10-16 games/noegnud-data: Unfetchable, unmaintained
2019-10-16 games/poker-engine: Unfetchable, unmaintained
2019-10-16 games/ptools: Unfetchable, unmaintained
2019-10-16 games/pyawale: Unfetchable, unmaintained
2019-10-16 games/pysycache-lang: Unfetchable, unmaintained
2019-10-16 games/qmars: Unfetchable, unmaintained
2019-10-16 games/quake-reaper: Unfetchable, unmaintained
2019-10-16 games/quake3-ra3: Unfetchable, unmaintained
2019-10-16 games/sdlCC: Unfetchable, unmaintained
2019-10-16 games/speyes: Unfetchable, unmaintained
2019-10-16 games/vodovod: Unfetchable, unmaintained
2019-10-16 games/wmeyes: Unfetchable, unmaintained
2019-10-16 games/wmshuffle: Unfetchable, unmaintained
2019-10-16 games/xabacus: Unfetchable, unmaintained
2019-10-16 games/xpacman: Unfetchable, unmaintained
2019-10-16 games/xscorch: Unfetchable, unmaintained
2019-10-16 graphics/aeskulap: Unfetchable, unmaintained
2019-10-16 graphics/agave: Unfetchable, unmaintained
2019-10-16 graphics/cbview: Unfetchable, unmaintained
2019-10-16 graphics/copperspice: Unfetchable, unmaintained
2019-10-16 graphics/cthumb: Unfetchable, unmaintained
2019-10-16 graphics/fujiplay: Unfetchable, unmaintained
2019-10-16 graphics/gimp-ez-perspective-plugin: Unfetchable, unmaintained
2019-10-16 graphics/gimp-focusblur-plugin: Unfetchable, unmaintained
2019-10-16 graphics/gimp-jagged-border-script: Unfetchable, unmaintained
2019-10-16 graphics/gimp-manual-html: Unfetchable, unmaintained
2019-10-16 graphics/gimp-save-for-web: Unfetchable, unmaintained
2019-10-16 graphics/gimp-wavelet-denoise-plugin: Unfetchable, unmaintained
2019-10-16 graphics/gimp-wavelet-sharpen-plugin: Unfetchable, unmaintained
2019-10-16 graphics/giram: Unfetchable, unmaintained
2019-10-16 graphics/inventor: Unfetchable, unmaintained, Depends on expiring graphics/libGLw
2019-10-16 graphics/jpg2pdf: Unfetchable, unmaintained
2019-10-16 graphics/jpgraph2: Unfetchable, unmaintained
2019-10-16 graphics/makehuman: Unfetchable, unmaintained
2019-10-16 graphics/pstoepsi: Unfetchable, unmaintained
2019-10-16 graphics/xmandel: Unfetchable, unmaintained
2019-10-16 irc/minbif: Unfetchable, unmaintained
2019-10-16 japanese/VTPSfont: Unfetchable, unmaintained
2019-10-16 japanese/asterisk-sounds: Unfetchable, unmaintained
2019-10-16 japanese/cannadic: Unfetchable, unmaintained
2019-10-16 japanese/edict-utf-8: Unfetchable, unmaintained
2019-10-16 japanese/kpcal: Unfetchable, unmaintained
2019-10-16 japanese/multiskkserv: Unfetchable, unmaintained
2019-10-16 japanese/skkfep: Unfetchable, unmaintained
2019-10-16 java/eclipse-log4e: Unfetchable, unmaintained
2019-10-16 java/eclipse-lomboz: Unfetchable, unmaintained
2019-10-16 java/java-checkstyle: Unfetchable, unmaintained
2019-10-16 korean/baekmukfonts-ttf: Unfetchable, unmaintained
2019-10-16 korean/gtkcomm: Unfetchable, unmaintained
2019-10-16 lang/arena: Unfetchable, unmaintained
2019-10-16 lang/diveintopython: Unfetchable, unmaintained
2019-10-16 lang/modula3: Unfetchable, unmaintained
2019-10-16 lang/p2c: Unfetchable, unmaintained
2019-10-16 lang/quack: Unfetchable, unmaintained
2019-10-16 lang/stldoc: Unfetchable, unmaintained
2019-10-16 mail/altermime: Unfetchable, unmaintained
2019-10-16 mail/autosig: Unfetchable, unmaintained
2019-10-16 mail/gkrellmmailwatch2: Unfetchable, unmaintained
2019-10-16 mail/mboxcheck-applet: Unfetchable, unmaintained
2019-10-16 mail/nmzmail: Unfetchable, unmaintained
2019-10-16 mail/poppy: Unfetchable, unmaintained
2019-10-16 mail/prom-wl: Unfetchable, unmaintained
2019-10-16 mail/py-apolicy: Unfetchable, unmaintained
2019-10-16 mail/spamdb-curses: Unfetchable, unmaintained
2019-10-16 mail/xlbiff: Unfetchable, unmaintained
2019-10-16 math/algotutor: Unfetchable, unmaintained
2019-10-16 math/nyh-hoc: Unfetchable, unmaintained
2019-10-16 math/superlu_mt: Unfetchable, unmaintained
2019-10-16 math/testu01: Unfetchable, unmaintained
2019-10-16 misc/astrolog: Unfetchable, unmaintained
2019-10-16 misc/chord2html: Unfetchable, unmaintained
2019-10-16 misc/crosspad: Unfetchable, unmaintained
2019-10-16 misc/detachtty: Unfetchable, unmaintained
2019-10-16 misc/dphys-config: Unfetchable, unmaintained
2019-10-16 misc/dvorakng: Unfetchable, unmaintained
2019-10-16 misc/gctpc: Unfetchable, unmaintained
2019-10-16 misc/gkrellm-helium: Unfetchable, unmaintained
2019-10-16 misc/gkrellweather2: Unfetchable, unmaintained
2019-10-16 misc/linm: Unfetchable, unmaintained
2019-10-16 misc/mc-light: Unfetchable, unmaintained
2019-10-16 misc/newer: Unfetchable, unmaintained
2019-10-16 misc/telbook: Unfetchable, unmaintained
2019-10-16 misc/valspeak: Unfetchable, unmaintained
2019-10-16 misc/xd: Unfetchable, unmaintained
2019-10-16 multimedia/audiopreview: Unfetchable, unmaintained
2019-10-16 multimedia/dvts: Unfetchable, unmaintained
2019-10-16 multimedia/gcfilms: Unfetchable, unmaintained
2019-10-16 multimedia/kissdx: Unfetchable, unmaintained
2019-10-16 multimedia/playd: Unfetchable, unmaintained
2019-10-16 multimedia/subtitleeditor: Unfetchable, unmaintained
2019-10-16 multimedia/umr: Unfetchable, unmaintained
2019-10-16 net/bluemix-cli: Unfetchable, unmaintained
2019-10-16 net/boclient: Unfetchable, unmaintained
2019-10-16 net/csync2: Unfetchable, unmaintained
2019-10-16 net/dictd-database: Unfetchable, unmaintained
2019-10-16 net/gtic: Unfetchable, unmaintained
2019-10-16 net/hidentd: Unfetchable, unmaintained
2019-10-16 net/ldap2dns: Unfetchable, unmaintained
2019-10-16 net/libmxp: Unfetchable, unmaintained
2019-10-16 net/librouteros: Unfetchable, unmaintained
2019-10-16 net/nettest: Unfetchable, unmaintained
2019-10-16 net/py-netstring: Unfetchable, unmaintained
2019-10-16 net/radiusd-cistron: Unfetchable, unmaintained
2019-10-16 net/rtptools: Unfetchable, unmaintained
2019-10-16 net/smbldap-tools: Unfetchable, unmaintained
2019-10-16 net/tcptrace: Unfetchable, unmaintained
2019-10-16 net/wackford-squeers: Unfetchable, unmaintained
2019-10-16 net/wmnet2: Unfetchable, unmaintained
2019-10-16 net-im/pidgin-birthday-reminder: Unfetchable, unmaintained
2019-10-16 net-im/pidgin-pidgimpd: Unfetchable, unmaintained
2019-10-16 net-im/poezio: Unfetchable, unmaintained
2019-10-16 net-mgmt/bsnmp-jails: Unfetchable, unmaintained
2019-10-16 net-mgmt/iog: Unfetchable, unmaintained
2019-10-16 net-mgmt/lanmap: Unfetchable, unmaintained
2019-10-16 net-mgmt/nagios-spamd-plugin: Unfetchable, unmaintained
2019-10-16 net-mgmt/nefu: Unfetchable, unmaintained
2019-10-16 net-mgmt/pixilate: Unfetchable, unmaintained
2019-10-16 net-mgmt/slate: Unfetchable, unmaintained
2019-10-16 net-mgmt/weplab: Unfetchable, unmaintained
2019-10-16 net-p2p/bnbt: Unfetchable, unmaintained
2019-10-16 net-p2p/btpd: Unfetchable, unmaintained
2019-10-16 net-p2p/gkremldk: Unfetchable, unmaintained
2019-10-16 news/newscache: Unfetchable, unmaintained
2019-10-16 news/nntpbtr: Unfetchable, unmaintained
2019-10-16 news/slrnconf: Unfetchable, unmaintained
2019-10-16 news/xpn: Unfetchable, unmaintained
2019-10-16 polish/ekg: Unfetchable, unmaintained
2019-10-16 polish/ekg2: Unfetchable, unmaintained
2019-10-16 ports-mgmt/fastest_sites: Unfetchable, unmaintained
2019-10-16 ports-mgmt/pkg-plist: Unfetchable, unmaintained
2019-10-16 ports-mgmt/symports: Unfetchable, unmaintained
2019-10-16 print/poster: Unfetchable, unmaintained
2019-10-16 russian/d1489: Unfetchable, unmaintained
2019-10-16 science/metaf2xml: Unfetchable, unmaintained
2019-10-16 security/authforce: Unfetchable, unmaintained
2019-10-16 security/avcheck: Unfetchable, unmaintained
2019-10-16 security/digest: Unfetchable, unmaintained
2019-10-16 security/fpm2: Unfetchable, unmaintained
2019-10-16 security/fwipe: Unfetchable, unmaintained
2019-10-16 security/gnome-password-generator: Unfetchable, unmaintained
2019-10-16 security/httprint: Unfetchable, unmaintained
2019-10-16 security/ike-scan: Unfetchable, unmaintained
2019-10-16 security/ipfwcount: Unfetchable, unmaintained
2019-10-16 security/libsparkcrypto: Unfetchable, unmaintained
2019-10-16 security/md4coll: Unfetchable, unmaintained
2019-10-16 security/md5coll: Unfetchable, unmaintained
2019-10-16 security/osiris: Unfetchable, unmaintained
2019-10-16 security/ranpwd: Unfetchable, unmaintained
2019-10-16 security/rdigest: Unfetchable, unmaintained
2019-10-16 security/smap: Unfetchable, unmaintained
2019-10-16 security/sshblock: Unfetchable, unmaintained
2019-10-16 shells/bashc: Unfetchable, unmaintained
2019-10-16 shells/flash: Unfetchable, unmaintained
2019-10-16 sysutils/cotty: Unfetchable, unmaintained
2019-10-16 sysutils/dt: Unfetchable, unmaintained
2019-10-16 sysutils/gkrellfire: Unfetchable, unmaintained
2019-10-16 sysutils/log_analysis: Unfetchable, unmaintained
2019-10-16 sysutils/mksunbootcd: Unfetchable, unmaintained
2019-10-16 sysutils/rfstool: Unfetchable, unmaintained
2019-10-16 sysutils/skill: Unfetchable, unmaintained
2019-10-16 sysutils/sloth: Unfetchable, unmaintained
2019-10-16 sysutils/snowlog: Unfetchable, unmaintained
2019-10-16 sysutils/wmfire: Unfetchable, unmaintained
2019-10-16 sysutils/xbattbar: Unfetchable, unmaintained
2019-10-16 textproc/bedic-data: Unfetchable, unmaintained
2019-10-16 textproc/clit: Unfetchable, unmaintained
2019-10-16 textproc/docbook-tdg: Unfetchable, unmaintained
2019-10-16 textproc/emacs-wiki: Depends on expiring ports
2019-10-16 textproc/htmlize.el: Unfetchable, unmaintained
2019-10-16 textproc/libflate: Unfetchable, unmaintained
2019-10-16 textproc/mguesser: Unfetchable, unmaintained
2019-10-16 textproc/opensched: Unfetchable, unmaintained
2019-10-16 textproc/opentoken: Unfetchable, unmaintained
2019-10-16 textproc/rot: Unfetchable, unmaintained
2019-10-16 textproc/rtfx: Unfetchable, unmaintained
2019-10-16 textproc/supercat: Unfetchable, unmaintained
2019-10-16 textproc/xml_ez_out: Unfetchable, unmaintained
2019-10-16 textproc/xmldiff: Unfetchable, unmaintained
2019-10-16 textproc/xqilla: Unfetchable, unmaintained
2019-10-16 www/WebMagick: Unfetchable, unmaintained
2019-10-16 www/bins: Unfetchable, unmaintained
2019-10-16 www/blogsum: Unfetchable, unmaintained
2019-10-16 www/boa: Unfetchable, unmaintained
2019-10-16 www/cgihtml: Unfetchable, unmaintained
2019-10-16 www/cgiparse: Unfetchable, unmaintained
2019-10-16 www/flot: Unfetchable, unmaintained
2019-10-16 www/ftasv: Unfetchable, unmaintained
2019-10-16 www/hastymail2-devel: Unfetchable, unmaintained
2019-10-16 www/htmlpp: Unfetchable, unmaintained
2019-10-16 www/http-analyze: Unfetchable, unmaintained
2019-10-16 www/junkbuster: Unfetchable, unmaintained
2019-10-16 www/links-hacked: Unfetchable, unmaintained
2019-10-16 www/llgal: Unfetchable, unmaintained
2019-10-16 www/mgstat: Unfetchable, unmaintained
2019-10-16 www/php-screw: Unfetchable, unmaintained
2019-10-16 www/phproxy: Unfetchable, unmaintained
2019-10-16 www/py-prewikka: Unfetchable, unmaintained
2019-10-16 www/redmine-backlogs: Unfetchable, unmaintained
2019-10-16 www/swfdec-plugin: Unfetchable, unmaintained
2019-10-16 www/swish-e: Unfetchable, unmaintained
2019-10-16 x11/blast: Unfetchable, unmaintained
2019-10-16 x11/dynamag: Unfetchable, unmaintained
2019-10-16 x11/xcurs: Unfetchable, unmaintained
2019-10-16 x11/xscreensaver-gnome: Unfetchable, unmaintained
2019-10-16 x11/xscreensaver-gnome-hacks: Unfetchable, unmaintained
2019-10-16 x11-clocks/cairo-clock: Unfetchable, unmaintained
2019-10-16 x11-clocks/pclock: Unfetchable, unmaintained
2019-10-16 x11-clocks/stopwatch: Unfetchable, unmaintained
2019-10-16 x11-clocks/wmfuzzy: Unfetchable, unmaintained
2019-10-16 x11-fm/emelfm2: Unfetchable, unmaintained
2019-10-16 x11-fm/ezfm: Unfetchable, unmaintained
2019-10-16 x11-fm/ultracopier: Unfetchable, unmaintained
2019-10-16 x11-fm/xplore: Unfetchable, unmaintained
2019-10-16 x11-fonts/indic-ttf: Unfetchable, unmaintained
2019-10-16 x11-fonts/pingwi: Unfetchable, unmaintained
2019-10-16 x11-themes/cursor-ecliz: Unfetchable, unmaintained
2019-10-16 x11-themes/cursor-grounation-theme: Unfetchable, unmaintained
2019-10-16 x11-themes/cursor-neutral-theme: Unfetchable, unmaintained
2019-10-16 x11-themes/cursor-polar-theme: Unfetchable, unmaintained
2019-10-16 x11-themes/gtk-envy-theme: Unfetchable, unmaintained
2019-10-16 x11-themes/gtk-equinox-engine: Unfetchable, unmaintained
2019-10-16 x11-themes/gtk-qnxtheme: Unfetchable, unmaintained
2019-10-16 x11-themes/plank-theme-moka: Unfetchable, unmaintained
2019-10-15 x11-toolkits/swt-devel: Obsolete. Superseded by x11-toolkits/swt
2019-10-16 x11-wm/genmenu: Unfetchable, unmaintained
2019-10-16 x11-wm/musca: Unfetchable, unmaintained
2019-10-16 x11-wm/weewm: Unfetchable, unmaintained
2019-10-16 x11-wm/windowlab: Unfetchable, unmaintained
2019-10-16 x11-wm/wmfs: Unfetchable, unmaintained
2019-10-16 15:29:32 +00:00
Piotr Kubaj
a120657034 net-p2p/monero-cli: fix build on non-x86
Checking battery status uses x86-only headers and functions. Remove this functionality to get it to build on other architectures.

PR:             241230
Approved by:    linimon (mentor), vd (maintainer)
Pull Request:   https://github.com/monero-project/monero/pull/5984
Differential Revision:  https://reviews.freebsd.org/D22027
2019-10-16 15:29:20 +00:00
Vasil Dimov
171f532ca9 net-p2p/qtum: Use ${REINPLACE_CMD} instead of ${SED} -i '' 2019-10-14 07:15:19 +00:00
Piotr Kubaj
a43c0496c2 net-p2p/qtum: fix build on GCC architectures
Don't add -L/usr/lib because it breaks linking when using GCC (used on GCC architectures), because GCC tries to link with base libstdc++.

PR:             241074
Approved by:    linimon (mentor), vd (maintainer)
2019-10-12 19:50:32 +00:00
Vasil Dimov
77316e6056 net-p2p/qtum: fix compilation on FreeBSD 11.x 2019-10-12 16:57:51 +00:00
Piotr Kubaj
13899830e2 net-p2p/bitcoin-utils: unbreak on BE
net-mgmt/ndouditls: fix build on GCC architectures

ndoutils needs C11 compiler because it links to mysql libraries.

Approved by:	mentors (implicit approval)
2019-10-09 12:59:03 +00:00
Baptiste Daroussin
88a9b99e26 Drop the ipv6 virtual category for n* category as it is not relevant anymore 2019-10-09 12:17:15 +00:00
Piotr Kubaj
7f3a3cb0d3 net-p2p/zetacoin: unbreak on powerpc*
Builds on powerpc64.

Approved by:	mentors (implicit approval)
2019-10-07 19:54:51 +00:00
Piotr Kubaj
c1170a7afb net-p2p/ncdc: fix build on GCC architectures
Use C11 compiler:
In file included from src/geoip.c:34:
/usr/local/include/maxminddb.h:92: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'mmdb_uint128_t'
/usr/local/include/maxminddb.h:122: error: expected specifier-qualifier-list before 'mmdb_uint128_t'

Approved by:	mentors (implicit approval)
2019-10-07 13:58:15 +00:00
Antoine Brodin
eb615250ba Fix dependencies 2019-10-06 21:37:04 +00:00
Yuri Victorovich
6992f7125a net-p2p/qbittorrent: Update 4.1.7 -> 4.1.8
Reported by:	portscout
2019-10-05 17:15:40 +00:00
Max Brazhnikov
58220efc10 net-p2p/vuze:
- Switch from x11-toolkits/swt-devel to x11-toolkits/swt, which is newer
  than -devel variant.

PR:		219186
2019-09-30 20:37:45 +00:00
Emanuel Haupt
3fb8357b4a Update to 3.2.0 2019-09-29 19:00:08 +00:00
Vasil Dimov
527b2bba3f net-p2p/qtum: Upgrade from 0.18.0 to 0.18.1 2019-09-25 19:44:18 +00:00
Dmitry Marakasov
9ea97d27e6 - Switch to USES=localbase
- Switch to options helpers
- Update WWW
2019-09-25 09:38:24 +00:00
Steve Wills
efff3ddf0d net-p2p/go-ethereum: upgrade to 1.9.5
PR:		240772
Submitted by:	Enrique Fynn <me@enriquefynn.com> (maintainer)
2019-09-23 14:50:23 +00:00
Thomas Zander
9296d7b684 Update to upstream release 1.22.1
Details:
- Update to new upstream release 1.22.1
- Introduce default OPTION for IP geolocation support

PR:		239794
Submitted by:	h.freshports@skarnell.se
Approved by:	maintainer timeout
2019-09-22 09:05:31 +00:00
Piotr Kubaj
b3d0f198ff net-p2p/litecoin: fix build on big-endian architectures
Include sys/endian.h in src/crypto/scrypt.cpp, big-endian architectures need it:
crypto/scrypt.cpp:157:3: error: 'be32enc' was not declared in this scope
  157 |   be32enc(ivec, (uint32_t)(i + 1));
      |   ^~~~~~~
crypto/scrypt.cpp: In function 'void scrypt_1024_1_1_256_sp_generic(const char*, char*, char*)':
crypto/scrypt.cpp:269:10: error: 'le32dec' was not declared in this scope
  269 |   X[k] = le32dec(&B[4 * k]);
      |          ^~~~~~~
crypto/scrypt.cpp:285:3: error: 'le32enc' was not declared in this scope
  285 |   le32enc(&B[4 * k], X[k]);
      |   ^~~~~~~

PR:		240695
Approved by:	hsw@bitmark.com (maintainer), linimon (mentor)
2019-09-21 16:38:37 +00:00
Dmitry Marakasov
b6298af6fc - Update WWW
Approved by:	portmgr blanket
2019-09-21 09:38:22 +00:00
Emanuel Haupt
32b150ad72 Update to 3.1.3 2019-09-20 13:55:58 +00:00
Piotr Kubaj
4b6f291d3e net-p2p/litecoin-daemon: unbreak on powerpc*
Builds fine.

Approved by:	mentors (implicit approval)
2019-09-20 10:20:45 +00:00
Mark Felder
0ea6609080 Add net-p2p/sonarr-devel to the tree
The sonarr-devel port tracks the development releases of Sonarr's
v3 phantom branch.

If you previously had net-p2p/sonarr installed, it will automatically
upgrade your database after backing up the v2 database files.

PR:		235508
Submitted by:	rodrigo
2019-09-18 22:50:09 +00:00
Tobias Kortkamp
c8b9433fc5 Fix some misspelled or duplicated LICENSE_* 2019-09-17 19:21:45 +00:00
Emanuel Haupt
575101a509 Update to 3.1.2 2019-09-15 19:17:57 +00:00
Antoine Brodin
637b3d75f3 Deprecate a few ports 2019-09-15 17:28:08 +00:00
Jan Beich
e5688543b0 Drop C++11 workaround for GCC < 6 after r449590
lang/gcc5 will expire in ~1 month. If someone still uses lang/gcc48
they should backport C++11 fix instead. QA on GCC architecuters is
currently limited to powerpc64 which uses GCC_DEFAULT.

PR:		193528
2019-09-14 22:01:13 +00:00
Rene Ladan
63008e23ae net-p2p/zetacoin: fix build with current boost.
Resurrect -nox11 slave port as -daemon slave port.
Split off cli and tx utilities from main port into -utils slave port.

PR:		237017
Submitted by:	Daniel Morante
Reported by:	jbeich
2019-09-14 14:26:31 +00:00
Steve Wills
38c493c0c8 net-p2p/go-ethereum: upgrade to 1.9.3
PR:		240468
Submitted by:	Enrique Fynn <me@enriquefynn.com> (maintainer)
2019-09-13 14:18:24 +00:00
Tobias Kortkamp
d4969c8b2a Canonicalize librsvg dependency
- Use USE_GNOME=librsvg2 where possible
- Reduce scope of D18878
2019-09-13 12:50:04 +00:00
Dmitry Marakasov
409b8a4ef5 - Update WWW
- Cosmetic fix
2019-09-04 09:02:47 +00:00
Jose Alonso Cardenas Marquez
c0b7145df2 - Rebuild bootstrap (ppcx64 and ppc386) with ld patches
- Fix build on 12-STABLE and CURRENT (amd64 and i386)
- Bump PORTREVISION for all ports that depends of lang/fpc
- Add USE_BINUTILS to fpc and lazarus based ports
- Add binutils dependency to Uses/fpc.mk and Uses/lazarus.mk

PR:		240293 239934 233413 214864
Exp-run by:	antoine
2019-09-03 15:51:50 +00:00