summaryrefslogtreecommitdiff
path: root/irc/bobot++/files
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2011-08-08 15:54:13 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2011-08-08 15:54:13 +0000
commit2ba0668986cf6c7b94c7bf78e5be54ca183e0024 (patch)
tree06a0a90be7fff0c16395741093d2bc4d9456c02e /irc/bobot++/files
parent- update to revision 6343263e17c5cd771770dabc2559ac07ffedcf29 (diff)
Update to 2.2.3
PR: 159481 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Notes
Notes: svn path=/head/; revision=279248
Diffstat (limited to 'irc/bobot++/files')
-rw-r--r--irc/bobot++/files/patch-documentation__bobot++.texinfo12
-rw-r--r--irc/bobot++/files/patch-source_Parser.C13
2 files changed, 12 insertions, 13 deletions
diff --git a/irc/bobot++/files/patch-documentation__bobot++.texinfo b/irc/bobot++/files/patch-documentation__bobot++.texinfo
new file mode 100644
index 000000000000..eb01d874ca1e
--- /dev/null
+++ b/irc/bobot++/files/patch-documentation__bobot++.texinfo
@@ -0,0 +1,12 @@
+--- documentation/bobot++.texinfo.orig 2008-11-13 09:51:42.000000000 +0900
++++ documentation/bobot++.texinfo 2011-03-21 12:50:48.000000000 +0900
+@@ -1,6 +1,9 @@
+ \input texinfo @c -*- texinfo -*-
+ @c %**start of header
+ @setfilename bobot++.info
++@direntry
++* Bobot++: (bobot++). A Schemeable IRC Bot.
++@end direntry
+ @settitle Bobot++: A Schemeable IRC Bot
+ @setchapternewpage on
+ @c %**end of header
diff --git a/irc/bobot++/files/patch-source_Parser.C b/irc/bobot++/files/patch-source_Parser.C
deleted file mode 100644
index 968fe9e344b2..000000000000
--- a/irc/bobot++/files/patch-source_Parser.C
+++ /dev/null
@@ -1,13 +0,0 @@
---- source/Parser.C.orig 2008-03-01 18:34:26.000000000 -0500
-+++ source/Parser.C 2008-03-01 18:34:45.000000000 -0500
-@@ -991,8 +991,8 @@ Parser::parseScriptFunction(ServerConnec
- wd.func = scmFunc;
- wd.args = args_list;
-
-- gh_catch(SCM_BOOL_T, (scm_catch_body_t) scm_apply_wrapper,
-- (void *)&wd, (scm_catch_handler_t) Interp::ErrorHandler,
-+ gh_catch(SCM_BOOL_T, (scm_t_catch_body) scm_apply_wrapper,
-+ (void *)&wd, (scm_t_catch_handler) Interp::ErrorHandler,
- 0);
- }
- #endif