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
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
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
- 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
- also chase attendant libktorrent
- switch libktorrent to release tarballs instead of GitHub
From the release announcement, Fixes:
* Fix HTTP seeding.
* Fix memory corruption in ScanFolder plugin.
* Fix a few issues found by clang-tidy.
* Some build fixes (missing include headers) that get triggered
on certain versions of Qt/KF5 frameworks.
Lidarr is a music collection manager for Usenet and BitTorrent users.
It can monitor multiple RSS feeds for new tracks from your favorite
artists and will grab, sort and rename them.
It can also be configured to automatically upgrade the quality of
files already downloaded when a better quality format becomes
available.
It looks and smells like Sonarr but made for music.
WWW: https://lidarr.audio
PR: 234233
Submitted by: Michiel van Baak <michiel@vanbaak.eu>, Matt Russi <mrussi@gmail.com>
When the NLS option is disabled the installed transmission-gtk.desktop file
contains fields that start with and underscore, like _Name instead of Name.
When the NLS option is enabled these are replaced by translations. The attached
patch adds a simple sed command that removes the underscores when NLS is
disabled.
PR: 240125
Submitted by: tijl
Approved by: tcberner (mentor)
Release notes at
https://kde.org/announcements/kde-frameworks-5.61.0.php
Thanks to
antoine@ for the exp-runs,
tcberner@ for most of the prep-work,
the Gentoo community for cherry-picking patches
There are a bunch of changes in (implicitly included) headers, which
broke existing KDE Applications builds; that's why there are a whole
bunch of "patch-gentoo-kf5-5.61-headers" patches (taken from Gentoo
packaging). Those will go away with the next KDE Applications release,
PR: 239777
Submitted by: tcberner
Respect CXX and use a new GCC from ports to fix this port on GCC architectures.
PR: 238722
Approved by: dch (maintainer), linimon (mentor)
Differential Revision: https://reviews.freebsd.org/D20890
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330
* Remove no longer required patch "fdlimit_freebsd.go" as those changes have
been merged by upstream.
* Add a pkg-message to give users some advice when upgrading from releases
lower than 1.9.0. [1]
Changelog:
https://github.com/ethereum/go-ethereum/releases/tag/v1.9.0
PR: 239111
Submitted by: Enrique Fynn <me@enriquefynn.com> (maintainer)
Approved by: Enrique Fynn (maintainer) [1]
This allows for port testing with lang/go-devel via GO_PORT, setting
up the Go build environment in a single place, and is step one in
simplifying Go ports that often define too complicated do-build
targets themselves.
USES=go gains new arguments 'run' to add lang/go to RUN_DEPENDS and
'no_targets' for ports with composite builds that call 'go' themselves
and do not need the do-build/do-install targets of USES=go.
PR: 238849
Submitted by: dg@syrec.org (also D20745)
Reviewed by: mat, tobik
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D20746