Re: git: dbac7d1ca87d - main - x11/libxklavier: mark as deprecated and give an expiration date.

From: Alexey Dokuchaev <danfe_at_freebsd.org>
Date: Wed, 07 May 2025 09:31:53 UTC
On Wed, May 07, 2025 at 08:45:57AM +0000, Mark Linimon wrote:
> commit dbac7d1ca87d2c7c11fa6115c5f2ca4449a5c779
> 
>   x11/libxklavier: mark as deprecated and give an expiration date.
> 
>   Nothing else in the tree depends on this port.

Hmm, are you sure about that?

$ find . -name Makefile | xargs grep -l x11/libxklavier
./accessibility/caribou/Makefile
./deskutils/cairo-dock-plugins/Makefile
./deskutils/xfce4-xkb-plugin/Makefile
./sysutils/cinnamon-control-center/Makefile
./sysutils/cinnamon-settings-daemon/Makefile
./sysutils/mate-control-center/Makefile
./sysutils/mate-settings-daemon/Makefile
./sysutils/xfce4-settings/Makefile
./x11/gxkb/Makefile
./x11/libgnomekbd/Makefile
./x11/libmatekbd/Makefile
./x11/lightdm/Makefile
./x11/xfce4-screensaver/Makefile

> -MAINTAINER=	gnome@FreeBSD.org
> +MAINTAINER=	linimon@FreeBSD.org

Why transfer maintainership?  It's still part of GNOME, right?

>  COMMENT=	Utility library to make XKB stuff easier
>  WWW=		https://gswitchit.sourceforge.net/

Probably WWW should be updated to point at FD.org's page instead to make
it less confusing about its status.

./danfe