pkgsrc-Changes archive

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

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



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Oct 13 07:35:21 UTC 2024

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

Log Message:
xf86-video-r128: update to 6.13.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 (10):
      Remove "All rights reserved" from Oracle copyright notices
      gitlab CI: ensure libtool is installed in build container
      configure: Use LT_INIT from libtool 2 instead of deprecated AC_PROG_LIBTOOL
      Add X.Org's standard C warning flags to AM_CFLAGS
      Fix 9 -Wmissing-prototypes warnings
      R128ScreenInit: fix indentation
      Raise minimum supported Xserver version to 1.18 (ABI_VIDEODRV_VERSION 20.0)
      Move sizeof to second argument in calloc calls
      configure: update link to use gitlab instead of anongit
      xf86-video-r128 6.13.0

Enrico Weigelt, metux IT consult (3):
      use XNFcallocarray() instead of xnfcalloc macro
      fix FTBS on debian: missing statement after label
      drop support for ancient xserver versions

nia (3):
      Alternative non-BIOS method to determine the panel size for NetBSD
      don't assume VGA output on non-x86
      backlight control and console detection for wsdisplay systems


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 pkgsrc/x11/xf86-video-r128/Makefile
cvs rdiff -u -r1.16 -r1.17 pkgsrc/x11/xf86-video-r128/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-r128/Makefile
diff -u pkgsrc/x11/xf86-video-r128/Makefile:1.30 pkgsrc/x11/xf86-video-r128/Makefile:1.31
--- pkgsrc/x11/xf86-video-r128/Makefile:1.30    Sun Nov 12 13:24:36 2023
+++ pkgsrc/x11/xf86-video-r128/Makefile Sun Oct 13 07:35:21 2024
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.30 2023/11/12 13:24:36 wiz Exp $
+# $NetBSD: Makefile,v 1.31 2024/10/13 07:35:21 wiz Exp $
 
-DISTNAME=      xf86-video-r128-6.12.1
-PKGREVISION=   2
+DISTNAME=      xf86-video-r128-6.13.0
 CATEGORIES=    x11
 MASTER_SITES=  ${MASTER_SITE_XORG:=driver/}
 EXTRACT_SUFX=  .tar.xz

Index: pkgsrc/x11/xf86-video-r128/distinfo
diff -u pkgsrc/x11/xf86-video-r128/distinfo:1.16 pkgsrc/x11/xf86-video-r128/distinfo:1.17
--- pkgsrc/x11/xf86-video-r128/distinfo:1.16    Sun Dec  4 22:04:58 2022
+++ pkgsrc/x11/xf86-video-r128/distinfo Sun Oct 13 07:35:21 2024
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.16 2022/12/04 22:04:58 wiz Exp $
+$NetBSD: distinfo,v 1.17 2024/10/13 07:35:21 wiz Exp $
 
-BLAKE2s (xf86-video-r128-6.12.1.tar.xz) = 59aad9b3c4250f3c43f734f0a282bc8167c49261436ead500a022824ac15acb8
-SHA512 (xf86-video-r128-6.12.1.tar.xz) = 18b2408fe68161c32f84c7147717f8e6c6377e81e9d59e2f098843c54cd0ae757aab5059568da8c71ef38100807d56ee22447417c236c1b3deea292bb676e700
-Size (xf86-video-r128-6.12.1.tar.xz) = 438952 bytes
+BLAKE2s (xf86-video-r128-6.13.0.tar.xz) = f209753f9af19edadc3554d063d5dc1101f687433ac900b4dd8848d459ae3ab0
+SHA512 (xf86-video-r128-6.13.0.tar.xz) = 6eae2a4f3a563d00c357025ffd3206c2b20cd35327af21add052a28447da9c0f642569bfb423cacb8989995bc92fc73cddd96d673e64438d1d7569eb926fb2ae
+Size (xf86-video-r128-6.13.0.tar.xz) = 437696 bytes
 SHA1 (patch-configure) = 473ffdb4e0ca1601954ea09b6de548a39ca6ff91
 SHA1 (patch-src_r128__probe.c) = 3a0e00262f8b996392b2a9c1a5b887a1016f6203



Home | Main Index | Thread Index | Old Index