Received: by mail.netbsd.org (Postfix, from userid 605) id 66DBD84E79; Tue, 18 Oct 2022 11:01:03 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 96C7084E78 for ; Tue, 18 Oct 2022 11:01:02 +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 0_ZWUZuTGxpP for ; Tue, 18 Oct 2022 11:01:02 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 0344684CEF for ; Tue, 18 Oct 2022 11:01:02 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id F0F0EFA90; Tue, 18 Oct 2022 11:01:01 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1666090861284350" MIME-Version: 1.0 Date: Tue, 18 Oct 2022 11:01:01 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/x11/pixman To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20221018110101.F0F0EFA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1666090861284350 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Tue Oct 18 11:01:01 UTC 2022 Modified Files: pkgsrc/x11/pixman: Makefile distinfo Removed Files: pkgsrc/x11/pixman/patches: patch-ba patch-bb patch-bc Log Message: pixman: remove patches that were added as workarounds for x server issues in 2011 Bump PKGREVISION. To generate a diff of this commit: cvs rdiff -u -r1.82 -r1.83 pkgsrc/x11/pixman/Makefile cvs rdiff -u -r1.67 -r1.68 pkgsrc/x11/pixman/distinfo cvs rdiff -u -r1.1 -r0 pkgsrc/x11/pixman/patches/patch-ba cvs rdiff -u -r1.3 -r0 pkgsrc/x11/pixman/patches/patch-bb cvs rdiff -u -r1.4 -r0 pkgsrc/x11/pixman/patches/patch-bc Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1666090861284350 Content-Disposition: inline Content-Length: 1550 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/pixman/Makefile diff -u pkgsrc/x11/pixman/Makefile:1.82 pkgsrc/x11/pixman/Makefile:1.83 --- pkgsrc/x11/pixman/Makefile:1.82 Tue Oct 18 10:58:00 2022 +++ pkgsrc/x11/pixman/Makefile Tue Oct 18 11:01:01 2022 @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.82 2022/10/18 10:58:00 wiz Exp $ +# $NetBSD: Makefile,v 1.83 2022/10/18 11:01:01 wiz Exp $ DISTNAME= pixman-0.42.0 +PKGREVISION= 1 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XORG:=lib/} EXTRACT_SUFX= .tar.xz Index: pkgsrc/x11/pixman/distinfo diff -u pkgsrc/x11/pixman/distinfo:1.67 pkgsrc/x11/pixman/distinfo:1.68 --- pkgsrc/x11/pixman/distinfo:1.67 Tue Oct 18 10:58:00 2022 +++ pkgsrc/x11/pixman/distinfo Tue Oct 18 11:01:01 2022 @@ -1,11 +1,8 @@ -$NetBSD: distinfo,v 1.67 2022/10/18 10:58:00 wiz Exp $ +$NetBSD: distinfo,v 1.68 2022/10/18 11:01:01 wiz Exp $ BLAKE2s (pixman-0.42.0.tar.xz) = 9846ec6a902afa54328b18a9a58cbdf7ad066aa69cbbfddb145b1475c6ad8899 SHA512 (pixman-0.42.0.tar.xz) = 43d43d1aef9b8a6167098ab68ce2cfd8c0429c4825d40a4fb468b5b51dc1a2035f8bd1b70413e4ecd77deb469b5d558f42171b423e348d5ddd8604c466ffc7d9 Size (pixman-0.42.0.tar.xz) = 652780 bytes SHA1 (patch-Makefile.in) = e59e216839f69d0c73b40c195b2c5414a10558f4 -SHA1 (patch-ba) = 9bd8a7fd0cfbd280df06d69838d3d10ab1b51e23 -SHA1 (patch-bb) = d47b1857771b8addb6897d45782ba2735a7aacbd -SHA1 (patch-bc) = 3e23e6c482ea193885f3f762af355ef2f692132b SHA1 (patch-configure) = 55093c5c923ca18aa040e86bcabac60d8d4aab22 SHA1 (patch-pixman_pixman-vmx.c) = d96dad41d94bf8dfb956afda00a5a175a9c1f6fc --_----------=_1666090861284350--