summaryrefslogtreecommitdiff
path: root/net/boinc-client/files/extra-patch-api::boinc_api.C
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-04-11 22:33:38 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-04-11 22:33:38 +0000
commit2b08f50a06ae4095fd9057cdc34e5bec8c755f48 (patch)
treea293a179f8f3eef6760c1f9889ba81ac42a5c278 /net/boinc-client/files/extra-patch-api::boinc_api.C
parent- Replace pkg-comment with COMMENT to reflect latest (*sigh*) changes (diff)
- Update to 4.67, now with GUI
Use WITHOUT_X11 to disable it if you don't want it PR: ports/79348 Submitted by: J.R. Oldroyd <fbsd@opal.com> (maintainer)
Notes
Notes: svn path=/head/; revision=133102
Diffstat (limited to 'net/boinc-client/files/extra-patch-api::boinc_api.C')
-rw-r--r--net/boinc-client/files/extra-patch-api::boinc_api.C11
1 files changed, 0 insertions, 11 deletions
diff --git a/net/boinc-client/files/extra-patch-api::boinc_api.C b/net/boinc-client/files/extra-patch-api::boinc_api.C
deleted file mode 100644
index 49f74d3977df..000000000000
--- a/net/boinc-client/files/extra-patch-api::boinc_api.C
+++ /dev/null
@@ -1,11 +0,0 @@
---- api/boinc_api.C.orig Sun Sep 5 19:28:46 2004
-+++ api/boinc_api.C Thu Dec 9 10:22:30 2004
-@@ -116,7 +116,7 @@
- options.handle_trickle_ups = true;
- options.handle_trickle_downs = true;
- options.handle_process_control = true;
-- options.send_status_msgs = true;
-+ options.send_status_msgs = false;
- options.direct_process_action = true;
- return boinc_init_options(options);
- }