pkgsrc-Changes archive

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

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



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Apr  3 21:24:46 UTC 2024

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

Log Message:
xf86-video-vboxvideo: update to 1.0.1.

This release fixes a failure to build with C23 compilers, and
cleans up some compiler warnings.

Alan Coopersmith (16):
      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
      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
      Silence some standard X.Org warnings that cause too much noise
      Quiet -Wredundant-decls from xorg/os.h fallbacks for new libc functions
      Fix 142 instances of -Wredundant-decls warning for RTASSERTVAR
      Stop building helpers.c
      COPYING: include all three MIT/X11 license variants from source files
      Fix builds with C23 compilers
      xf86-video-vboxvideo 1.0.1


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/x11/xf86-video-vboxvideo/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/x11/xf86-video-vboxvideo/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-vboxvideo/Makefile
diff -u pkgsrc/x11/xf86-video-vboxvideo/Makefile:1.10 pkgsrc/x11/xf86-video-vboxvideo/Makefile:1.11
--- pkgsrc/x11/xf86-video-vboxvideo/Makefile:1.10       Sun Nov 12 13:24:38 2023
+++ pkgsrc/x11/xf86-video-vboxvideo/Makefile    Wed Apr  3 21:24:45 2024
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.10 2023/11/12 13:24:38 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2024/04/03 21:24:45 wiz Exp $
 
-DISTNAME=      xf86-video-vboxvideo-1.0.0
-PKGREVISION=   2
+DISTNAME=      xf86-video-vboxvideo-1.0.1
 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-vboxvideo/distinfo
diff -u pkgsrc/x11/xf86-video-vboxvideo/distinfo:1.3 pkgsrc/x11/xf86-video-vboxvideo/distinfo:1.4
--- pkgsrc/x11/xf86-video-vboxvideo/distinfo:1.3        Tue Oct 26 11:34:44 2021
+++ pkgsrc/x11/xf86-video-vboxvideo/distinfo    Wed Apr  3 21:24:45 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2021/10/26 11:34:44 nia Exp $
+$NetBSD: distinfo,v 1.4 2024/04/03 21:24:45 wiz Exp $
 
-BLAKE2s (xf86-video-vboxvideo-1.0.0.tar.bz2) = de16f77109a5393b3bd9d14de2fb126470a78f5b7dd26b3a31c6e3b5906a665c
-SHA512 (xf86-video-vboxvideo-1.0.0.tar.bz2) = 1a9856a966495a3a291592ee3113ed5ee83e3ef530bf37d91605206a62f641726511ad48ca79b8a3e94f601f8cf15341255b0c7d14f5c8acf985b84f965d8dfc
-Size (xf86-video-vboxvideo-1.0.0.tar.bz2) = 353342 bytes
+BLAKE2s (xf86-video-vboxvideo-1.0.1.tar.xz) = 4795f39df14b77e7627caea35adc5a871345c997c933c3b1291a5503e6418776
+SHA512 (xf86-video-vboxvideo-1.0.1.tar.xz) = a0428e81e2861d59d0cc0e75fee14ba320322f057257568e10eb6347a55d85bcc1ba8973e5a2dfda7f5f24bbefefad7f7a555d4af2823a7b0ccad2c18105139c
+Size (xf86-video-vboxvideo-1.0.1.tar.xz) = 304928 bytes



Home | Main Index | Thread Index | Old Index