Received: by mail.netbsd.org (Postfix, from userid 605) id BE50884D4E; Thu, 20 Oct 2022 09:35:16 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id EAF6984D15 for ; Thu, 20 Oct 2022 09:35:15 +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 nf_-cXK0-P8g for ; Thu, 20 Oct 2022 09:35:15 +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 5B3FF84CED for ; Thu, 20 Oct 2022 09:35:15 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 4A6EAFA90; Thu, 20 Oct 2022 09:35:15 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1666258515202900" MIME-Version: 1.0 Date: Thu, 20 Oct 2022 09:35:15 +0000 From: "Jonathan Perkin" Subject: CVS commit: pkgsrc/x11/pixman To: pkgsrc-changes@NetBSD.org Reply-To: jperkin@netbsd.org X-Mailer: log_accum Message-Id: <20221020093515.4A6EAFA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1666258515202900 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: jperkin Date: Thu Oct 20 09:35:15 UTC 2022 Modified Files: pkgsrc/x11/pixman: distinfo pkgsrc/x11/pixman/patches: patch-pixman_pixman-vmx.c Log Message: pixman: Fix patch. To generate a diff of this commit: cvs rdiff -u -r1.71 -r1.72 pkgsrc/x11/pixman/distinfo cvs rdiff -u -r1.3 -r1.4 pkgsrc/x11/pixman/patches/patch-pixman_pixman-vmx.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1666258515202900 Content-Disposition: inline Content-Length: 2116 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/pixman/distinfo diff -u pkgsrc/x11/pixman/distinfo:1.71 pkgsrc/x11/pixman/distinfo:1.72 --- pkgsrc/x11/pixman/distinfo:1.71 Wed Oct 19 17:14:32 2022 +++ pkgsrc/x11/pixman/distinfo Thu Oct 20 09:35:15 2022 @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.71 2022/10/19 17:14:32 he Exp $ +$NetBSD: distinfo,v 1.72 2022/10/20 09:35:15 jperkin 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) = 244969af69e43472d43d8cd1556abacf9ec679e0 SHA1 (patch-configure) = 909bf50acfd69700b26bd55a47f93fd77b49226c -SHA1 (patch-pixman_pixman-vmx.c) = 1139e520dbc7ea4066ab5f0b4d98345c87a37267 +SHA1 (patch-pixman_pixman-vmx.c) = 26ee87f2d1ffabf89fc1e2ed6cd50abbb2fc86cd Index: pkgsrc/x11/pixman/patches/patch-pixman_pixman-vmx.c diff -u pkgsrc/x11/pixman/patches/patch-pixman_pixman-vmx.c:1.3 pkgsrc/x11/pixman/patches/patch-pixman_pixman-vmx.c:1.4 --- pkgsrc/x11/pixman/patches/patch-pixman_pixman-vmx.c:1.3 Wed Oct 19 17:14:32 2022 +++ pkgsrc/x11/pixman/patches/patch-pixman_pixman-vmx.c Thu Oct 20 09:35:15 2022 @@ -1,4 +1,4 @@ -$NetBSD: patch-pixman_pixman-vmx.c,v 1.3 2022/10/19 17:14:32 he Exp $ +$NetBSD: patch-pixman_pixman-vmx.c,v 1.4 2022/10/20 09:35:15 jperkin Exp $ Add a fix so that this builds on NetBSD/powerpc. Otherwise we get pixman-vmx.c:2936:5: error: subscripted value is neither array nor pointer @@ -7,9 +7,8 @@ vector registers from single 32-bit ints https://gitlab.freedesktop.org/pixman/pixman/-/merge_requests/64/ ---- pixman/pixman-vmx.c.orig 2016-01-04 09:13:54.000000000 +0000 +--- pixman/pixman-vmx.c.orig 2021-03-01 13:49:17.000000000 +0000 +++ pixman/pixman-vmx.c -@@ -2913,32 +2913,29 @@ scaled_nearest_scanline_vmx_8888_8888_OV @@ -292,7 +292,9 @@ create_mask_1x32_128 (const uint32_t *sr static force_inline vector unsigned int create_mask_32_128 (uint32_t mask) --_----------=_1666258515202900--