aboutsummaryrefslogtreecommitdiff
path: root/astro/boinc-astropulse
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2013-09-18 13:48:19 +0000
committerRene Ladan <rene@FreeBSD.org>2013-09-18 13:48:19 +0000
commit7f6ba9d599f3b8b6db072b454af13d28028ca954 (patch)
tree27d19c6c9f73fd5ceb3e321a8c61d305d005893d /astro/boinc-astropulse
parent2fd32f51c3b7c71c8639303c76d2419529caf23a (diff)
downloadports-7f6ba9d599f3b8b6db072b454af13d28028ca954.tar.gz
ports-7f6ba9d599f3b8b6db072b454af13d28028ca954.zip
net/boinc-client :
- update to 7.0.65 [1] Unlike the PR, keep the SKINS option and the extra skins, and do not pregenerate autotools files. - work around a build conflict with archivers/libzip in port Makefile [2] - pre-emptively fix build with libc++ - change MASTERSITE from Pav's to my site - comment out the BROKEN message for sparc64/ia64/powerpc (for now) - regenerate patches using 'make makepatch' astro/boinc-{setiathome-enhanced,astropulse} : - remove obsolete calls to functions removed from libboinc to prevent breakage PR: ports/176724 [1] Submitted by: Andrey Simonenko <simon@comsys.ntu-kpi.kiev.ua> [1] Submitted by: zi@ [2]
Notes
Notes: svn path=/head/; revision=327546
Diffstat (limited to 'astro/boinc-astropulse')
-rw-r--r--astro/boinc-astropulse/files/patch-client__ap_client_main.cpp10
-rw-r--r--astro/boinc-astropulse/files/patch-client__ap_fold.cpp10
2 files changed, 20 insertions, 0 deletions
diff --git a/astro/boinc-astropulse/files/patch-client__ap_client_main.cpp b/astro/boinc-astropulse/files/patch-client__ap_client_main.cpp
new file mode 100644
index 000000000000..6c21d7b9330a
--- /dev/null
+++ b/astro/boinc-astropulse/files/patch-client__ap_client_main.cpp
@@ -0,0 +1,10 @@
+--- ap_client_main.cpp.orig 2012-08-14 02:07:20.000000000 +0200
++++ ap_client_main.cpp 2013-08-06 18:41:38.000000000 +0200
+@@ -1288,7 +1288,6 @@
+ * used to inform the core client GUI of the % complete.
+ */
+ boinc_fraction_done(state.frac_done);
+- boinc_ops_cumulative(state.frac_done*FLOPS_PER_DM*(state.dm_hi-state.dm_low)*log((float)state.fft_len)/log(32768.0),0);
+ debug_loop(5, 2, debug_loop_msg);
+
+ /* This is the size of the power array.
diff --git a/astro/boinc-astropulse/files/patch-client__ap_fold.cpp b/astro/boinc-astropulse/files/patch-client__ap_fold.cpp
new file mode 100644
index 000000000000..1b37fa85c797
--- /dev/null
+++ b/astro/boinc-astropulse/files/patch-client__ap_fold.cpp
@@ -0,0 +1,10 @@
+--- ap_fold.cpp.orig 2009-04-01 02:11:24.000000000 +0200
++++ ap_fold.cpp 2013-08-06 18:42:02.000000000 +0200
+@@ -283,7 +283,6 @@
+ * used to inform the core client GUI of the % complete.
+ */
+ boinc_fraction_done(state.frac_done);
+- boinc_ops_cumulative(state.frac_done*FLOPS_PER_DM*(state.dm_hi-state.dm_low)*log((double)state.fft_len)/log(32768.0),0);
+
+ freq_count++;
+ /* Report to stdout if we have reached a new "milestone" frequency. */