pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/x11/xf86-video-vesa



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Dec  9 22:01:01 UTC 2022

Modified Files:
        pkgsrc/x11/xf86-video-vesa: Makefile distinfo

Log Message:
xf86-video-vesa: update to 2.6.0.

Of particular note, this release changes the conditions under which
the VESA drive refuses to load on Linux systems to avoid conflicts
with the simpledrm driver found in Linux kernel 5.14 and later.

Alan Coopersmith (7):
      Build xz tarballs instead of bzip2
      Fix spelling/wording issues
      gitlab CI: add a basic build test
      gitlab CI: stop requiring Signed-off-by in commits
      VESADGASetMode: remove unused variable scrnIdx
      VESAValidMode: remove duplicate call to VESAGetRec
      xf86-video-vesa 2.6.0

Jocelyn Falempe (1):
      Refuse to run if framebuffer or dri devices are present


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 pkgsrc/x11/xf86-video-vesa/Makefile
cvs rdiff -u -r1.14 -r1.15 pkgsrc/x11/xf86-video-vesa/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/x11/xf86-video-vesa/Makefile
diff -u pkgsrc/x11/xf86-video-vesa/Makefile:1.30 pkgsrc/x11/xf86-video-vesa/Makefile:1.31
--- pkgsrc/x11/xf86-video-vesa/Makefile:1.30    Wed Nov  9 13:14:28 2022
+++ pkgsrc/x11/xf86-video-vesa/Makefile Fri Dec  9 22:01:01 2022
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.30 2022/11/09 13:14:28 joerg Exp $
+# $NetBSD: Makefile,v 1.31 2022/12/09 22:01:01 wiz Exp $
 
-DISTNAME=      xf86-video-vesa-2.5.0
+DISTNAME=      xf86-video-vesa-2.6.0
 CATEGORIES=    x11
 MASTER_SITES=  ${MASTER_SITE_XORG:=driver/}
-EXTRACT_SUFX=  .tar.bz2
+EXTRACT_SUFX=  .tar.xz
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://xorg.freedesktop.org/

Index: pkgsrc/x11/xf86-video-vesa/distinfo
diff -u pkgsrc/x11/xf86-video-vesa/distinfo:1.14 pkgsrc/x11/xf86-video-vesa/distinfo:1.15
--- pkgsrc/x11/xf86-video-vesa/distinfo:1.14    Tue Oct 26 11:34:45 2021
+++ pkgsrc/x11/xf86-video-vesa/distinfo Fri Dec  9 22:01:01 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.14 2021/10/26 11:34:45 nia Exp $
+$NetBSD: distinfo,v 1.15 2022/12/09 22:01:01 wiz Exp $
 
-BLAKE2s (xf86-video-vesa-2.5.0.tar.bz2) = 3526f60eb1860037408ae42be9cb2ada029d98c1936652b1241da35c0e2077f0
-SHA512 (xf86-video-vesa-2.5.0.tar.bz2) = 36fd921f54f33eb25966b5f9ea1e1b3e9009965c012c8b9c676686b472111719921b80cf62dafc746058878253e21f0ef341a2ff2d650df22ca1e35e81716a8b
-Size (xf86-video-vesa-2.5.0.tar.bz2) = 304322 bytes
+BLAKE2s (xf86-video-vesa-2.6.0.tar.xz) = d0ce3e7db613edf3e3700034e9d90fa08bbd3a3b06ab5aa71b9cd4f015ad9824
+SHA512 (xf86-video-vesa-2.6.0.tar.xz) = 494e117c1e6e0ce4c66ac7798de54667862c62605bfd76dd9373447d40dcd0521100810c9285cbe9c159440e217954c0cad6d5219c5894e075509c7c0bc353c7
+Size (xf86-video-vesa-2.6.0.tar.xz) = 275572 bytes



Home | Main Index | Thread Index | Old Index