pkgsrc-Changes archive

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

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



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Oct 13 07:33:47 UTC 2024

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

Log Message:
xf86-video-mga: update to 2.1.0.

This release raises the minimum supported version of the Xorg server
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
XAA support was removed in the Xorg 1.13 release.

Alan Coopersmith (12):
      gitlab CI: stop requiring Signed-off-by in commits
      Remove "All rights reserved" from Oracle copyright notices
      Fix -Wold-style-declaration warnings
      gitlab CI: ensure libtool is installed in build container
      Use LT_INIT from libtool 2 instead of deprecated AC_PROG_LIBTOOL
      Add X.Org's standard C warning flags to AM_CFLAGS
      Fix 3 -Wmissing-prototypes warnings
      Fix warning: declaration of ‘ulIndex’ shadows a previous local [-Wshadow]
      Raise minimum supported Xserver version to 1.18 (ABI_VIDEODRV_VERSION 20.0)
      Assume the Xserver provides xf86ModeBandwidth now
      Fix 2 -Wcalloc-transposed-args warnings
      xf86-video-mga 2.1.0

Enrico Weigelt, metux IT consult (1):
      use XNFcallocarray() instead of xnfcalloc macro


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 pkgsrc/x11/xf86-video-mga/Makefile
cvs rdiff -u -r1.16 -r1.17 pkgsrc/x11/xf86-video-mga/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-mga/Makefile
diff -u pkgsrc/x11/xf86-video-mga/Makefile:1.33 pkgsrc/x11/xf86-video-mga/Makefile:1.34
--- pkgsrc/x11/xf86-video-mga/Makefile:1.33     Sun Nov 12 13:24:35 2023
+++ pkgsrc/x11/xf86-video-mga/Makefile  Sun Oct 13 07:33:47 2024
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.33 2023/11/12 13:24:35 wiz Exp $
+# $NetBSD: Makefile,v 1.34 2024/10/13 07:33:47 wiz Exp $
 
-DISTNAME=      xf86-video-mga-2.0.1
-PKGREVISION=   2
+DISTNAME=      xf86-video-mga-2.1.0
 CATEGORIES=    x11
 MASTER_SITES=  ${MASTER_SITE_XORG:=driver/}
 EXTRACT_SUFX=  .tar.xz

Index: pkgsrc/x11/xf86-video-mga/distinfo
diff -u pkgsrc/x11/xf86-video-mga/distinfo:1.16 pkgsrc/x11/xf86-video-mga/distinfo:1.17
--- pkgsrc/x11/xf86-video-mga/distinfo:1.16     Mon Jul 11 20:51:33 2022
+++ pkgsrc/x11/xf86-video-mga/distinfo  Sun Oct 13 07:33:47 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.16 2022/07/11 20:51:33 wiz Exp $
+$NetBSD: distinfo,v 1.17 2024/10/13 07:33:47 wiz Exp $
 
-BLAKE2s (xf86-video-mga-2.0.1.tar.xz) = e1b31a6254e954582ee762f9fde0d028f7dd3f982fbac1b07cd8c77a384ff9b6
-SHA512 (xf86-video-mga-2.0.1.tar.xz) = d9a0abedb71f3354788c2f91b770bc00c4118cfa2c99072dea82c28f025bc87bb88ebaf969962a8f0e97e1ff7938aebd9c682b730b0e07d5174dd9e8dc2cdfb6
-Size (xf86-video-mga-2.0.1.tar.xz) = 403212 bytes
+BLAKE2s (xf86-video-mga-2.1.0.tar.xz) = 84d2ebe7bbf5fab84e69300459f0249dda8f31aed92d3b79aa2a513a891b59a5
+SHA512 (xf86-video-mga-2.1.0.tar.xz) = b5c83ad96004cfecd1a081440d2d0bb4a43d1ce1cd202c0ab69c0ded92cbedbc8fbe2d3e06fcb960fcac9719c56b45465b4a853f6e7d80ffb47af371403294b6
+Size (xf86-video-mga-2.1.0.tar.xz) = 395480 bytes



Home | Main Index | Thread Index | Old Index