pkgsrc-Changes archive

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

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



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Apr  3 21:23:32 UTC 2024

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

Log Message:
xf86-video-savage: update to 2.4.1.

This release fixes a failure to build with gcc 14 and cleans up several
other compiler warnings.

Alan Coopersmith (12):
      gitlab CI: ensure libtool is installed in build container
      Don't call xf86DisableRandR in ABI_VIDEODRV_VERSION 24 & later
      Don't build unused code for HorizScaleFactor != 1
      configure: Use LT_INIT from libtool 2 instead of deprecated AC_PROG_LIBTOOL
      Add X.Org's standard C warning flags to AM_CFLAGS
      Revert "exa: Use exaGetPixmapFirstPixel() instead of devPrivate.ptr"
      Fix warning: no previous prototype for ‘SavageGetCopyROP’
      Fix -Wdeclaration-after-statement warning in SavagePreInit()
      Use C99 named initializers for XF86ModReqInfo in SavagePreInit()
      Fix 5 -Wshadow warnings
      Quiet -Wredundant-decls from xorg/os.h fallbacks for new libc functions
      xf86-video-savage 2.4.1


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 pkgsrc/x11/xf86-video-savage/Makefile
cvs rdiff -u -r1.16 -r1.17 pkgsrc/x11/xf86-video-savage/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-savage/Makefile
diff -u pkgsrc/x11/xf86-video-savage/Makefile:1.31 pkgsrc/x11/xf86-video-savage/Makefile:1.32
--- pkgsrc/x11/xf86-video-savage/Makefile:1.31  Sun Nov 12 13:24:37 2023
+++ pkgsrc/x11/xf86-video-savage/Makefile       Wed Apr  3 21:23:32 2024
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.31 2023/11/12 13:24:37 wiz Exp $
+# $NetBSD: Makefile,v 1.32 2024/04/03 21:23:32 wiz Exp $
 
-DISTNAME=      xf86-video-savage-2.4.0
-PKGREVISION=   1
+DISTNAME=      xf86-video-savage-2.4.1
 CATEGORIES=    x11
 MASTER_SITES=  ${MASTER_SITE_XORG:=driver/}
 EXTRACT_SUFX=  .tar.xz

Index: pkgsrc/x11/xf86-video-savage/distinfo
diff -u pkgsrc/x11/xf86-video-savage/distinfo:1.16 pkgsrc/x11/xf86-video-savage/distinfo:1.17
--- pkgsrc/x11/xf86-video-savage/distinfo:1.16  Sun Apr  9 21:47:28 2023
+++ pkgsrc/x11/xf86-video-savage/distinfo       Wed Apr  3 21:23:32 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.16 2023/04/09 21:47:28 wiz Exp $
+$NetBSD: distinfo,v 1.17 2024/04/03 21:23:32 wiz Exp $
 
-BLAKE2s (xf86-video-savage-2.4.0.tar.xz) = 4f6a707b14ee443c78cde825459a30bac91ea8fbc5b8bb91d895a79ff8facf52
-SHA512 (xf86-video-savage-2.4.0.tar.xz) = a4db097c200f1430887e4c52bbe14aeaaa2c73dfc392beeed104c682114bd067f89b69994d649829cdc5d188cdbe7a41b22c82b0b49e3a02cdf366013ebbc161
-Size (xf86-video-savage-2.4.0.tar.xz) = 362900 bytes
+BLAKE2s (xf86-video-savage-2.4.1.tar.xz) = 94acb46ca1aa47d6dfd18457f0e362cef70880b6d5e28aaf0c51087f73bf9a98
+SHA512 (xf86-video-savage-2.4.1.tar.xz) = 7928dafa148340e4a6c0ecd2324a69a67aa8fec55d316468c7e68fd79d1a388fd0e1f593d39b6dab0c8a5876b23e7c65c037a3285d340fa82b27ec7c2d5c8713
+Size (xf86-video-savage-2.4.1.tar.xz) = 364272 bytes



Home | Main Index | Thread Index | Old Index