git: a273fbb76840 - main - x11-drivers/xlibre-xf86-input-keyboard: Update to 25.0.0

From: Jose Alonso Cardenas Marquez <acm_at_FreeBSD.org>
Date: Sat, 27 Dec 2025 01:46:08 UTC
The branch main has been updated by acm:

URL: https://cgit.FreeBSD.org/ports/commit/?id=a273fbb768402d7ecea383ec414816db5a9745fe

commit a273fbb768402d7ecea383ec414816db5a9745fe
Author:     Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
AuthorDate: 2025-12-27 01:07:57 +0000
Commit:     Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
CommitDate: 2025-12-27 01:45:38 +0000

    x11-drivers/xlibre-xf86-input-keyboard: Update to 25.0.0
    
    With hat:       xlibre
---
 x11-drivers/xlibre-xf86-input-keyboard/Makefile                |  6 +-----
 x11-drivers/xlibre-xf86-input-keyboard/distinfo                |  6 +++---
 .../xlibre-xf86-input-keyboard/files/patch-src__bsd_KbdMap.c   | 10 +++++-----
 x11-drivers/xlibre-xf86-input-keyboard/pkg-plist               |  2 +-
 4 files changed, 10 insertions(+), 14 deletions(-)

diff --git a/x11-drivers/xlibre-xf86-input-keyboard/Makefile b/x11-drivers/xlibre-xf86-input-keyboard/Makefile
index 82220fefad03..b7c0866e7000 100644
--- a/x11-drivers/xlibre-xf86-input-keyboard/Makefile
+++ b/x11-drivers/xlibre-xf86-input-keyboard/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	xlibre-xf86-input-keyboard
-PORTVERSION=	2.1.0.2
+PORTVERSION=	25.0.0
 CATEGORIES=	x11-drivers
 
 MAINTAINER=	b-aazbsd@proton.me
@@ -9,10 +9,6 @@ WWW=		https://github.com/X11Libre/xf86-input-keyboard/
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-CONFLICTS_INSTALL=	xf86-input-keyboard
-
 USES=		xlibre-cat:driver
 
-GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
-
 .include <bsd.port.mk>
diff --git a/x11-drivers/xlibre-xf86-input-keyboard/distinfo b/x11-drivers/xlibre-xf86-input-keyboard/distinfo
index 3f95207b8ae2..e170da78fb82 100644
--- a/x11-drivers/xlibre-xf86-input-keyboard/distinfo
+++ b/x11-drivers/xlibre-xf86-input-keyboard/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1760816300
-SHA256 (xlibre/driver/X11Libre-xf86-input-keyboard-2.1.0.2-xlibre-xf86-input-keyboard-2.1.0.2_GH0.tar.gz) = 6e72dc5bde6215d1daa6970367caac27a7b8f491c1ea6b3030960a4736169110
-SIZE (xlibre/driver/X11Libre-xf86-input-keyboard-2.1.0.2-xlibre-xf86-input-keyboard-2.1.0.2_GH0.tar.gz) = 49451
+TIMESTAMP = 1766155967
+SHA256 (xlibre/driver/X11Libre-xf86-input-keyboard-25.0.0-xlibre-xf86-input-keyboard-25.0.0_GH0.tar.gz) = 2bc6d81090ce305645d24724252e8510e832cf252d4e1c53ecf86ff8cf7bdb4e
+SIZE (xlibre/driver/X11Libre-xf86-input-keyboard-25.0.0-xlibre-xf86-input-keyboard-25.0.0_GH0.tar.gz) = 48249
diff --git a/x11-drivers/xlibre-xf86-input-keyboard/files/patch-src__bsd_KbdMap.c b/x11-drivers/xlibre-xf86-input-keyboard/files/patch-src__bsd_KbdMap.c
index add495f1ee74..ec576045a48d 100644
--- a/x11-drivers/xlibre-xf86-input-keyboard/files/patch-src__bsd_KbdMap.c
+++ b/x11-drivers/xlibre-xf86-input-keyboard/files/patch-src__bsd_KbdMap.c
@@ -36,7 +36,7 @@ Submitted by:   Claude Buisson <clbuisson@orange.fr> (earlier version)
 -     0,    0,    0,    0,    0,    0,    0,    0,   /* 0x78 - 0x7f */
 -};
 -
--/* This table assumes the ibm code page 437 coding for characters 
+-/* This table assumes the ibm code page 437 coding for characters
 - * > 0x80. They are returned in this form by PCVT */
 -static KeySym eascii_to_x[512] = {
 -	NoSymbol,	NoSymbol,	NoSymbol,	NoSymbol,
@@ -104,7 +104,7 @@ Submitted by:   Claude Buisson <clbuisson@orange.fr> (earlier version)
 -	XK_degree,	NoSymbol,	NoSymbol,	XK_radical,
 -	XK_Greek_eta,	XK_twosuperior,	XK_periodcentered, NoSymbol,
 -
--	/* 
+-	/*
 -	 * special marked entries (256 + x)
 -	 */
 -
@@ -201,7 +201,7 @@ Submitted by:   Claude Buisson <clbuisson@orange.fr> (earlier version)
 -  case PCVT:
 -    {
 -      keymap_t keymap;
--    
+-
 -      if (ioctl(pInfo->fd, GIO_KEYMAP, &keymap) != -1) {
 -	for (i = 0; i < keymap.n_keys && i < NUM_KEYCODES; i++)
 -	  if (remap[i]) {
@@ -220,8 +220,8 @@ Submitted by:   Claude Buisson <clbuisson@orange.fr> (earlier version)
 -    }
 -    break;
 -#endif /* SYSCONS || PCVT */
--    
--  } 
+-
+-  }
 -#endif /* !bsdi */
 -
    /*
diff --git a/x11-drivers/xlibre-xf86-input-keyboard/pkg-plist b/x11-drivers/xlibre-xf86-input-keyboard/pkg-plist
index e76fe16577a9..36679b519982 100644
--- a/x11-drivers/xlibre-xf86-input-keyboard/pkg-plist
+++ b/x11-drivers/xlibre-xf86-input-keyboard/pkg-plist
@@ -1,2 +1,2 @@
-lib/xorg/modules/xlibre-25.0/input/kbd_drv.so
+%%MODULEDIR%%/input/kbd_drv.so
 share/man/man4/kbd.4x.gz