pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/MesaLib



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.

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



Home | Main Index | Thread Index | Old Index