diff options
author | Rene Ladan <rene@FreeBSD.org> | 2013-09-18 13:48:19 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2013-09-18 13:48:19 +0000 |
commit | 7f6ba9d599f3b8b6db072b454af13d28028ca954 (patch) | |
tree | 27d19c6c9f73fd5ceb3e321a8c61d305d005893d /net/boinc-client/files/patch-api__boinc_api.h | |
parent | Fix up plist. (diff) |
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]
Diffstat (limited to 'net/boinc-client/files/patch-api__boinc_api.h')
-rw-r--r-- | net/boinc-client/files/patch-api__boinc_api.h | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/net/boinc-client/files/patch-api__boinc_api.h b/net/boinc-client/files/patch-api__boinc_api.h deleted file mode 100644 index b93910d0a735..000000000000 --- a/net/boinc-client/files/patch-api__boinc_api.h +++ /dev/null @@ -1,18 +0,0 @@ ---- api/boinc_api.h.orig 2012-04-13 09:59:23.000000000 +0200 -+++ api/boinc_api.h 2012-06-06 14:40:16.000000000 +0200 -@@ -83,7 +83,6 @@ - - extern int boinc_init(void); - extern int boinc_finish(int status); --extern int boinc_temporary_exit(int delay, const char* reason=NULL); - extern int boinc_get_init_data_p(struct APP_INIT_DATA*); - extern int boinc_parse_init_data_file(void); - extern int boinc_send_trickle_up(char* variety, char* text); -@@ -139,6 +138,7 @@ - double cpu_time, double checkpoint_cpu_time, double _fraction_done, - int other_pid, double bytes_sent, double bytes_received - ); -+extern int boinc_temporary_exit(int delay, const char* reason=NULL); - - /////////// API ENDS HERE - |