Received: by mail.netbsd.org (Postfix, from userid 605) id C797884EC5; Mon, 11 Jul 2022 19:51:06 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0982084EA6 for ; Mon, 11 Jul 2022 19:51:06 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id o6SKS-0TY8fG for ; Mon, 11 Jul 2022 19:51:05 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 51E8D84D0E for ; Mon, 11 Jul 2022 19:51:05 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 45D56FB1A; Mon, 11 Jul 2022 19:51:05 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1657569065196540" MIME-Version: 1.0 Date: Mon, 11 Jul 2022 19:51:05 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/x11/xf86-video-cirrus To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20220711195105.45D56FB1A@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1657569065196540 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Mon Jul 11 19:51:05 UTC 2022 Modified Files: pkgsrc/x11/xf86-video-cirrus: Makefile PLIST distinfo Log Message: xf86-video-cirrus: update to 1.6.0. Adam Jackson (3): Remove (almost) no-op setup functions Don't build split alpine and laguna support alpine: Default to 16bpp Alan Coopersmith (6): 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 xf86-video-cirrus 1.6.0 Emil Velikov (1): autogen.sh: use quoted string variables Frederic Crozat (1): Use 16bpp when running in virt and on XenSource gfx Kevin Brace (18): Eliminate unused variable compilation warning Use const char for xf86GetOptValString return type Suppress unused label compilation warning Fix for a compilation error when compiling XAA related files Tab to spaces conversion for cir.h Eliminate pointer arithmetic compilation warnings Tab to spaces conversion for lg_driver.c Fix indentation of lg_driver.c Make adjustments to code comments of lg_driver.c Fix for Laguna I2C bus code compilation error Check for a successful transmission of EDID for Laguna I2C bus code Activate I2C bus for Laguna based devices Tab to spaces conversion for lg_i2c.c Fix indentation of lg_i2c.c Declare an I2C bus name string as a static type for lg_i2c.c Declare an I2C bus name string as a static type for alp_i2c.c Stop accessing SR12 and SR13 Save and restore RIF Control and RAC Control registers 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): Disable "acceleration" under qemu To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 pkgsrc/x11/xf86-video-cirrus/Makefile cvs rdiff -u -r1.2 -r1.3 pkgsrc/x11/xf86-video-cirrus/PLIST cvs rdiff -u -r1.10 -r1.11 pkgsrc/x11/xf86-video-cirrus/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1657569065196540 Content-Disposition: inline Content-Length: 2326 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/xf86-video-cirrus/Makefile diff -u pkgsrc/x11/xf86-video-cirrus/Makefile:1.24 pkgsrc/x11/xf86-video-cirrus/Makefile:1.25 --- pkgsrc/x11/xf86-video-cirrus/Makefile:1.24 Sun Apr 10 08:53:20 2022 +++ pkgsrc/x11/xf86-video-cirrus/Makefile Mon Jul 11 19:51:05 2022 @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.24 2022/04/10 08:53:20 nia Exp $ +# $NetBSD: Makefile,v 1.25 2022/07/11 19:51:05 wiz Exp $ -DISTNAME= xf86-video-cirrus-1.5.3 -PKGREVISION= 2 +DISTNAME= xf86-video-cirrus-1.6.0 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XORG:=driver/} -EXTRACT_SUFX= .tar.bz2 +EXTRACT_SUFX= .tar.xz MAINTAINER= joerg@NetBSD.org HOMEPAGE= https://xorg.freedesktop.org/ Index: pkgsrc/x11/xf86-video-cirrus/PLIST diff -u pkgsrc/x11/xf86-video-cirrus/PLIST:1.2 pkgsrc/x11/xf86-video-cirrus/PLIST:1.3 --- pkgsrc/x11/xf86-video-cirrus/PLIST:1.2 Sun Jun 14 18:25:12 2009 +++ pkgsrc/x11/xf86-video-cirrus/PLIST Mon Jul 11 19:51:05 2022 @@ -1,5 +1,3 @@ -@comment $NetBSD: PLIST,v 1.2 2009/06/14 18:25:12 joerg Exp $ -lib/xorg/modules/drivers/cirrus_alpine.la +@comment $NetBSD: PLIST,v 1.3 2022/07/11 19:51:05 wiz Exp $ lib/xorg/modules/drivers/cirrus_drv.la -lib/xorg/modules/drivers/cirrus_laguna.la man/man4/cirrus.4 Index: pkgsrc/x11/xf86-video-cirrus/distinfo diff -u pkgsrc/x11/xf86-video-cirrus/distinfo:1.10 pkgsrc/x11/xf86-video-cirrus/distinfo:1.11 --- pkgsrc/x11/xf86-video-cirrus/distinfo:1.10 Tue Oct 26 11:34:41 2021 +++ pkgsrc/x11/xf86-video-cirrus/distinfo Mon Jul 11 19:51:05 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.10 2021/10/26 11:34:41 nia Exp $ +$NetBSD: distinfo,v 1.11 2022/07/11 19:51:05 wiz Exp $ -BLAKE2s (xf86-video-cirrus-1.5.3.tar.bz2) = 3ddd089baac352ae18bbd0226443cb051d1a9c8149e3fcacfe5d6da0153a525e -SHA512 (xf86-video-cirrus-1.5.3.tar.bz2) = 6aec70f943d9bf7455782d300bd5e1caab5c90408cdca25b9a3ef314e565082f3249a179fb508be36a61c8a34006c0ace14b9aa41f724f479511a906fa8f4798 -Size (xf86-video-cirrus-1.5.3.tar.bz2) = 338930 bytes +BLAKE2s (xf86-video-cirrus-1.6.0.tar.xz) = 1892951370040c5d95b191782af9e9222345c84369de626453b4244851ab4e13 +SHA512 (xf86-video-cirrus-1.6.0.tar.xz) = d18260bdc486fbadf619e41a9e9d9ad08bda2434b877ab7504ba13aa1fdeb1f87bb397d9090d5cf0883325ad08799115d5f0ce098b5f75088a06b0a96894ed76 +Size (xf86-video-cirrus-1.6.0.tar.xz) = 303048 bytes --_----------=_1657569065196540--