pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/freerdp2
Module Name: pkgsrc
Committed By: markd
Date: Thu Jan 19 08:01:38 UTC 2023
Modified Files:
pkgsrc/net/freerdp2: distinfo
Added Files:
pkgsrc/net/freerdp2/patches: patch-winpr_libwinpr_thread_thread.c
Log Message:
freerdp2: NetBSD9 (and others) does define ENOTRECOVERABLE
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/net/freerdp2/distinfo
cvs rdiff -u -r0 -r1.1 \
pkgsrc/net/freerdp2/patches/patch-winpr_libwinpr_thread_thread.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/freerdp2/distinfo
diff -u pkgsrc/net/freerdp2/distinfo:1.13 pkgsrc/net/freerdp2/distinfo:1.14
--- pkgsrc/net/freerdp2/distinfo:1.13 Mon Jan 16 19:20:15 2023
+++ pkgsrc/net/freerdp2/distinfo Thu Jan 19 08:01:37 2023
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.13 2023/01/16 19:20:15 markd Exp $
+$NetBSD: distinfo,v 1.14 2023/01/19 08:01:37 markd Exp $
BLAKE2s (freerdp-2.9.0.tar.gz) = fa218be851e0ad2cfb345b239171eae5c4b1f3bba47589f09d6540bbdbb0997c
SHA512 (freerdp-2.9.0.tar.gz) = de593640d4418c9395455b84c463e4cac8e51e9fd186ed5bce28132170ebc3c7338651582e0cc00272b530ea6e7c2664e802d748b3f6eba5fbe534dcf59d406a
@@ -10,3 +10,4 @@ SHA1 (patch-client_Wayland_wlfreerdp.c)
SHA1 (patch-cmake_InstallFreeRDPMan.cmake) = 08cd5f6bdc0e1513b7f73ea71d3c77e45e3b3bc6
SHA1 (patch-winpr_libwinpr_CMakeLists.txt) = 96891e869ef8bc665a1ba0b6de2f65944cd76d5d
SHA1 (patch-winpr_libwinpr_sysinfo_sysinfo.c) = b0fc583b02c3f416eb9d0f7cb140c4c69b3bdaef
+SHA1 (patch-winpr_libwinpr_thread_thread.c) = 6f9ae090ced54db0124a114e61b430b56a0f277d
Added files:
Index: pkgsrc/net/freerdp2/patches/patch-winpr_libwinpr_thread_thread.c
diff -u /dev/null pkgsrc/net/freerdp2/patches/patch-winpr_libwinpr_thread_thread.c:1.1
--- /dev/null Thu Jan 19 08:01:38 2023
+++ pkgsrc/net/freerdp2/patches/patch-winpr_libwinpr_thread_thread.c Thu Jan 19 08:01:37 2023
@@ -0,0 +1,16 @@
+$NetBSD: patch-winpr_libwinpr_thread_thread.c,v 1.1 2023/01/19 08:01:37 markd Exp $
+
+NetBSD9 and some others dont define ENOTRECOVERABLE
+
+--- winpr/libwinpr/thread/thread.c.orig 2022-11-16 14:06:20.000000000 +0000
++++ winpr/libwinpr/thread/thread.c
+@@ -272,7 +272,9 @@ static BOOL mux_condition_bundle_wait(mu
+ WLog_ERR(TAG, "failed to wait for %s [%s]", name, strerror(r));
+ switch (r)
+ {
++#ifdef ENOTRECOVERABLE
+ case ENOTRECOVERABLE:
++#endif
+ case EPERM:
+ case ETIMEDOUT:
+ case EINVAL:
Home |
Main Index |
Thread Index |
Old Index