Path to this page:
Subject: CVS commit: pkgsrc/x11/xf86-video-mach64
From: Thomas Klausner
Date: 2024-10-13 09:32:54
Message id: 20241013073255.0D87BFC7E@cvs.NetBSD.org
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
Files: