- with KF5 5.71, each application can have its own FindTaglib, or
uses the one from kdelibs4support (I think). This is generally an
"old-style" CMake module.
- with KF5 5.72, ECM delivers a modern CMake module which is found
**first**, but is also incompatible with the old version of FindTaglib.
Adjust the patches so they work with KF5 5.71 (now in-tree) and 5.72
(upcoming). Not bumping PORTREVISION here because the packages could
not have built with the previous patches.
Note to self: do not assume useful backwards-compatibility in CMake
modules from different sources.
PR: 247907
- This Rust release comes with LLVM 10. Drop the LLVM patches we
no longer need.
- On FreeBSD 13.0 powerpc64 set the elfv2 ABI explicitly in the
Rust target instead of patching LLVM.
- Build LLVM with Ninja. It can shorten the build time slightly.
- Force rebuild all consumers to catch regressions early
Changes: https://blog.rust-lang.org/2020/07/16/Rust-1.45.0.html
Tested by: mikael, pkubaj, tobik
With hat: rust
Differential Revision: https://reviews.freebsd.org/D25658
459556b New: Bump Version to 0.7.1
a86e872 Merge remote-tracking branch 'origin/master' into develop
8612548 Changed: Test on Mono 5.0 and 5.4
4136b9e use TestContext.Progress rather than Console.WriteLine for NzbDroneRunner output
3c42387 Fixed: ImageResizer Tweaks
ae6db26 Fixed regression in container registration. Additional logging in case of integration test startup failures
4bb6f5d Moved Platform version determination to static
7ffecf6 Fixed: several failing/flaky mono unit tests
9711a0c Update README.md with BrowserStack Badge
805a085 Fixed: ImageSharp crash on old mono
PR: 247125
Submitted by: Adam Jimerson <vendion@gmail.com>
Approved by: Michiel van Baak <michiel@vanbaak.eu> (maintainer)
- Remove devel/cargo-tree since it is now integrated into cargo
- Add patch to fix build with LibreSSL 3.1.x and 3.2.0 [1]
- Force rebuild all consumers to catch regressions early
Changes: https://blog.rust-lang.org/2020/06/04/Rust-1.44.0.html
PR: 246332 [1]
Tested by: mikael, tobik
With hat: rust
Differential Revision: https://reviews.freebsd.org/D25099
Changelog for 2.7.0:
New: syncing folders on same computer
New: setting custom names for sync shares
Option to force rescan a sync share
Added search in power user settings
Added error report when Sync consumed too much RAM
Fixed FileDelayConfig on POSIX
Fixed WebUI not working if two or more config files are used
Fixed crash when trying to decrypt encrypted folder
Fixed using IPv6 addresses as known hosts
Fixed false positive "No free space" error in some cases
Fixed syncing files bigger than 4 Gb on FreeBSD
Fixed UPnP not working in some cases
Fixed failed hash check on encrypted folders
Fixed xattrs not syncing on OS X in some cases
Improved minimized startup on Windows
Removed option to copy key from drop down menu
Disabled shell extension logging by default
Deprecated: support for WindowsServers for Sync Home Free and Pro
Multiple core fixes and improvements
PR: 246930
Submitted by: arcade@b1t.name (maintainer)