Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Dec 2025 01:46:03 +0000
From:      Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: ee08707e1c00 - main - x11-drivers/xlibre-drivers: Update to 1.0
Message-ID:  <694f3a5b.37438.52303a2@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by acm:

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

commit ee08707e1c00c9f04055f5ba14561750012c9b86
Author:     Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
AuthorDate: 2025-12-27 00:59:54 +0000
Commit:     Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
CommitDate: 2025-12-27 01:45:37 +0000

    x11-drivers/xlibre-drivers: Update to 1.0
    
    eGalax and SCFB drivers have been added to the XLibre organization.
    
    With hat:       xlibre
    Obtained from:  https://github.com/b-aaz/xlibre-ports
---
 x11-drivers/xlibre-drivers/Makefile | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/x11-drivers/xlibre-drivers/Makefile b/x11-drivers/xlibre-drivers/Makefile
index 6882b419a964..0251d9e83595 100644
--- a/x11-drivers/xlibre-drivers/Makefile
+++ b/x11-drivers/xlibre-drivers/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	xlibre-drivers
-PORTVERSION=	0.1
+PORTVERSION=	1.0
 CATEGORIES=	x11-drivers
 
 MAINTAINER=	b-aazbsd@proton.me
@@ -12,11 +12,8 @@ USES=		metaport
 
 .include "../../x11-servers/xlibre-server/Makefile.version"
 MODULEDIR=	${PREFIX}/lib/xorg/modules/xlibre-${XLIBRE_MJR_VER}/
-XORG_MODULEDIR=	${PREFIX}/lib/xorg/modules/
 VIDEODIR=	${MODULEDIR}/drivers
 INPUTDIR=	${MODULEDIR}/input
-XORG_VIDEODIR=	${XORG_MODULEDIR}/drivers
-XORG_INPUTDIR=	${XORG_MODULEDIR}/input
 
 INPUT_DRIVERS=		elographics \
 			evdev \
@@ -58,7 +55,6 @@ VMWARE_DESC=		Install vmware video driver
 
 # these drivers have a different module name compared to the plugin they install
 QUIRKS=		keyboard:kbd
-NONXLIBRE=	scfb egalax
 
 .include <bsd.port.options.mk>
 
@@ -73,8 +69,6 @@ VIDEO_DRIVERS+=	amdgpu ati intel vmware
 .  if ${PORT_OPTIONS:M${i:tu}} != ""
 .   if ${QUIRKS:M${i}\:*:C/.*://} != ""
 RUN_DEPENDS+=	${${type:tu}DIR}/${QUIRKS:M${i}\:*:C/.*://}_drv.so:x11-drivers/xlibre-xf86-${type}-${i}
-.   elif ${NONXLIBRE:M${i}}
-# RUN_DEPENDS+=	${XORG_${type:tu}DIR}/${i}_drv.so:x11-drivers/xf86-${type}-${i}@xlibre
 .   else
 RUN_DEPENDS+=	${${type:tu}DIR}/${i}_drv.so:x11-drivers/xlibre-xf86-${type}-${i}
 .   endif


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?694f3a5b.37438.52303a2>