git: 70f28abd9fd8 - main - x11-drivers/xf86-input-egalax: Remove FLAVOR. Now a forked version of egalax was added
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 27 Dec 2025 01:46:02 UTC
The branch main has been updated by acm:
URL: https://cgit.FreeBSD.org/ports/commit/?id=70f28abd9fd8c97294e88b5440f755ce674dfaae
commit 70f28abd9fd8c97294e88b5440f755ce674dfaae
Author: Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
AuthorDate: 2025-12-27 00:57:50 +0000
Commit: Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
CommitDate: 2025-12-27 01:45:36 +0000
x11-drivers/xf86-input-egalax: Remove FLAVOR. Now a forked version of egalax was added
- Bump PORTREVISION
PR: 291591
---
x11-drivers/xf86-input-egalax/Makefile | 10 +---------
1 file changed, 1 insertion(+), 9 deletions(-)
diff --git a/x11-drivers/xf86-input-egalax/Makefile b/x11-drivers/xf86-input-egalax/Makefile
index b231e898e595..5175624a8a77 100644
--- a/x11-drivers/xf86-input-egalax/Makefile
+++ b/x11-drivers/xf86-input-egalax/Makefile
@@ -1,6 +1,6 @@
PORTNAME= xf86-input-egalax
PORTVERSION= 0.3
-PORTREVISION= 7
+PORTREVISION= 8
CATEGORIES= x11-drivers
MAINTAINER= glebius@FreeBSD.org
@@ -8,15 +8,7 @@ COMMENT= eGalax touch screen input driver for X.Org
LICENSE= BSD2CLAUSE
-FLAVORS= xorg xlibre
-FLAVOR?= ${FLAVORS:[1]}
-
-.if ${FLAVOR} == xlibre
-PKGNAMEPREFIX= xlibre-
-USES= xlibre-cat:driver
-.else
USES= xorg-cat:driver
-.endif
USE_GITHUB= yes
GH_ACCOUNT= glebius