2021-04-14 www/grafana4: Upstream end of life
2021-04-14 www/grafana5: Upstream end of life
2021-04-15 comms/py-lirc: No longer maintained and not compatible with Python 3
2021-04-15 x11-toolkits/qt5-gtkplatform: Archived upstream
Saturday, 10 April 2021
KDE today announces the release of KDE Frameworks 5.81.0.
KDE Frameworks are 83 addon libraries to Qt which provide a wide variety
of commonly needed functionality in mature, peer reviewed and well
tested libraries with friendly licensing terms. For an introduction see
the KDE Frameworks release announcement.
This release is part of a series of planned monthly releases making
improvements available to developers in a quick and predictable manner.
Full Announcement:
https://kde.org/announcements/frameworks/5/5.81.0/
PR: 254978
Exp-run by: antoine
Bump PORTREVISION on consumers. Since this is a development version, rebuild
is required even for minor releases due to API/ABI changes.
Changes: http://www.fox-toolkit.org/news.html
Allow debugging EGLStreams itself on FreeBSD. Like CONSOLEKIT this relies
on a rejected patch, so may break on updates or be eventually removed.
See also NVIDIA option in x11-servers/xwayland-devel
This regeneration is required as the new gitlab version changed
the address and the directory the source files can be downloaded.
This commit also applies some small fixes to make sure all ports using
gitlab are buildable.
Reviewed by: mat
Approved by: portmgr
Differential Revision: https://reviews.freebsd.org/D29628
For ports optionally dependending on Python 2.7, just mark those options
as expired. Remove konquerer from the x11/kde-baseapps metaport and bump
its PORTREVISION.
Submitted by: rene
Reviewed by: portmgr, adridg, ehaupt, lme, madpilot, pizzamig, se, sunpoet, yuri
Approved by: portmgr
Differential Revision: https://reviews.freebsd.org/D28665
Saturday, 13 March 2021
KDE today announces the release of KDE Frameworks 5.80.0.
KDE Frameworks are 83 addon libraries to Qt which provide a wide variety of
commonly needed functionality in mature, peer reviewed and well tested
libraries with friendly licensing terms. For an introduction see the KDE
Frameworks release announcement.
This release is part of a series of planned monthly releases making
improvements available to developers in a quick and predictable manner.
Announcement:
https://kde.org/announcements/frameworks/5/5.80.0/
PR: 254256
Exp-run by: antoine
Fallout-fixes by: adridg
Bump PORTREVISION on consumers. Since this is a development version, rebuild
is required even for minor releases due to API/ABI changes.
Relnotes: http://www.fox-toolkit.org/news.html
Gtk on Wayland uses gsettings to get cursor theme but without schemes
installed it falls back to "default" theme which doesn't exist.
$ gsettings get org.gnome.desktop.interface cursor-theme
No such schema “org.gnome.desktop.interface”
$ MOZ_ENABLE_WAYLAND=1 firefox
[...]
Gdk-Message: 15:15:20.123: Unable to load hand2 from the cursor theme
Gdk-Message: 15:15:20.300: Unable to load hand2 from the cursor theme
Gdk-Message: 15:15:20.536: Unable to load hand2 from the cursor theme
Gdk-Message: 15:15:52.250: Unable to load hand2 from the cursor theme
Gdk-Message: 15:15:52.350: Unable to load hand2 from the cursor theme
Gdk-Message: 15:15:52.834: Unable to load hand2 from the cursor theme
Gdk-Message: 15:15:52.933: Unable to load hand2 from the cursor theme
$ emacs -Q # --with-pgtk
Gdk-Message: 15:16:34.736: Unable to load sb_v_double_arrow from the cursor theme
Gdk-Message: 15:16:34.736: Unable to load sb_h_double_arrow from the cursor theme
Gdk-Message: 15:16:35.272: Unable to load hand2 from the cursor theme
Gdk-Message: 15:16:35.272: Unable to load sb_h_double_arrow from the cursor theme
Gdk-Message: 15:16:35.272: Unable to load sb_v_double_arrow from the cursor theme
$ truss emacs -Q 2>&1 | fgrep /cursor
[...]
open("/home/foo/.icons/default/cursors/",O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC,00) ERR#2 'No such file or directory'
open("/usr/share/icons/default/cursors/",O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC,00) ERR#2 'No such file or directory'
open("/usr/share/pixmaps/default/cursors/",O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC,00) ERR#2 'No such file or directory'
open("/home/foo/.cursors/default/cursors/",O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC,00) ERR#2 'No such file or directory'
open("/usr/share/cursors/xorg-x11/default/cursors/",O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC,00) ERR#2 'No such file or directory'
open("/usr/local/share/icons/default/cursors/",O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC,00) ERR#2 'No such file or directory'
[...]
PR: 253742
Submitted by: Evgeniy Khramtsov <2khramtsov@gmail.com>
* PyQt5: update to 5.15.3
This is a minor feature and bug-fix release. There are corresponding releases of the other PyQt5-related packages.
- Added the missing QImage.setAlphaChannel().
- Support for the QtNetworkAuth library has been moved to a separate PyQtNetworkAuth package.
- Wheels no longer bundle the corresponding Qt libraries and instead automatically install them from an external wheel.
* QScintilla2: update to 2.12.0
This adds support for Qt6 and removes support for Qt4.
- Change the new distname (again)i due to a conflict
- Use the new sip-build system
* devel/py-qtbuilder: update to 1.9.0
* devel/py-sip: fix flavor for sip-distinfo
PR: 253865
Exp-run by: antoine
* Also apply the same fix as in r559094 by stripping libraries by wildcard
paths.
* Use PYTHONPREFIX_SITELIBDIR instead PYTHON_SITELIBDIR to make the port
PREFIX safe while I'm here.
PR: 253815
Approved by: python (with hat)