Received: by mail.netbsd.org (Postfix, from userid 605) id A598F84E9D; Mon, 13 Feb 2023 20:16:57 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D6A6A84D28 for ; Mon, 13 Feb 2023 20:16:56 +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 CiBNkaxpjuHW for ; Mon, 13 Feb 2023 20:16:56 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 44A3684CF7 for ; Mon, 13 Feb 2023 20:16:56 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 3DA2AFA90; Mon, 13 Feb 2023 20:16:56 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_167631941643660" MIME-Version: 1.0 Date: Mon, 13 Feb 2023 20:16:56 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/x11/xf86-video-s3virge To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20230213201656.3DA2AFA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_167631941643660 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Mon Feb 13 20:16:56 UTC 2023 Modified Files: pkgsrc/x11/xf86-video-s3virge: Makefile distinfo Removed Files: pkgsrc/x11/xf86-video-s3virge/patches: patch-src_s3v__driver.c Log Message: xf86-video-s3virge: update to 1.11.1. This release makes it possible to build the driver for Xorg 1.20 and later. Alan Coopersmith (9): Build xz tarballs instead of bzip2 Fix spelling/wording issues gitlab CI: add a basic build test Move [HV]Total checks into S3VValidMode gitlab CI: stop requiring Signed-off-by in commits constify some argument declarations S3VSetupImageVideoOverlay: Fix 44 -Wnull-dereference warnings from gcc S3VSetCursorColors: quiet -Wimplicit-fallthrough warnings xf86-video-s3virge 1.11.1 To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 pkgsrc/x11/xf86-video-s3virge/Makefile cvs rdiff -u -r1.13 -r1.14 pkgsrc/x11/xf86-video-s3virge/distinfo cvs rdiff -u -r1.3 -r0 \ pkgsrc/x11/xf86-video-s3virge/patches/patch-src_s3v__driver.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_167631941643660 Content-Disposition: inline Content-Length: 2068 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/xf86-video-s3virge/Makefile diff -u pkgsrc/x11/xf86-video-s3virge/Makefile:1.27 pkgsrc/x11/xf86-video-s3virge/Makefile:1.28 --- pkgsrc/x11/xf86-video-s3virge/Makefile:1.27 Sun Jan 29 21:18:28 2023 +++ pkgsrc/x11/xf86-video-s3virge/Makefile Mon Feb 13 20:16:55 2023 @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.27 2023/01/29 21:18:28 ryoon Exp $ +# $NetBSD: Makefile,v 1.28 2023/02/13 20:16:55 wiz Exp $ -DISTNAME= xf86-video-s3virge-1.11.0 -PKGREVISION= 1 +DISTNAME= xf86-video-s3virge-1.11.1 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XORG:=driver/} -EXTRACT_SUFX= .tar.bz2 +EXTRACT_SUFX= .tar.xz MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://xorg.freedesktop.org/ @@ -14,8 +13,6 @@ USE_LIBTOOL= yes GNU_CONFIGURE= yes USE_TOOLS+= pkg-config -RELRO_SUPPORTED= partial - CONFIGURE_ENV.SunOS+= DRIVER_MAN_SUFFIX=4 X11_DRV_NAME= s3virage Index: pkgsrc/x11/xf86-video-s3virge/distinfo diff -u pkgsrc/x11/xf86-video-s3virge/distinfo:1.13 pkgsrc/x11/xf86-video-s3virge/distinfo:1.14 --- pkgsrc/x11/xf86-video-s3virge/distinfo:1.13 Tue Oct 26 11:34:43 2021 +++ pkgsrc/x11/xf86-video-s3virge/distinfo Mon Feb 13 20:16:55 2023 @@ -1,6 +1,5 @@ -$NetBSD: distinfo,v 1.13 2021/10/26 11:34:43 nia Exp $ +$NetBSD: distinfo,v 1.14 2023/02/13 20:16:55 wiz Exp $ -BLAKE2s (xf86-video-s3virge-1.11.0.tar.bz2) = 7e24a8771735827e741c932f75dccac673aa93b216d7cfbc41fe5ef8d9dc22ab -SHA512 (xf86-video-s3virge-1.11.0.tar.bz2) = 43ec2b4d910a5f659dd19fd623ef615f3ba7dcb282f61b95438cb279c6e0de75419b381adb70c92a084e375a04435cbb20fa0fe30ac23b2c8f4ed26d762d418e -Size (xf86-video-s3virge-1.11.0.tar.bz2) = 380321 bytes -SHA1 (patch-src_s3v__driver.c) = be708042982dd9630e935cce0670266f9d482c8a +BLAKE2s (xf86-video-s3virge-1.11.1.tar.xz) = 87e91180df20931d0e579d4dfc151ac0ff27112867b9f5d5ad014ecd58408677 +SHA512 (xf86-video-s3virge-1.11.1.tar.xz) = 4cce81bd8b65cb0b0be405b4e78db8c9578f320b5ce9365f4271d52a92f3a2386b22e78790b68e875b79faa581c340ea325f6e35b9ff348095face3fadc427dd +Size (xf86-video-s3virge-1.11.1.tar.xz) = 317360 bytes --_----------=_167631941643660--