Received: by mail.netbsd.org (Postfix, from userid 605) id A172884D39; Tue, 20 Jul 2021 19:54:22 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id DA95B84D1C for ; Tue, 20 Jul 2021 19:54:21 +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 hA6ulaah4JAi for ; Tue, 20 Jul 2021 19:54:21 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 6428484D0F for ; Tue, 20 Jul 2021 19:54:21 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 5E423FA95; Tue, 20 Jul 2021 19:54:21 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1626810861121130" MIME-Version: 1.0 Date: Tue, 20 Jul 2021 19:54:21 +0000 From: "Tobias Nygren" Subject: CVS commit: pkgsrc/graphics/MesaLib To: pkgsrc-changes@NetBSD.org Reply-To: tnn@netbsd.org X-Mailer: log_accum Message-Id: <20210720195421.5E423FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1626810861121130 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: tnn Date: Tue Jul 20 19:54:21 UTC 2021 Modified Files: pkgsrc/graphics/MesaLib: distinfo Removed Files: pkgsrc/graphics/MesaLib/patches: patch-include_c11_threads__posix.h Log Message: MesaLib: remove wrong compat timespec_get(3) patch for OSX At least Big Sur and latest xcode has timespec_get(3) in libc, based on NetBSD & FreeBSD implementation according to the manpage. This patch causes prototype mismatches. If the configure test misfires on older OSX please fix the configure test. To generate a diff of this commit: cvs rdiff -u -r1.157 -r1.158 pkgsrc/graphics/MesaLib/distinfo cvs rdiff -u -r1.1 -r0 \ pkgsrc/graphics/MesaLib/patches/patch-include_c11_threads__posix.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1626810861121130 Content-Disposition: inline Content-Length: 1115 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/graphics/MesaLib/distinfo diff -u pkgsrc/graphics/MesaLib/distinfo:1.157 pkgsrc/graphics/MesaLib/distinfo:1.158 --- pkgsrc/graphics/MesaLib/distinfo:1.157 Thu Jul 15 14:06:56 2021 +++ pkgsrc/graphics/MesaLib/distinfo Tue Jul 20 19:54:21 2021 @@ -1,10 +1,9 @@ -$NetBSD: distinfo,v 1.157 2021/07/15 14:06:56 schmonz Exp $ +$NetBSD: distinfo,v 1.158 2021/07/20 19:54:21 tnn Exp $ SHA1 (mesa-20.0.6.tar.xz) = 5bf6d97770c7f010db3ea27944cfdcda079d39c8 RMD160 (mesa-20.0.6.tar.xz) = 00da0ca66f22ce929798ee9ad81456d5fa052837 SHA512 (mesa-20.0.6.tar.xz) = a93dc3ed57ed7469b7c60cdbdcf4f29c5da4ec3986171c7b534e009e136ca21fec16207ffab38a6747437a9b1060e2e6c4b74c4e5cdc168b9aba0fc1940b5e90 Size (mesa-20.0.6.tar.xz) = 12275708 bytes -SHA1 (patch-include_c11_threads__posix.h) = e1dca04b5c514d20123ef99338c6dabedbc14c5f SHA1 (patch-src_amd_common_ac__debug.c) = 8233367c3b5bc344442ea8d19488fdd1e3791ae9 SHA1 (patch-src_compiler_builtin__type__macros.h) = e4868011711fb89a293580a12eb603b8e7162336 SHA1 (patch-src_egl_drivers_dri2_platform__drm.c) = 9230fbae2c04246ebca8437ecad694bbae857fbe --_----------=_1626810861121130--