of the approach taken in r513793 (Clang was never required for this
port, any not-so-ancient compiler would suffice)
- Sort the values on the USES list; avoid hardcoding version numbers
- Pluralize the noun in the COMMENT line and make it a bit shorter
Reviewed by: pkubaj
PR: 239181
Deprecate x11/xfindproxy and x11/xfwp, they are deprecated upstream.
Make the deprecation timer extra short, since these ports are in the way of
other updates on x11 land.
PR: 241314 (related)
MFH: 2019Q4 (do we MFH deprecation notices?)
In prior versions of KDE's Plasma Desktop we set XDG_CONFIG_DIRS in the startkde
shellscript. Plasma 5.17 changed to a binary for this process and that variable
therefore was no longer set for most people (unless manually done so in their
environment / .xinitrc file, like me...).
With this patch the variable is now again setup, startplasma should be able to
bring up the whole shell again.
PR: 241341
Reported by: Martin Birgmeier
KDE Frameworks are over 70 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 web page.
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/kde-frameworks-5.63.0.php
PR: 241288
Exp-run by: antoine
* Various adjustments/fixes and preparations for 0.12.0
* Port moved as incorrectly labeled under windows manager
but is an independent dock application.
* Give maintainership to Daniel Shafer <daniel@shafer.cc>
PR: 241302
Submitted by: Daniel Shafer <daniel@shafer.cc> (maintainer)
Differential Revision: https://reviews.freebsd.org/D22029
Plasma 5.17 is the version where the desktop anticipates your needs. Night
Color, the color-grading system that relaxes your eyes when the sun sets, has
landed for X11. Your Plasma desktop also recognizes when you are giving a
presentation, and stops messages popping up in the middle of your slideshow. If
you are using Wayland, Plasma now comes with fractional scaling, which means
that you can adjust the size of all your desktop elements, windows, fonts and
panels perfectly to your HiDPI monitor.
The best part? All these improvements do not tax your hardware! Plasma 5.17 is
as lightweight and thrifty with resources as ever.
Important startup change:
With Plasma 5.17 the startup script has been renamed. People who use the
.xinitrc method to start Plasma have to call the new binary.
Previously:
exec ck-launch-session startkde
Change to:
exec ck-launch-session startplasma-x11
Announcement:
https://kde.org/announcements/plasma-5.17.0.php
Remove deprecated ports owned by x11:
* x11/xsetmode
* x11/xsetpointer
* x11/libxkbui
* x11/xrx
* x11/libXevie
* x11/liboldX
* x11-fonts/font-bitstream-speedo
* x11-fonts/libXfontcache
* x11-drivers/xf86-input-hyperpen
* x11-drivers/xf86-input-mutouch
* x11-drivers/xf86-input-acecad
* x11-drivers/xf86-input-penmount
* x11-drivers/xf86-input-fpit
Remove libraries from the USES framework and Mk/Uses/xorg.mk as needed to
adjust for their removal.
Add entries to MOVED and remove from port categories makefiles.
as a stand-in for "are we running on gcc". (PR 239181)
As a side-effect, adding the stanza
MAKE_ENV= LLVM_CONFIG=${LOCALBASE}/bin/llvm-config${LLVM_DEFAULT}
obviates the need for hardcoding definitions for CC, CXX, and CPP
(later linimon testing).
PR: 239181
Approved by: danfe (maintainer-timeout, > 2 months)
- remove no longer required post-patch target, shifted into release
- fix options that fail to build
- enable by default options that were unconditionally enabled before the latest change
- option-specific dependencies should only be pulled in when the option is turned on (e.g. change USE_XORG=xinerama to XINERAMA_USE= xorg=xinerama)
- use preferred options helpers (e.g. change MESAGL_CONFIGURE_OFF=--without-opengl --without-ftgl to MESAGL_CONFIGURE_WITH= mesa opengl ftgl
- sort variables according to the 'Order of Variables in Port Makefiles' chapter in the Porter's Handbook
- add missing library dependencies
- add missing tab after =
- ?= -> =
Submitted by: jrm@
Reviewed by: jgh@
Differential Revision: https://reviews.freebsd.org/D21556
wdisplays is a graphical application for configuring displays in
Wayland compositors. It borrows some code from kanshi. It should work
in any compositor that implements the wlr-output-management-unstable-v1
protocol, including sway. The goal of this project is to allow precise
adjustment of display settings in kiosks, digital signage, and other
elaborate multi-monitor setups.
https://github.com/cyclopsian/wdisplays
Use C11 compiler:
In file included from /usr/local/include/xfce4/libxfce4util/libxfce4util.h:33,
from /usr/local/include/xfce4/libxfce4ui-2/libxfce4ui/libxfce4ui.h:23,
from verve.c:34:
/usr/local/include/xfce4/libxfce4util/xfce-kiosk.h:37: error: redefinition of typedef 'XfceKiosk'
/usr/local/include/xfce4/libxfce4util/xfce-kiosk.h:35: error: previous declaration of 'XfceKiosk' was here
Approved by: mentors (implicit approval)
Remove deprecated x11 ports:
* x11/libXTrap
* x11/libXprintAppUtil
* x11/libXprintUtil
* x11/rstart
* x11/xdbedizzy
* x11/xplsprinters
* x11/xprehashprinterlist
* x11/xtrap
Remove libraries from Mk/Uses/Xorg and xorg-libraries as needed to adjust
for their removal.
Add entries to MOVED