pkgsrc-WIP-changes archive

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

boinc-git: Update a patch



Module Name:	pkgsrc-wip
Committed By:	Mateusz Poszwa <old4%o2.pl@localhost>
Pushed By:	f8l
Date:		Wed Jan 25 20:41:50 2017 +0100
Changeset:	6f26e94a593df5744f44cb2d2f69230f3881865f

Modified Files:
	boinc-git/distinfo
	boinc-git/patches/patch-lib_diagnostics.cpp

Log Message:
boinc-git: Update a patch

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

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

diffstat:
 boinc-git/distinfo                          |  2 +-
 boinc-git/patches/patch-lib_diagnostics.cpp | 16 ++++++++--------
 2 files changed, 9 insertions(+), 9 deletions(-)

diffs:
diff --git a/boinc-git/distinfo b/boinc-git/distinfo
index fafe995..b3dc4e7 100644
--- a/boinc-git/distinfo
+++ b/boinc-git/distinfo
@@ -3,5 +3,5 @@ $NetBSD$
 SHA1 (patch-client_scripts_boinc-client.in) = f8adeab7c51783106e8784e4712b20aa5d1fcfae
 SHA1 (patch-clientgui_AsyncRPC.cpp) = 8562ef38806310ca978cdf9019b3f42b70d1b6d2
 SHA1 (patch-configure.ac) = 9173c44906200c0e0a48b7193f0acb5640ca998c
-SHA1 (patch-lib_diagnostics.cpp) = 512ec177f6dce8785ba9c4061ac74a6edd1fa3d7
+SHA1 (patch-lib_diagnostics.cpp) = a4464fcab34460cb289de1d32e3a16f217f5d9f7
 SHA1 (patch-lib_diagnostics.h) = 6a7b9ca95b0c951e0473318b386f91a5ee777846
diff --git a/boinc-git/patches/patch-lib_diagnostics.cpp b/boinc-git/patches/patch-lib_diagnostics.cpp
index 70d8e96..a9e33e5 100644
--- a/boinc-git/patches/patch-lib_diagnostics.cpp
+++ b/boinc-git/patches/patch-lib_diagnostics.cpp
@@ -2,14 +2,14 @@ $NetBSD$
 
 Use siginfo_t instead of struct siginfo, which may be a union.
 
---- lib/diagnostics.cpp.orig	2016-02-22 14:20:58.000000000 +0000
+--- lib/diagnostics.cpp.orig	2017-01-23 01:26:42.000000000 +0000
 +++ lib/diagnostics.cpp
-@@ -751,7 +751,7 @@ static char *xtoa(size_t x) {
- #endif
- 
- #ifdef HAVE_SIGACTION
--void boinc_catch_signal(int signal, struct siginfo *siginfo, void *sigcontext) {
-+void boinc_catch_signal(int signal, siginfo_t *siginfo, void *sigcontext) {
+@@ -754,7 +754,7 @@ static char *xtoa(size_t x) {
+ #ifdef ANDROID
+ void boinc_catch_signal(int signal, struct siginfo *siginfo, void *sigcontext) {
+ #else
+-void boinc_catch_signal(int signal, struct siginfo *, void *) {
++void boinc_catch_signal(int signal, siginfo_t *, void *) {
+ #endif  // ANDROID
  #else
  void boinc_catch_signal(int signal) {
- #endif


Home | Main Index | Thread Index | Old Index