maintainer-feedback requested: [Bug 291594] x11-drivers/xf86-video-scfb: Add support for xlibre
| Newsgroups | gmane.os.freebsd.devel.x11 |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
Bugzilla Automation <[email protected]> has asked freebsd-x11 (Nobody) <[email protected]> for maintainer-feedback: Bug 291594: x11-drivers/xf86-video-scfb: Add support for xlibre https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=291594 --- Description --- 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