pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
boinc-git: Adjust patches and CONFIGURE_ARGS
Module Name: pkgsrc-wip
Committed By: Mateusz Poszwa <old4%o2.pl@localhost>
Pushed By: f8l
Date: Wed Dec 6 22:35:09 2017 +0100
Changeset: b491de5076509db711d75284c15f0cfbd87cb432
Modified Files:
boinc-git/Makefile
boinc-git/distinfo
boinc-git/patches/patch-clientgui_AsyncRPC.cpp
boinc-git/patches/patch-lib_diagnostics.cpp
Log Message:
boinc-git: Adjust patches and CONFIGURE_ARGS
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=b491de5076509db711d75284c15f0cfbd87cb432
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
boinc-git/Makefile | 3 ++-
boinc-git/distinfo | 4 ++--
boinc-git/patches/patch-clientgui_AsyncRPC.cpp | 4 ++--
boinc-git/patches/patch-lib_diagnostics.cpp | 6 +++---
4 files changed, 9 insertions(+), 8 deletions(-)
diffs:
diff --git a/boinc-git/Makefile b/boinc-git/Makefile
index 526626e71e..ca47c81fcb 100644
--- a/boinc-git/Makefile
+++ b/boinc-git/Makefile
@@ -1,6 +1,6 @@
# $NetBSD$
-DISTNAME= boinc-7.6
+DISTNAME= boinc-7.9.0
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_GITHUB:=BOINC/}
@@ -20,6 +20,7 @@ USE_TOOLS+= gmake # seems to be required only by ${WRKSRC}/_autosetup
USE_LANGUAGES= c c++ fortran
GNU_CONFIGURE= yes
+CONFIGURE_ARGS+= --disable-manager
pre-configure:
${RUN} cd ${WRKSRC} && ./_autosetup
diff --git a/boinc-git/distinfo b/boinc-git/distinfo
index b3dc4e760f..0e4011ee2f 100644
--- a/boinc-git/distinfo
+++ b/boinc-git/distinfo
@@ -1,7 +1,7 @@
$NetBSD$
SHA1 (patch-client_scripts_boinc-client.in) = f8adeab7c51783106e8784e4712b20aa5d1fcfae
-SHA1 (patch-clientgui_AsyncRPC.cpp) = 8562ef38806310ca978cdf9019b3f42b70d1b6d2
+SHA1 (patch-clientgui_AsyncRPC.cpp) = 80281316fb4c33ccac6fc3eef17682fbbb90d3a2
SHA1 (patch-configure.ac) = 9173c44906200c0e0a48b7193f0acb5640ca998c
-SHA1 (patch-lib_diagnostics.cpp) = a4464fcab34460cb289de1d32e3a16f217f5d9f7
+SHA1 (patch-lib_diagnostics.cpp) = 0e791d8f70a557cf0833884d5a4b3e491ac19515
SHA1 (patch-lib_diagnostics.h) = 6a7b9ca95b0c951e0473318b386f91a5ee777846
diff --git a/boinc-git/patches/patch-clientgui_AsyncRPC.cpp b/boinc-git/patches/patch-clientgui_AsyncRPC.cpp
index 4536c11d05..01af1dc46d 100644
--- a/boinc-git/patches/patch-clientgui_AsyncRPC.cpp
+++ b/boinc-git/patches/patch-clientgui_AsyncRPC.cpp
@@ -3,12 +3,12 @@ $NetBSD$
Correct header path.
Do not use uselocale on NetBSD.
---- clientgui/AsyncRPC.cpp.orig 2016-07-07 11:29:38.000000000 +0000
+--- clientgui/AsyncRPC.cpp.orig 2017-12-06 19:29:06.000000000 +0000
+++ clientgui/AsyncRPC.cpp
@@ -20,7 +20,7 @@
#endif
- #if !(defined(_WIN32) || (defined(__WXMAC__) && (MAC_OS_X_VERSION_MIN_REQUIRED < MAC_OS_X_VERSION_10_4)))
+ #if HAVE_XLOCALE_H
-#include <xlocale.h>
+#include <wx/xlocale.h>
#endif
diff --git a/boinc-git/patches/patch-lib_diagnostics.cpp b/boinc-git/patches/patch-lib_diagnostics.cpp
index a9e33e5199..c6847297e6 100644
--- a/boinc-git/patches/patch-lib_diagnostics.cpp
+++ b/boinc-git/patches/patch-lib_diagnostics.cpp
@@ -2,10 +2,10 @@ $NetBSD$
Use siginfo_t instead of struct siginfo, which may be a union.
---- lib/diagnostics.cpp.orig 2017-01-23 01:26:42.000000000 +0000
+--- lib/diagnostics.cpp.orig 2017-12-06 20:02:16.929507800 +0000
+++ lib/diagnostics.cpp
-@@ -754,7 +754,7 @@ static char *xtoa(size_t x) {
- #ifdef ANDROID
+@@ -756,7 +756,7 @@ static char *xtoa(size_t x) {
+ #ifdef ANDROID_VOODOO
void boinc_catch_signal(int signal, struct siginfo *siginfo, void *sigcontext) {
#else
-void boinc_catch_signal(int signal, struct siginfo *, void *) {
Home |
Main Index |
Thread Index |
Old Index