[Bug 291594] x11-drivers/xf86-video-scfb: Add support for xlibre
| Newsgroups | gmane.os.freebsd.devel.x11 |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=291594
Bug ID: 291594
Summary: x11-drivers/xf86-video-scfb: Add support for xlibre
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: [email protected]
Reporter: [email protected]
Assignee: [email protected]
Flags: maintainer-feedback?([email protected])
Hello, could you approve the following patch? this adds support for xlibre.
--- /usr/ports/x11-drivers/xf86-video-scfb/Makefile 2024-04-09
22:22:18.014587000 -0700
+++ ./Makefile 2025-12-11 14:29:11.734125000 -0800
@@ -7,7 +7,16 @@
COMMENT= X.Org syscons display driver
WWW= https://github.com/rayddteam/xf86-video-scfb
+FLAVORS= xlibre xorg
+FLAVOR?= ${FLAVORS:[1]}
+
+.if ${FLAVOR} == xlibre
+PKGNAMEPREFIX= xlibre-
+USES= xlibre-cat:driver
+.else
USES= xorg-cat:driver
+.endif
+
PLIST_FILES= lib/xorg/modules/drivers/scfb_drv.so \
share/man/man4/scfb.4x.gz
--
You are receiving this mail because:
You are the assignee for the bug.