aboutsummaryrefslogtreecommitdiffstats
path: root/net/icb/files/patch-o-ae
diff options
context:
space:
mode:
Diffstat (limited to 'net/icb/files/patch-o-ae')
-rw-r--r--net/icb/files/patch-o-ae104
1 files changed, 0 insertions, 104 deletions
diff --git a/net/icb/files/patch-o-ae b/net/icb/files/patch-o-ae
deleted file mode 100644
index afb9058781e..00000000000
--- a/net/icb/files/patch-o-ae
+++ /dev/null
@@ -1,104 +0,0 @@
-*** readline/readline.c.orig Wed May 6 18:49:08 1998
---- readline/readline.c Wed May 6 18:51:35 1998
-***************
-*** 610,631 ****
-
- rl_set_signals ()
- {
-! old_int = (SigHandler *)signal (SIGINT, rl_signal_handler);
- if (old_int == (SigHandler *)SIG_IGN)
- signal (SIGINT, SIG_IGN);
-
-! old_alrm = (SigHandler *)signal (SIGALRM, rl_signal_handler);
- if (old_alrm == (SigHandler *)SIG_IGN)
- signal (SIGALRM, SIG_IGN);
-
- #if defined (SIGTSTP)
-! old_tstp = (SigHandler *)signal (SIGTSTP, rl_signal_handler);
- if (old_tstp == (SigHandler *)SIG_IGN)
- signal (SIGTSTP, SIG_IGN);
- #endif
- #if defined (SIGTTOU)
-! old_ttou = (SigHandler *)signal (SIGTTOU, rl_signal_handler);
-! old_ttin = (SigHandler *)signal (SIGTTIN, rl_signal_handler);
-
- if (old_tstp == (SigHandler *)SIG_IGN)
- {
---- 610,631 ----
-
- rl_set_signals ()
- {
-! old_int = (SigHandler *)signal (SIGINT, (void *)rl_signal_handler);
- if (old_int == (SigHandler *)SIG_IGN)
- signal (SIGINT, SIG_IGN);
-
-! old_alrm = (SigHandler *)signal (SIGALRM, (void *)rl_signal_handler);
- if (old_alrm == (SigHandler *)SIG_IGN)
- signal (SIGALRM, SIG_IGN);
-
- #if defined (SIGTSTP)
-! old_tstp = (SigHandler *)signal (SIGTSTP, (void *)rl_signal_handler);
- if (old_tstp == (SigHandler *)SIG_IGN)
- signal (SIGTSTP, SIG_IGN);
- #endif
- #if defined (SIGTTOU)
-! old_ttou = (SigHandler *)signal (SIGTTOU, (void *)rl_signal_handler);
-! old_ttin = (SigHandler *)signal (SIGTTIN, (void *)rl_signal_handler);
-
- if (old_tstp == (SigHandler *)SIG_IGN)
- {
-***************
-*** 635,660 ****
- #endif
-
- #if defined (SIGWINCH)
-! old_sigwinch = (SigHandler *)signal (SIGWINCH, rl_handle_sigwinch);
- #endif
- }
-
- rl_clear_signals ()
- {
-! signal (SIGINT, old_int);
-! signal (SIGALRM, old_alrm);
-
- #if defined (SIGTSTP)
-! signal (SIGTSTP, old_tstp);
- #endif
-
- #if defined (SIGTTOU)
-! signal (SIGTTOU, old_ttou);
-! signal (SIGTTIN, old_ttin);
- #endif
-
- #if defined (SIGWINCH)
-! signal (SIGWINCH, old_sigwinch);
- #endif
- }
- #endif /* HANDLE_SIGNALS */
---- 635,660 ----
- #endif
-
- #if defined (SIGWINCH)
-! old_sigwinch = (SigHandler *)signal (SIGWINCH, (void *)rl_handle_sigwinch);
- #endif
- }
-
- rl_clear_signals ()
- {
-! signal (SIGINT, (void *)old_int);
-! signal (SIGALRM, (void *)old_alrm);
-
- #if defined (SIGTSTP)
-! signal (SIGTSTP, (void *)old_tstp);
- #endif
-
- #if defined (SIGTTOU)
-! signal (SIGTTOU, (void *)old_ttou);
-! signal (SIGTTIN, (void *)old_ttin);
- #endif
-
- #if defined (SIGWINCH)
-! signal (SIGWINCH, (void *)old_sigwinch);
- #endif
- }
- #endif /* HANDLE_SIGNALS */
5ed946ac'>Update to 2.6.1. See http://developer.pidgin.im/wiki/ChangeLog for a listmarcus2009-08-212-1/+5 * Update to 2.5.4.marcus2009-01-141-0/+5 * Update to 2.5.0. See http://developer.pidgin.im/wiki/ChangeLog for a listmarcus2008-08-221-1/+1 * Update to 2.4.3. See http://developer.pidgin.im/wiki/ChangeLog for a listmarcus2008-07-021-1/+1 * Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-1/+1 * Update to 2.4.2. See http://developer.pidgin.im/wiki/ChangeLog for the listmarcus2008-05-191-1/+2 * Update to 2.4.0. See http://developer.pidgin.im/wiki/ChangeLog for a listmarcus2008-03-022-1/+5 * Update pidgin to 2.3.1, and chase the shared lib version bump. Seemarcus2007-12-131-1/+1 * Update to 2.2.2. See http://developer.pidgin.im/wiki/ChangeLog for allmarcus2007-10-291-0/+1 * Update to 2.2.0. See http://pidgin.im/ChangeLog for the list of changesmarcus2007-09-182-1/+2 * Update to 2.1.0.marcus2007-08-052-3/+9 * Update to the long-awaited 2.0.0. This has come a long way since Gaimmarcus2007-05-251-1/+1 * Remove leftover lib/finch.marcus2007-05-222-1/+2 * - Welcome X.org 7.2 \o/.flz2007-05-201-1/+1 * Correct an NSS initialization error that was causing crashes with certainmarcus2007-05-041-0/+1 * Add finch after a repocopy from net-im/gaim-consoleui-devel. Finch is the newmarcus2007-05-03