pkgsrc-Changes archive

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

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



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Aug  9 06:17:07 UTC 2025

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

Log Message:
xf86-video-ast: update to 1.2.1.

This release fixes a failure to build on SPARC systems with recent gcc
versions, as well as quieting a number of warnings from gcc builds.

Alan Coopersmith (14):
      ASTSaveScreen: Fix build on SPARC
      vInitChrontelReg: drop unused variable pEnhModePtr
      finetuneDQSI: drop unused variable cnt
      CBRDLL2: drop unused variable data2
      vInitAST2300DRAMReg: drop unused variable i
      ASTStopVideo: drop unused variable pAST
      CBRTest*: drop unused variable mmiobase
      Quiet -Wredundant-decls from xorg/os.h fallbacks for new libc functions
      ASTProbe: stop leaking memory returned by xf86GetEntityInfo()
      bGetAST1000VGAModeInfo: Fix misleading indentation
      ASTDoDDC: Handle 25 -Wmaybe-uninitialized warnings
      ASTSetMode: Handle -Wmaybe-uninitialized warnings
      headers: add header guards to files that don't have them yet
      xf86-video-ast 1.2.1


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 pkgsrc/x11/xf86-video-ast/Makefile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/x11/xf86-video-ast/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-ast/Makefile
diff -u pkgsrc/x11/xf86-video-ast/Makefile:1.30 pkgsrc/x11/xf86-video-ast/Makefile:1.31
--- pkgsrc/x11/xf86-video-ast/Makefile:1.30     Sun Jan  5 22:42:46 2025
+++ pkgsrc/x11/xf86-video-ast/Makefile  Sat Aug  9 06:17:07 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.30 2025/01/05 22:42:46 wiz Exp $
+# $NetBSD: Makefile,v 1.31 2025/08/09 06:17:07 wiz Exp $
 
-DISTNAME=      xf86-video-ast-1.2.0
+DISTNAME=      xf86-video-ast-1.2.1
 CATEGORIES=    x11
 MASTER_SITES=  ${MASTER_SITE_XORG:=driver/}
 EXTRACT_SUFX=  .tar.xz

Index: pkgsrc/x11/xf86-video-ast/distinfo
diff -u pkgsrc/x11/xf86-video-ast/distinfo:1.13 pkgsrc/x11/xf86-video-ast/distinfo:1.14
--- pkgsrc/x11/xf86-video-ast/distinfo:1.13     Sun Jan  5 22:42:46 2025
+++ pkgsrc/x11/xf86-video-ast/distinfo  Sat Aug  9 06:17:07 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.13 2025/01/05 22:42:46 wiz Exp $
+$NetBSD: distinfo,v 1.14 2025/08/09 06:17:07 wiz Exp $
 
-BLAKE2s (xf86-video-ast-1.2.0.tar.xz) = 8750c60cc0d42c2614e55600716b6c7320a985b46e32039a8213e41f0bfe6bdf
-SHA512 (xf86-video-ast-1.2.0.tar.xz) = 08e89eef33ce97d87f996ad52ed77387267614911df8d9f820a12742b82a5d036c8f5350d4d130a570d5c9f99b650d43f0be3c01eeae4e9979b92e9dc2d6499c
-Size (xf86-video-ast-1.2.0.tar.xz) = 317756 bytes
+BLAKE2s (xf86-video-ast-1.2.1.tar.xz) = bdfd5666dda2a2cf5c04b735058f6656221392fb89567b66598a22c7f2361c73
+SHA512 (xf86-video-ast-1.2.1.tar.xz) = 50603333b3780aaf9a44132589e30ba8c9e1c938d769a38361ab3886231896227d2f526428cae36cc4e8f054f3bf8a75b1e4911d9c449298bf36c75c0f962745
+Size (xf86-video-ast-1.2.1.tar.xz) = 322180 bytes



Home | Main Index | Thread Index | Old Index