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:           Sun Apr  9 21:47:28 UTC 2023

Modified Files:
        pkgsrc/x11/xf86-video-savage: Makefile distinfo
Removed Files:
        pkgsrc/x11/xf86-video-savage/patches: patch-src_savage__driver.c

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

This release improves support for building with Xorg 1.19 and later.

Alan Coopersmith (11):
      configure: Drop AM_MAINTAINER_MODE
      autogen.sh: Honor NOCONFIGURE=1
      Update README for gitlab migration
      Update configure.ac bug URL for gitlab migration
      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
      constify some char * declarations
      Fix -Wformat warnings about integer size of arguments
      xf86-video-savage 2.4.0

Emil Velikov (2):
      autogen.sh: use quoted string variables
      xf86-video-savage: remove the GlxSetVisualConfigs stub and friends

Fabrice Fontaine (1):
      configure.ac: fix cross-compilation

Kevin Brace (3):
      Eliminate set but not used variable compilation warnings
      Eliminate unused variable compilation warnings
      Changing result parameter type for ScreenWakeupHandlerProcPtr

Mihail Konev (1):
      autogen: add default patch prefix

Peter Hutterer (1):
      autogen.sh: use exec instead of waiting for configure to finish

Stefan Dirsch (1):
      Add check for max[HV]Value to ValidMode hook


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 pkgsrc/x11/xf86-video-savage/Makefile
cvs rdiff -u -r1.15 -r1.16 pkgsrc/x11/xf86-video-savage/distinfo
cvs rdiff -u -r1.3 -r0 \
    pkgsrc/x11/xf86-video-savage/patches/patch-src_savage__driver.c

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.29 pkgsrc/x11/xf86-video-savage/Makefile:1.30
--- pkgsrc/x11/xf86-video-savage/Makefile:1.29  Sun Jan 29 21:18:28 2023
+++ pkgsrc/x11/xf86-video-savage/Makefile       Sun Apr  9 21:47:28 2023
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.29 2023/01/29 21:18:28 ryoon Exp $
+# $NetBSD: Makefile,v 1.30 2023/04/09 21:47:28 wiz Exp $
 
-DISTNAME=      xf86-video-savage-2.3.9
-PKGREVISION=   2
+DISTNAME=      xf86-video-savage-2.4.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-savage/distinfo
diff -u pkgsrc/x11/xf86-video-savage/distinfo:1.15 pkgsrc/x11/xf86-video-savage/distinfo:1.16
--- pkgsrc/x11/xf86-video-savage/distinfo:1.15  Tue Oct 26 11:34:43 2021
+++ pkgsrc/x11/xf86-video-savage/distinfo       Sun Apr  9 21:47:28 2023
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.15 2021/10/26 11:34:43 nia Exp $
+$NetBSD: distinfo,v 1.16 2023/04/09 21:47:28 wiz Exp $
 
-BLAKE2s (xf86-video-savage-2.3.9.tar.bz2) = eef4da5732316ca58f83ebaee010e79848401ca0ccd1242d8a811635adc5619b
-SHA512 (xf86-video-savage-2.3.9.tar.bz2) = 35fe52651fe5799bbbc6e7b3608a655102547e8f8f2189288d3f5b477f819bfc56a9a8eef39813ca455e56076e4f7c36304480c3ccddbac6c794672828cf705a
-Size (xf86-video-savage-2.3.9.tar.bz2) = 433686 bytes
-SHA1 (patch-src_savage__driver.c) = 4e0013b11daceffd00e545a3006922d4fb9ad4c0
+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



Home | Main Index | Thread Index | Old Index