pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

MesaLib: sync w/ pkgsrc



Module Name:	pkgsrc-wip
Committed By:	Tobias Nygren <tnn%NetBSD.org@localhost>
Pushed By:	tnn
Date:		Tue Jul 20 21:56:12 2021 +0200
Changeset:	5400672d2ecdf6194514367366704691d5bceb8f

Modified Files:
	MesaLib/distinfo
Removed Files:
	MesaLib/patches/patch-include_c11_threads__posix.h

Log Message:
MesaLib: sync w/ pkgsrc

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=5400672d2ecdf6194514367366704691d5bceb8f

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 MesaLib/distinfo                                   |  1 -
 MesaLib/patches/patch-include_c11_threads__posix.h | 17 -----------------
 2 files changed, 18 deletions(-)

diffs:
diff --git a/MesaLib/distinfo b/MesaLib/distinfo
index 5122c88beb..fe326668be 100644
--- a/MesaLib/distinfo
+++ b/MesaLib/distinfo
@@ -4,7 +4,6 @@ SHA1 (mesa-21.1.5.tar.xz) = ceefadf8e0f0b0fee643bec98535684a8db12527
 RMD160 (mesa-21.1.5.tar.xz) = 5b189c9fc2c8843bbe0ada928a54c1a0b24ef28e
 SHA512 (mesa-21.1.5.tar.xz) = d9e0e1b6a1d717febee2aa67b06620c9a21e061ea7e594be5b4c382db1ed6f5acf5d13a75a9f2bba9c32621466ebc816708606e16e8b34700d987158fd8f0b7b
 Size (mesa-21.1.5.tar.xz) = 15286704 bytes
-SHA1 (patch-include_c11_threads__posix.h) = e1dca04b5c514d20123ef99338c6dabedbc14c5f
 SHA1 (patch-src_compiler_builtin__type__macros.h) = e4868011711fb89a293580a12eb603b8e7162336
 SHA1 (patch-src_drm-shim_drm__shim.c) = 6884d31dc3e9d47aac1785589ab289a601e64545
 SHA1 (patch-src_egl_drivers_dri2_platform__drm.c) = 9230fbae2c04246ebca8437ecad694bbae857fbe
diff --git a/MesaLib/patches/patch-include_c11_threads__posix.h b/MesaLib/patches/patch-include_c11_threads__posix.h
deleted file mode 100644
index 9b61b6ce05..0000000000
--- a/MesaLib/patches/patch-include_c11_threads__posix.h
+++ /dev/null
@@ -1,17 +0,0 @@
-$NetBSD: patch-include_c11_threads__posix.h,v 1.1 2019/11/29 10:34:13 jperkin Exp $
-
-Use compat version of timespec_get regardless on Darwin.  The
-meson configure test completes successfully even with clearly
-bogus values.
-
---- include/c11/threads_posix.h.orig	2019-11-22 00:06:57.000000000 +0000
-+++ include/c11/threads_posix.h
-@@ -382,7 +382,7 @@ tss_set(tss_t key, void *val)
- 
- /*-------------------- 7.25.7 Time functions --------------------*/
- // 7.25.6.1
--#ifndef HAVE_TIMESPEC_GET
-+#if !defined(HAVE_TIMESPEC_GET) || defined(__APPLE__)
- static inline int
- timespec_get(struct timespec *ts, int base)
- {


Home | Main Index | Thread Index | Old Index