pkgsrc-Changes archive

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

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



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Oct 13 07:32:54 UTC 2024

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

Log Message:
xf86-video-mach64: update to 6.10.0.

This release raises the minimum supported version of the Xorg server
from 1.4 (released in 2007) to 1.18 (released in 2015).  This includes
the removal of the XAA code, which cannot be compiled for any Xserver
newer than the 1.12 series, as it was removed in the Xorg 1.13 release.

Alan Coopersmith (17):
      gitlab CI: stop requiring Signed-off-by in commits
      Remove "All rights reserved" from Oracle copyright notices
      Variable scope reductions as suggested by cppcheck
      Handle -Wunused-function warnings from clang
      Handle -Wextra-semi-stmt warnings from clang
      gitlab CI: ensure libtool is installed in build container
      configure: Use LT_INIT from libtool 2 instead of deprecated AC_PROG_LIBTOOL
      Quiet -Wredundant-decls from xorg/os.h fallbacks for new libc functions
      Fix 24 of 24 -Wimplicit-fallthrough warnings
      Fix -Wanalyzer-possible-null-argument warning in ATIDRIScreenInit
      Raise minimum supported Xserver version from 1.4 to 1.18
      When not using EXA, don't claim to be using XAA if it's not compiled in
      Remove XAA support
      Drop support for ABI_VIDEODRV_VERSION < 6
      Update links to use gitlab instead of anongit
      README: update bug link to use gitlab instead of bugzilla
      xf86-video-mach64 6.10.0

Benjamin Valentin (1):
      fix some build warnings

Enrico Weigelt, metux IT consult (4):
      use XNFalloc() instead of xnfalloc
      use XNFcallocarray() instead of xnfcalloc macro
      drop compat with ancient xserver versions
      drop compat with ancient xservers

Niveditha Rau (1):
      Mark DriverRec exported in atimach64probe.h to match atimach64probe.c


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/x11/xf86-video-mach64/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/x11/xf86-video-mach64/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-mach64/Makefile
diff -u pkgsrc/x11/xf86-video-mach64/Makefile:1.28 pkgsrc/x11/xf86-video-mach64/Makefile:1.29
--- pkgsrc/x11/xf86-video-mach64/Makefile:1.28  Sun Nov 12 13:24:35 2023
+++ pkgsrc/x11/xf86-video-mach64/Makefile       Sun Oct 13 07:32:54 2024
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.28 2023/11/12 13:24:35 wiz Exp $
+# $NetBSD: Makefile,v 1.29 2024/10/13 07:32:54 wiz Exp $
 
-DISTNAME=      xf86-video-mach64-6.9.7
-PKGREVISION=   2
+DISTNAME=      xf86-video-mach64-6.10.0
 CATEGORIES=    x11
 MASTER_SITES=  ${MASTER_SITE_XORG:=driver/}
 EXTRACT_SUFX=  .tar.xz

Index: pkgsrc/x11/xf86-video-mach64/distinfo
diff -u pkgsrc/x11/xf86-video-mach64/distinfo:1.11 pkgsrc/x11/xf86-video-mach64/distinfo:1.12
--- pkgsrc/x11/xf86-video-mach64/distinfo:1.11  Mon Jul 11 19:54:00 2022
+++ pkgsrc/x11/xf86-video-mach64/distinfo       Sun Oct 13 07:32:54 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.11 2022/07/11 19:54:00 wiz Exp $
+$NetBSD: distinfo,v 1.12 2024/10/13 07:32:54 wiz Exp $
 
-BLAKE2s (xf86-video-mach64-6.9.7.tar.xz) = 3671f293170e632f5518b57574d6971ec1528f5c0f3b386234c3d915c9d750df
-SHA512 (xf86-video-mach64-6.9.7.tar.xz) = a511525ceb8eab95d28e815f462897ead8b99ac455c548598cc061907636e1acff8cad66621feeb33558dbfdbf59ca0648422aae8edaab7d1dcd7e386348177b
-Size (xf86-video-mach64-6.9.7.tar.xz) = 488776 bytes
+BLAKE2s (xf86-video-mach64-6.10.0.tar.xz) = b6ea1b91e74dd230f53b884572af845c99cf0f3e8d4431a646f8de3f804c6145
+SHA512 (xf86-video-mach64-6.10.0.tar.xz) = 1f40114062e320aedaeba5e68e08fd747afc45c03cb0cc4445cdc5ba94aa65b71dd63a19741d0e3dab34cc3cd914d991fad4350fadf39192d753817ec2011cdc
+Size (xf86-video-mach64-6.10.0.tar.xz) = 485460 bytes



Home | Main Index | Thread Index | Old Index