mirror of
https://git.freebsd.org/ports.git
synced 2026-06-02 11:08:52 +00:00
x11-drivers/xlibre-xf86-video-mga: Update tp 25.0.0
With hat: xlibre
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
PORTNAME= xlibre-xf86-video-mga
|
||||
PORTVERSION= 2.1.0.1
|
||||
PORTVERSION= 25.0.0
|
||||
CATEGORIES= x11-drivers
|
||||
|
||||
MAINTAINER= b-aazbsd@proton.me
|
||||
@@ -9,11 +9,6 @@ WWW= https://github.com/X11Libre/xf86-video-mga/
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
CONFLICTS_INSTALL= xf86-video-mga
|
||||
|
||||
GH_TAGNAME= 368f2e8
|
||||
USES= xlibre-cat:driver
|
||||
|
||||
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1760818379
|
||||
SHA256 (xlibre/driver/X11Libre-xf86-video-mga-2.1.0.1-368f2e8_GH0.tar.gz) = 24b96158a4dd6c48d5beb87bcb2ab9d3af7aced6285629af2a9c7786eed42dba
|
||||
SIZE (xlibre/driver/X11Libre-xf86-video-mga-2.1.0.1-368f2e8_GH0.tar.gz) = 158294
|
||||
TIMESTAMP = 1766525198
|
||||
SHA256 (xlibre/driver/X11Libre-xf86-video-mga-25.0.0-xlibre-xf86-video-mga-25.0.0_GH0.tar.gz) = af619a36e6b7c8f951e3c1329889bbacd8864ed8dea32d306ab8cfd748b24ad4
|
||||
SIZE (xlibre/driver/X11Libre-xf86-video-mga-25.0.0-xlibre-xf86-video-mga-25.0.0_GH0.tar.gz) = 152084
|
||||
|
||||
@@ -3,13 +3,13 @@
|
||||
--- src/mga_dac3026.c.orig 2017-01-17 22:40:29 UTC
|
||||
+++ src/mga_dac3026.c
|
||||
@@ -886,8 +886,8 @@ MGA3026LoadCursorImage(
|
||||
outTi3026dreg(TVP3026_WADR_PAL, 0x00);
|
||||
outTi3026dreg(TVP3026_WADR_PAL, 0x00);
|
||||
|
||||
while(i--) {
|
||||
- while (INREG8(0x1FDA) & 0x01);
|
||||
- while (!(INREG8(0x1FDA) & 0x01));
|
||||
+ while (INREG8(0x1FDA) & 0x01) {}
|
||||
+ while (!(INREG8(0x1FDA) & 0x01)) {}
|
||||
outTi3026dreg(TVP3026_CUR_RAM, *(src++));
|
||||
outTi3026dreg(TVP3026_CUR_RAM, *(src++));
|
||||
}
|
||||
}
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
@@ -324,7 +324,7 @@ static void MGAWaitForIdleDMA( ScrnInfoP
|
||||
|
||||
/* if it's still busy just try quiescent */
|
||||
if ( ret == -EBUSY ) {
|
||||
if ( ret == -EBUSY ) {
|
||||
- lock.flags = DRM_LOCK_QUIESCENT;
|
||||
+ lock.flags = _DRM_LOCK_QUIESCENT;
|
||||
do {
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
lib/xorg/modules/xlibre-25.0/drivers/mga_drv.so
|
||||
%%MODULEDIR%%/drivers/mga_drv.so
|
||||
share/man/man4/mga.4x.gz
|
||||
|
||||
Reference in New Issue
Block a user