From 7f6ba9d599f3b8b6db072b454af13d28028ca954 Mon Sep 17 00:00:00 2001 From: Rene Ladan Date: Wed, 18 Sep 2013 13:48:19 +0000 Subject: 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 [1] Submitted by: zi@ [2] --- astro/boinc-astropulse/files/patch-client__ap_fold.cpp | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 astro/boinc-astropulse/files/patch-client__ap_fold.cpp (limited to 'astro/boinc-astropulse/files/patch-client__ap_fold.cpp') 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. */ -- cgit v1.2.3