In file included from /usr/local/include/qt5/QtCore/qstring.h:49:
/usr/local/include/qt5/QtCore/qbytearray.h:545:22: error: definition of implicit copy constructor for 'QByteRef' is deprecated because it has a user-declared copy assignment operator [-Werror,-Wdeprecated-copy]
inline QByteRef &operator=(const QByteRef &c)
^
/usr/local/include/qt5/QtCore/qbytearray.h:563:28: note: in implicit copy constructor for 'QByteRef' first required here
{ Q_ASSERT(i >= 0); return QByteRef(*this, i); }
^
PR: 244251
(Note that these have not yet been re-tested on elfv1.)
While here, pet portlint (e.g. location of BROKEN_*, and, in one case,
USES).
Approved by: portmgr (tier-2 blanket)
For the traditional spin table setup, only the lowest page needs
to be reserved. However, our PSCI stubs are slightly bigger and occupy
a little over one page. These patches, already sent upstream, allow a
variable number of initial pages to be reserved for the SMP stubs. We
then set the values for these in our fragment to '2' to reserve the first
and second page.
Approved by: koobs (mentor)
Approved by: manu (uboot, maintainer)
MFH: 2020Q1
Differential Revision: https://reviews.freebsd.org/D24085
Bring in the latest fixes, including fixing the build with Clang 10.
Approved by: wg (ports)
Approved by: mav (mentor)
Sponsored by: iXsystems, Inc.
Differential Revision: https://reviews.freebsd.org/D24086
SLURM since 18.08 defaults to /usr/bin/mail if /bin/mail doesn't exist so
this patch is no longer needed and was not functioning correctly anyway
Reported by: swills
Fast (<1ms execution time) system information
fetching program, written entirely in Rust. It
currently supports Linux and (Open|Net|Free)BSD.
All information fields are disabled by default,
and must be manually enabled via configuration
flags.
rsfetch has no configuration file, making it even
more fast. Users may instead create aliases in their
~/.${SHELL}rc. In addition, no automatic package
manager or ASCII logo mechanism is present, but must
instead be manually specified.
WWW: https://github.com/rsfetch/rsfetch
PR: 244811
Submitted by: Lewis Cook <vulcan@wired.sh> (maintainer)
Packmule automates the process of loading custom software into a
FreeBSD installation image. The user creates a "packing" list
which is either installed alongside the base system, or added to
the live CD.
WWW: http://badland.io/packmule.md
PR: 234675
Submitted by: Austin Shafer <ashafer@badland.io>
/dev/stdin is a non-portable non-POSIX extension having different
semantics on different operating systems. zininfo(1) exits with 9 when
/dev/stdin is supplied on FreeBSD. In fact, unzip(1) explicitly documents
that it does not support reading from stdin.
[1] https://lists.reproducible-builds.org/pipermail/diffoscope/2020-March/002632.html
PR: 244750
Submitted by: Michael Osipov <michael.osipov siemens com>
MFH: 2020Q1
ChangeLog: https://github.com/jhspetersson/fselect/releases/tag/0.6.9
* added SUBSTRING or SUBSTR function
* added LEN as a synonym for LENGTH function
* extract EXIF data from HEIF files
* added device, inode, blocks, and hardlinks fields (Linux only)
* bugfixes
PR: 244700
Submitted by: vulcan@wired.sh (maintainer)
From ChangeLog: https://github.com/dylanaraps/pfetch/releases/tag/0.5.0
* Added a new simplified dynamic display method. It's smaller in
size, uses less escape sequences and is faster overall.
* Added PF_SOURCE to execute a script prior to running pfetch.
This allows the user to script things.
* ASCII Art is now bold.
* os: Added support for IRIX, CRUX, OpenWRT and Bedrock Linux.
* host: Fixed incorrect host output.
* host: Added MINIX support.
* wm: Added fallback to non-EWMH WMs .
And many more minor changes.
PR: 244740
Submitted by: vulcan@wired.sh (maintainer)
Tuesday, 10 March 2020. Today KDE releases a bugfix update to KDE Plasma 5,
versioned 5.18.3. Plasma 5.18 was released in February 2020 with many feature
refinements and new modules to complete the desktop experience.
This release adds a fortnight's worth of new translations and fixes from KDE's
contributors. The bugfixes are typically small but important and include:
* libkscreen: handle when backend fails to load/initialize.
* Discover Flatpak: build with older libflatpaks.
* Discover: Make sure we don't crash.
Announcement:
https://kde.org/announcements/plasma-5.18.3
Peter Czanik recommends we do not update the metaport as there are more
changes than usual. He wants to allow the new port to incubate for a while.
Therefore expiry dates will also not change.
Submitted by: Peter Czanik (CzP) <peter.czanik at oneidentity.com>
Balabit (a OneIdentity company) / syslog-ng upstream
Command-line utility to find files with a
highly relaxed SQL-like syntax, whilst
supporting a number of different complex
queries.
WWW: https://github.com/jhspetersson/fselect
PR: 242639
Submitted by: Lewis Cook <vulcan@wired.sh>