When python package lists are generated by distutils, any file entry that
includes a space will be surrounded in double quotes. This is unnecessary
and causes problems elsewhere such as when stripping ${PREFIX} for staging
or checking the package list in stage-qa.
PR: 248981
Approved by: kevans, portmgr (mat), python (koobs)
Differential Revision: https://reviews.freebsd.org/D26221
Tuesday, 1 September 2020. Today KDE releases a bugfix update to KDE Plasma 5,
versioned 5.19.5. Plasma 5.19 was released in June 2020 with many feature
refinements and new modules to complete the desktop experience.
This release adds a month's worth of new translations and fixes from KDE's
contributors. The bugfixes are typically small but important and include:
* Powerdevil: On wakeup from suspend restore remembered keyboard brightness.
* KSysGuard: Correctly handle monitors list changing.
* xdg-desktop-portal-kde: enable printing of multiple copies.
Full changelog:
https://kde.org/announcements/plasma-5.19.4-5.19.5-changelog
The theme was doing weird things which broke Musescore.
Upstream (except there's a whole forest of intertwined
bug reports) report https://bugs.kde.org/show_bug.cgi?id=425949
PR: 247466
Reported by: Keith White
- submitter becomes maintainer
- Install kmod into /boot/modules instead of /usr/local
- Cleared out bits dating back to pre-devfs
- Removed #ifdef bits related to FreeBSD <= 4.X and FreeBSD <= 8.X
- Olegs fixes for FreeBSD 11.X and FreeBSD 12.X+
- Removed "USES= linux uidfix" - whilst this provides functionality
that is "often" used by linux programs, that's not necessarily the
case, and this module doesn't require any linux subsystem or
kernel MOD to operate.
- Removed oldstyle rtc.sh - include pkg-message showing how to load
from the rc.conf "kld_list" mechanism.
- Fixed typo in "test.c" -> /dec -> /dev
- Fixed path to "rtc.h" in "test.c"
PR: 233057
Submitted by: Jamie Landeg-Jones <jamie@catflap.org>
applies by the modern FreeBSD patch(1). Patch was applied on the FreeBSD
8.4 and then regenerated with ``make makepatch''. While here, replace
hardcoded ``/usr/local'' with ${LOCALBASE} as appropriate, merge in the
change made with sed(1), and typofix + shorten the COMMENT text.
Reported by: pkg-fallout
no longer applies by modern FreeBSD patch(1). Patch was applied on the
FreeBSD 8.4 and new patches generated with ``make makepatch''. Repocopy
was waived since three-way split would make the diff unnecessarily noisy
and there's not much history to preserve anyways as the patch had not
been modified since its inception. While here, unbreak the build against
modern compilers (Clang 11, GCC 10) by forcing the `-fcommon' mode.
Reported by: pkg-fallout
program invocations with corresponding `pkg-config WINGs ...' ones.
As we now non-trivially patch the configure script, merge the changes
made with sed(1) into the patch file.
modern compilers (abuse OPTIMIZER variable for this matter as
we have to suppress it anyways and it is passed for both debug
and release builds)
- Enable verbose build like we normally do in the ports tree
Reported by: pkg-fallout